A versatile attack simulation tool for testing network security measures. GenFlooder can simulate various types of attacks including UDP DoS, TCP SYN flood, and HTTP flood.
- UDP DoS: Simulate UDP flood attacks.
- TCP SYN Flood: Simulate TCP SYN flood attacks.
- HTTP Flood: Simulate HTTP flood attacks.
- Python 3.x
colorama
for colored terminal outputrequests
for HTTP requestsaiohttp
for asynchronous HTTP flood attack
pip install colorama requests aiohttp
python GenFlooder.py [target] [port] [duration] [attack_type]
- target: The IP address of the target.
- port: The target port.
- duration: Duration of the attack in seconds.
- attack_type: Type of attack (
UDP
,TCP
,HTTP
).
python GenFlooder.py 192.168.1.1 80 60 UDP
This tool is intended solely for educational purposes. Unauthorized use of this tool against networks or systems without permission is illegal and unethical. Use it responsibly. The author is not responsible for using his program for selfish purposes.
- UDP DoS: Моделирование UDP-флуд атак.
- TCP SYN Flood: Моделирование TCP SYN-флуд атак.
- HTTP Flood: Моделирование HTTP-флуд атак.
- Python 3.x
colorama
для цветного вывода в терминалеrequests
для HTTP-запросовaiohttp
для асинхронных HTTP-флуд атак
pip install colorama requests aiohttp
python GenFlooder.py [цель] [порт] [длительность] [тип_атаки]
- цель: IP-адрес цели.
- порт: Целевой порт.
- длительность: Длительность атаки в секундах.
- тип_атаки: Тип атаки (
UDP
,TCP
,HTTP
).
python GenFlooder.py 192.168.1.1 80 60 UDP
Этот инструмент предназначен исключительно для образовательных целей. Несанкционированное использование этого инструмента против сетей или систем без разрешения является незаконным и неэтичным. Используйте ответственно. Автор не несет ответственности за использование его программы в корыстных целях.