Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 4 days 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 (over 8 years ago)
- Default Branch: master
- Last Pushed: 2021-06-16T21:55:04.000Z (over 3 years ago)
- Last Synced: 2025-01-12T21:05:10.005Z (18 days ago)
- Topics: ddos, ddos-attacks, flood-attack, http-flood, python-script, website, websites
- Language: Python
- Homepage:
- Size: 24.4 KB
- Stars: 382
- Watchers: 13
- Forks: 209
- 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 >
```