/Http-flood

Flood http/https website with fast massive requests!

Primary LanguagePythonMIT LicenseMIT

☠️ HTTP-Flooding

Flood http/https website with fast massive requests! It uses threading so this tool is very fast when sending requests and also uses proxies so that your ip won't be displayed.

What is HTTP Flooding?

HTTP Flood is a type of Distributed Denial of Service attack in which the attacker manipulates HTTP and POST unwanted requests in order to attack a web server or > application. These attacks often use interconnected computers that have been taken over with the aid of malware such as Trojan Horses.

DDos Attack

This script could be used as a tool for botnets, once a slave of computers will perform a massive request the dns server will most likely experience slowness and eventually be taken down as it cannot handle the requests. What are the consequences of a successful DDoS attack? When a public facing website or application is unavailable, that can lead to angry customers, lost revenue > and brand damage. When business critical applications become unavailable, operations and productivity grind to a halt.

Made with

Python is an interpreted high-level general-purpose programming language. Python's design philosophy emphasizes code readability with its notable use of significant indentation.

Usage

sudo python3  http_flood.py  -h                                                                                                                               8 ⚙
usage: http_flood.py [-h] [-d] [-t] [-p]

optional arguments:
  -h, --help       show this help message and exit
  -d , --domain    Domain to send request
  -t , --threads   Number of Threads
  -p , --proxies   Proxy list location

❗ Disclaimer

This tool is only for educational purposes only, if you get caught doing stupid shit, it's your problem.