Categories: Kali Linux

Wreckuests – Tool To Run DDoS Attacks With HTTP-Flood

Wreckuests is a script, which enables you to run DDoS attacks with HTTP-flood. It’s composed in unadulterated Python and utilization proxy servers as bots. This script isn’t all inclusive and you can’t simply drop Pentagon/NSA/whatever site with only a solitary mouse click. Each attack is one of a kind, and for every site you’d have to look for vulnerabilities and glory them.

Warning: This content is distributed for educational purposes as it were! Creator will acknowledge no obligation regarding any outcomes, harm or misfortune which may result from utilize.

Also Read Homoglyphs – Get Similar Letters, Convert To ASCII, Detect Possible Languages & UTF-8 Group

Wreckuests Features

  1. Cache bypass with URL parameters randomization
  2. CloudFlare detection and notification of
  3. Automatic gzip/deflate toggling
  4. HTTP Authentication bypass
  5. UserAgent substitution
  6. Referers randomizer
  7. HTTP proxy support

Requirements

  • Python 3.5+
  • Requests 2.10.0 or higher
  • Netaddr tested with 0.7.19

Installation

Just clone repository in the desired directory and run the installation script:

chmod +x install.sh
./install.sh

Usage

Type under sudo mode:

python3 wreckuests.py -v <target url> -a <login:pass> -t <timeout>

Possible parameters:

-h or --help:

Prints a message with possible parameters.

-v or --victim:

Specifies a link to the victim’s site page. It could be the website’s main page, someone’s profile, .php-file or even image. Everything that has a lot of weight or is hard for server to give. The choice is yours.

-a or --auth:

Parameter for bypassing authentication. Your victim could enable basic HTTP authentication and his website will ask you to enter login and password in popup window. Victim may previously publish login and password data for his users in VK/FB/Twitter and whatever social network.

-t or --timeout(default: 10):

Parameter to control connection ‘n’ read timeout. This option also controls terminating time.

Note: if you set timeout=1 or somewhere about 2-3 seconds, the slow proxies will not have any time to even connect to your victim’s website and will not even hit it. If you sure your proxies are fast enough

R K

Recent Posts

Kali Linux 2024.4 Released, What’s New?

Kali Linux 2024.4, the final release of 2024, brings a wide range of updates and…

13 hours ago

Lifetime-Amsi-EtwPatch : Disabling PowerShell’s AMSI And ETW Protections

This Go program applies a lifetime patch to PowerShell to disable ETW (Event Tracing for…

13 hours ago

GPOHunter – Active Directory Group Policy Security Analyzer

GPOHunter is a comprehensive tool designed to analyze and identify security misconfigurations in Active Directory…

2 days ago

2024 MITRE ATT&CK Evaluation Results – Cynet Became a Leader With 100% Detection & Protection

Across small-to-medium enterprises (SMEs) and managed service providers (MSPs), the top priority for cybersecurity leaders…

5 days ago

SecHub : Streamlining Security Across Software Development Lifecycles

The free and open-source security platform SecHub, provides a central API to test software with…

1 week ago

Hawker : The Comprehensive OSINT Toolkit For Cybersecurity Professionals

Don't worry if there are any bugs in the tool, we will try to fix…

1 week ago