diff --git a/README.md b/README.md index a9493c0..a68df8a 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,13 @@ # PyFlooder An [HTTP Flood](https://en.m.wikipedia.org/wiki/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 +# How does it work & how its flow? +PyFlooder is a simple python script that automatically generates a huge amount of GET requests to a website and as the result, the web server crashes. # Usage ``` pyflooder.py < Hostname > < Port > < Number_of_Attacks > ``` +# Important +the creator and contributor of PyFlooder are not responsible for any harm caused by you to anyone !