Skip to content
/ shiva Public
forked from CR-SB/shiva

customizable UDP and SYN attack script(s) using scapy

License

Notifications You must be signed in to change notification settings

Epiann1/shiva

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

shiva

command-line based SYN & UDP (D)DoS script. More info below.

comments, conserns or criticism find me here: https://discord.gg/cKv2DMF

Usage

-v, --victim | The IP address.
-d, --destination | The targeted Port number.
-m, --method | The attack Method.
-p, --processes | The Thread count.
-t, --time | The attack Time length in second(s).
-s, --sleep | The time between each packet in second(s).

Requires

  • Python3.5+
  • Root access. (must run sudo as shown below)

Examples

  • Does not need to be in this format / order.
sudo python3 main.py -h
sudo python3 main.py -v 127.0.0.1 -d 80 -m udp -t 60 -p 10 -s .1
sudo python3 main.py -v 127.0.0.1 -d 80 -m syn -t 60 -p 10 -s .1

About

customizable UDP and SYN attack script(s) using scapy

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%