# PyFlooder **Repository Path**: CangShui/PyFlooder ## Basic Information - **Project Name**: PyFlooder - **Description**: A http flood python script that could stop a normal website in 10s - **Primary Language**: Python - **License**: GPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2018-06-04 - **Last Updated**: 2021-03-22 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # PyFlooder A [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 random get requests and uees it to send to the target. -By repeating this step for thousands of times in second the target stops :D # Usage ``` pyflooder.py < Hostname > < Port > < Number_of_Attacks > ```