|
|
(2 intermediate revisions by 2 users not shown) |
Line 1: |
Line 1: |
| __TOC__
| | #Redirect [[Slow_Loris]] |
| | |
| Summary:
| |
| | |
| *http://anonym.to/?http://ha.ckers.org/slowloris/
| |
| *http://anonym.to/?http://ha.ckers.org/blog/20090617/slowloris-http-dos/
| |
| | |
| ==QSlowLoris==
| |
| | |
| | |
| This is C++ with heavy use of Qt libs. I could make a CLI version, but I don't know how the fuck you use sockets in WINAPI, so you still would need to supply QtCore4.dll(2,6MB) and QtNetwork4.dll(1,33MB) with the exe
| |
| *Wait, I just reailzed that it can be compressed with upx:
| |
| *QSlowloris.exe - 20KB
| |
| *QtCore.dll - 903KB
| |
| *QtNetwork.dll - 447KB
| |
| | |
| ===Linux build===
| |
| | |
| *http://anonym.to/?http://www.megaupload.com/?d=08RJVYTE
| |
| | |
| | |
| ===Windows build===
| |
| | |
| *http://anonym.to/?http://www.megaupload.com/?d=3DV6R4ZL
| |
| | |
| ==Original Version==
| |
| | |
| This is the original CLI version.<br>
| |
| Example usage: ''./slowloris.pl -dns www.president.ir -port 80 -timeout 500 -num 2000''
| |
| * http://www.milw0rm.com/exploits/8976 (perl script)<br>
| |
| * ftp://rlance.ru/Upload/a/slowloris.bin (linux binary created with PAR packer)
| |
| Some hosts might ban the Useragent which Slowloris is using. This version pretends to be Mozilla.<br>
| |
| * http://anonymous.pastebay.com/24430
| |
| | |
| ==pyLoris==
| |
| | |
| PyLoris is a platform independent python version of Slowloris (Limitations for windows (130 sockets) still applies to <= XpSp2). It runs a little differently than Slowloris, in that it throttles the entire request, allowing users to specify the bandwidth for the connection as well as how large the request is.
| |
| | |
| *http://anonym.to/?http://motomastyle.com/pyloris-a-python-implementation-of-slowloris/
| |
| *http://anonym.to/?http://anonymous.pastebay.com/28113
| |
| *http://anonym.to/?http://sourceforge.net/projects/pyloris/
| |
| | |
| Example usage:
| |
| <pre>
| |
| python pyloris-1.7.py -l -r POST -s 500000 -g "/fa/pages/?cid=407" www.gerdab.ir \
| |
| -u "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US) AppleWebKit/530.5 (KHTML, like Gecko) Chrome/2.0.172.31 Safari/530.5"
| |
| </pre>
| |
| | |
| | |
| [[Category:Tools]]{{tools}} | |
| [[Category:DoS]]
| |