Login Register






[TuT]Windows 7 hacking - Part 1 - DoS filter_list
Author
Message
[TuT]Windows 7 hacking - Part 1 - DoS #1
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.php
the server would start an infinite loop since it would always call the same command.

The actual exploiting:

So, startup metasploit and use this exploit:
Code:
dos/windows/smb/ms10_006_negotiate_response_loop
actually, by metasploit its defined as auxiliary since it doesn't allow remote code execution.

From 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\Anything

The 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 IP

into 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 Tongue Just simply let this running and when they hit the folder BAM their PC will freeze Tongue

Ok, hope you liked this tut, enjoy!!! If you have any questions, ask bellow! Smile

PS: Dont't forget to check out Part 2!
Staff will never ever ask you for your personal information.
We know everything about you anyway.

Reply

RE: [TuT]Windows 7 hacking - Part 1 - DoS #2
(05-06-2011, 06:47 PM)Genius Wrote: great tutorial bro!!!!!


keep up the work

Thanks Smile
Staff will never ever ask you for your personal information.
We know everything about you anyway.

Reply

RE: [TuT]Windows 7 hacking - Part 1 - DoS #3
Nice tutorial 1llsuion.

Reply

RE: [TuT]Windows 7 hacking - Part 1 - DoS #4
thanks!
Staff will never ever ask you for your personal information.
We know everything about you anyway.

Reply

RE: [TuT]Windows 7 hacking - Part 1 - DoS #5
Very interesting. I like!
[Image: DOOM_banner.jpg]
A closed mouth says nothing wrong, A closed mind does nothing right.

Reply

RE: [TuT]Windows 7 hacking - Part 1 - DoS #6
WOW..that's great post!!!
Kindly post more codes to learn more...

Reply

RE: [TuT]Windows 7 hacking - Part 1 - DoS #7
(05-26-2011, 07:00 AM)securelite Wrote: WOW..that's great post!!!
Kindly post more codes to learn more...

Thanks Smile 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 Smile
Staff will never ever ask you for your personal information.
We know everything about you anyway.

Reply

RE: [TuT]Windows 7 hacking - Part 1 - DoS #8
Didn't see if Before so yeah a Nice to know tutorial !
[Image: 9Kcm1.png]
To the Mind that is still, The Whole World Surrenders.
Exploiter on Team OpenFire
C,C++,Java and Perl source Developer.

Reply

RE: [TuT]Windows 7 hacking - Part 1 - DoS #9
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.
Staff will never ever ask you for your personal information.
We know everything about you anyway.

Reply

RE: [TuT]Windows 7 hacking - Part 1 - DoS #10
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 ?

Reply