A simple DOS attack tool
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