Skip to content

Instantly share code, notes, and snippets.

@Motoma
Created September 21, 2010 14:49
Show Gist options
  • Save Motoma/589779 to your computer and use it in GitHub Desktop.
Save Motoma/589779 to your computer and use it in GitHub Desktop.
Usage: pyloris.py [options] www.host.com
Options:
-h, --help show this help message and exit
-c COUNT, --count=COUNT
Number of requests to perform (default = 50)
-f, --finish Complete each session rather than leave them
unfinished (lessens the effectiveness)
-g GET, --get=GET Page to request from the server (default = /)
-l, --loop Loop indefinitely (overrides -c)
-p PORT, --port=PORT Port to initiate attack on (default = 80)
-s SIZE, --size=SIZE Size of data segment to attach in cookie (default = 0)
-t THROTTLE, --throttle=THROTTLE
Throttle each request, bytes per second (default = 1)
-u USERAGENT, --useragent=USERAGENT
The User-Agent string for connections (defaut =
pyloris)
-w WAIT, --wait=WAIT Seconds between starting sessions (default = 1)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment