![]() |
|
[TuT]Windows 7 hacking - Part 1 - DoS - Printable Version +- Sinisterly (https://sinister.li) +-- Forum: Computers (https://sinister.li/Forum-Computers) +--- Forum: Operating Systems (https://sinister.li/Forum-Operating-Systems) +--- Thread: [TuT]Windows 7 hacking - Part 1 - DoS (/Thread-TuT-Windows-7-hacking-Part-1-DoS) Pages:
1
2
|
[TuT]Windows 7 hacking - Part 1 - DoS - 1llusion - 05-04-2011 Hi, Since many are interested in hacking Windows 7, I will post couple of tuts how to do it. So, in the first part, I will show you how to make a Denial of Service atack (DoS, NOT DDoS!!! DoS and DDoS are 2 completely different things!) with using an exploit (yay! no more booters!) So how to do it? - Theory
Well basically we will use an exploit, that will start infinite loops on the computer, leading the computer to freezing - Denial of service. Remember, this will freeze the computer COMPLETELY, not only the internet. Therefore its very dangerous attack and I do not suggest you to use it on anybody without permission. Similar exploit used to be on old PHP versions where when you have put in url: Code: www.example.ext/index.php?file=index.phpThe actual exploiting:
So, startup metasploit and use this exploit: Code: dos/windows/smb/ms10_006_negotiate_response_loopFrom here, there is not much to set... actually you can do "exploit" right away, if you want to set this attack on some specified network, you can set the ip by: Code: set srvhost [desired ip]After exploiting / The victims side
So when you start the exploit, a server will start. Your victim has to connect to it to get the exploit. You can see the path bellow:Code: \\10.0.1.19\Shared\AnythingThe IP might change there. Now, this isn't URL as you can see. I'm not sure how its called (damn my noobiness) but try putting: Code: \\local net IPinto RUN or into webbrowser. You can acess files of other computer with this. This is leading to the (in my eyes kinda funny) idea, how to protect yourself from people looking at your files Just simply let this running and when they hit the folder BAM their PC will freeze ![]() Ok, hope you liked this tut, enjoy!!! If you have any questions, ask bellow! ![]() PS: Dont't forget to check out Part 2! RE: [TuT]Windows 7 hacking - Part 1 - DoS - 1llusion - 05-06-2011 (05-06-2011, 06:47 PM)Genius Wrote: great tutorial bro!!!!! Thanks
RE: [TuT]Windows 7 hacking - Part 1 - DoS - Enc0de - 05-08-2011 Nice tutorial 1llsuion. RE: [TuT]Windows 7 hacking - Part 1 - DoS - 1llusion - 05-08-2011 thanks! RE: [TuT]Windows 7 hacking - Part 1 - DoS - .LiT - 05-26-2011 Very interesting. I like! RE: [TuT]Windows 7 hacking - Part 1 - DoS - securelite - 05-26-2011 WOW..that's great post!!! Kindly post more codes to learn more... RE: [TuT]Windows 7 hacking - Part 1 - DoS - 1llusion - 05-26-2011 (05-26-2011, 07:00 AM)securelite Wrote: WOW..that's great post!!! Thanks Well, right now I don't do much of pentesting since I have to play my double-bass all the time.... but I will in the future
RE: [TuT]Windows 7 hacking - Part 1 - DoS - Coded32 - 05-27-2011 Didn't see if Before so yeah a Nice to know tutorial ! RE: [TuT]Windows 7 hacking - Part 1 - DoS - 1llusion - 05-27-2011 Thanks!!! I have just saw another DoS exploit on Windows Server 2008 which was causing screen of death! I will post a tut on it since as far as I know, you have to compile it on your own. RE: [TuT]Windows 7 hacking - Part 1 - DoS - J2ack - 06-25-2011 That's really a good stuff dude...But am bit confused that how will it work if I am behind a router, and so if I give my global IP, will the victim can still connect back to my machine ? I doubt.... any suggestion ? |