Created
September 21, 2010 14:49
-
-
Save Motoma/589779 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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