Skip to content

Shinoby1992/Cyclops

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cyclops

A simple DOS attack tool

Requirements

Python 3.x.x

Attack a localhost on port 5000

$ python cyclops.py -i 127.0.0.1 -p 5000

Attack a localhost on port 5000 aggressive mode

$ python cyclops.py -i 127.0.0.1 -p 5000 -m A

Attack a localhost on port 5000 with 256 bots

$ python cyclops.py -i 127.0.0.1 -p 5000 -t 256

Attack a localhost on port 5000 with 256 bots aggressive mode

$ python cyclops.py -i 127.0.0.1 -p 5000 -t 256 -m A

Attack a localhost on port 5000 with 256 bots stealth mode

$ python cyclops.py -i 127.0.0.1 -p 5000 -t 256 -m S

About

A simple DOS attack tool

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%