Skip to content

arshiay/Cyclops

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 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 4096 bots

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

Attack a localhost on port 5000 with 2048 bots arregessive mode

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

About

A simple DOS attack tool

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages