![]() |
Slowloris not working - Printable Version +- Sinisterly (https://sinister.ly) +-- Forum: Hacking (https://sinister.ly/Forum-Hacking) +--- Forum: Network Hacking (https://sinister.ly/Forum-Network-Hacking) +--- Thread: Slowloris not working (/Thread-Slowloris-not-working) Pages:
1
2
|
Slowloris not working - ErroraBorealis - 05-13-2013 I don't even know if this is the right section, but I downloaded slowloris and ran it, It acts just fine, but it says the number of packets sent is 0. Anyone else had this problem? RE: Slowloris not working - Unmasked - 05-13-2013 A. Your ISP won't let you send that much outgoing data B. You're using winblows C. You are using a 3rd party shitty slowloris source RE: Slowloris not working - ErroraBorealis - 05-13-2013 (05-13-2013, 05:20 AM)Unmasked Wrote: A. Your ISP won't let you send that much outgoing data A. Ive never had that problem before even with a ton of torrents going andf it wont even send a single packet B. Linux C. Original slowloris That's why I don't understand it... RE: Slowloris not working - 3SidedSquare - 05-13-2013 Unmasked epic failed, The problem is you're "running slowloris" Slowloris is an attack, described by RSnake, and it's very successful. I would recommend codeing your own dosing application. Also, it should take any slowloris attack a LONG time to send even 1 packet, read up a little. RE: Slowloris not working - ErroraBorealis - 05-13-2013 (05-13-2013, 05:45 AM)3SidedSquare Wrote: Unmasked epic failed, Learning c++ first before i code it. I dont want it in vb.net. I am planning on making a layer 7 DoSer with a lot of features. But its not that its taking a long time, it shows it's sending and it says 0 packets sent, after I wait forever for the threads to build. It runs in the terminal, so its not a GUI counter, it says it individualy for each request on the thread. The program just isn't working. Although I think my ubuntu instal could be fucked up, i cant use code::blocks and run my program. And a lot of other shit wont work, not just because I'm a linux noob. I think i need to re-burn the OS and do a clean install honestly, but i figured the slowloris problem could be a common one. RE: Slowloris not working - Unmasked - 05-13-2013 @3SidedSquare I was making a guess as those are actually common problems that will not allow slowloris to run.. @OP tell me what steps you are using to use slowloris, obv. you have it chmoded and what not, but tell me what cmd you are using to launch the attack. RE: Slowloris not working - ErroraBorealis - 05-13-2013 (05-13-2013, 06:25 AM)Unmasked Wrote: @3SidedSquare I was making a guess as those are actually common problems that will not allow slowloris to run.. The default ubuntu terminal. I type "Perl (location of the slowloris file)" Slowloris runs, I type the commands out, slowloris starts and i type perl /home/sinisterkid/Desktop/slowloris6.pl -dns [www.scamsurvivors.com] Everything looks fine, builds the threads, but it just says 0 packets sent and had no errors or anything. RE: Slowloris not working - Unmasked - 05-13-2013 (05-13-2013, 06:34 AM)Sinisterkid Wrote:(05-13-2013, 06:25 AM)Unmasked Wrote: @3SidedSquare I was making a guess as those are actually common problems that will not allow slowloris to run.. Do this instead of typing "Perl slowloris.pl...." make sure it's chmoded (chmod +x slowloris.pl) then run it like this "./slowloris.pl (your settings here)" Try it and see the output. RE: Slowloris not working - ErroraBorealis - 05-13-2013 It works now ![]() Thanks. 1.6K packets a thread is way better than 0 haha. Guess it had to do with chmoding. RE: Slowloris not working - Unmasked - 05-13-2013 (05-13-2013, 06:55 AM)Sinisterkid Wrote: It works now Glad I could help you out! ![]() |