Skip to content
A http flood python script that could stop a normal website in 10s
Python
Branch: master
Clone or download

Latest commit

D4Vinci Merge pull request #8 from codex31/master
Recode from python2 to python3
Latest commit 5660ec7 Jan 22, 2020

Files

Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
.gitignore Update threading and sending of HTTP request on raw socket Aug 22, 2018
LICENSE Initial commit Aug 7, 2016
README.md Update threading and sending of HTTP request on raw socket Aug 22, 2018
pyflooder.py Recode from python2 to python3 Jan 10, 2020

README.md

PyFlooder

An HTTP Flood Python script that could stop a normal website in 10s

How does it work ?

It generates a configurable number of random GET requests and sends them to the target

Usage

pyflooder.py < Hostname > < Port > < Number_of_Attacks >
You can’t perform that action at this time.