Skip to content

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.

License

Notifications You must be signed in to change notification settings

geniuszlyy/GenFlooder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

GenFlooder

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.

EN

Features

  • UDP DoS: Simulate UDP flood attacks.
  • TCP SYN Flood: Simulate TCP SYN flood attacks.
  • HTTP Flood: Simulate HTTP flood attacks.

Requirements

  • Python 3.x
  • colorama for colored terminal output
  • requests for HTTP requests
  • aiohttp for asynchronous HTTP flood attack

Installation

pip install colorama requests aiohttp

Usage

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).

image

Example

python GenFlooder.py 192.168.1.1 80 60 UDP

image

Important

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.

RU

Возможности

  • 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).

image

Пример

python GenFlooder.py 192.168.1.1 80 60 UDP

image

Важно

Этот инструмент предназначен исключительно для образовательных целей. Несанкционированное использование этого инструмента против сетей или систем без разрешения является незаконным и неэтичным. Используйте ответственно. Автор не несет ответственности за использование его программы в корыстных целях.

Releases

No releases published

Packages

No packages published

Languages