https://github.com/d4vinci/pyflooder
A http flood python script that could stop a normal website in 10s
https://github.com/d4vinci/pyflooder
ddos ddos-attacks flood-attack http-flood python-script website websites
Last synced: 6 months ago
JSON representation
A http flood python script that could stop a normal website in 10s
- Host: GitHub
- URL: https://github.com/d4vinci/pyflooder
- Owner: D4Vinci
- License: gpl-3.0
- Created: 2016-08-07T15:43:49.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2021-06-16T21:55:04.000Z (over 4 years ago)
- Last Synced: 2025-03-29T07:07:40.497Z (7 months ago)
- Topics: ddos, ddos-attacks, flood-attack, http-flood, python-script, website, websites
- Language: Python
- Homepage:
- Size: 24.4 KB
- Stars: 388
- Watchers: 12
- Forks: 208
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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# Usage
```
pyflooder.py < Hostname > < Port > < Number_of_Attacks >
```