Skip to content

DDoS simulation written in Python using "scapy" and "multiprocessing" libraries. Used for educational purposes

Notifications You must be signed in to change notification settings

ricardojoserf/ddos_simulation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ddos_simulation

DDoS simulation written in Python using "scapy" and "multiprocessing" libraries. Used for educational purposes

Screenshot

Options:

There are 3 different DDoS attacks:

  • Flood

  • Teardrop

  • Black nurse

You can set different options filling the "config.py" file:

  • IP address

  • Number of IPs

  • Number of packets per IP

  • Interface

  • Type of attack

  • Origin of IP addresses ("ips.txt" file or random addresses)

  • Threads

Requirements

Python 2.x:

pip install scapy

Python 3.x:

pip3 install scapy

Note

Tested both in Python2.x (2.7.15rc1) and Python 3.x (3.6.7)

About

DDoS simulation written in Python using "scapy" and "multiprocessing" libraries. Used for educational purposes

Topics

Resources

Stars

Watchers

Forks

Sponsor this project

Languages