Skip to content
This repository was archived by the owner on Aug 31, 2024. It is now read-only.
/ Smurf_DDOS_Tool Public archive

A python script for performing a smurf ddos attack. Created for education purposes only

Notifications You must be signed in to change notification settings

c0dn/Smurf_DDOS_Tool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Smurf DDOS Tool

A python script for performing a smurf ddos attack. It uses scapy to generate the attack packets.
Created for Final Year project at NYP.
For educational purposes only.

Usage

First install the packages and software needed to run the script by doing the following (ensure you have git and python installed first):

Download and install Npcap
git clone https://github.com/secdev/scapy.git
cd scapy
python setup.py install

You can delete the scapy folder once you have installed scapy
Instructions for script

python3 smurf_ddos.py
usage: smurf_ddos.py [-h] target broadcast interface

positional arguments:
  target      ipv4 address of target machine
  broadcast   broadcast address of target network
  interface   Interface to send the packets from

optional arguments:
  -h, --help  show this help message and exit

Requirements

Latest development build of scapy
The Latest version of Npcap
Python 3.4+

About

A python script for performing a smurf ddos attack. Created for education purposes only

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages