In the following steps I will show you how to compile an exploit using a port 5000 exploit, but you can do the same for other ports just download their exploit from:
- Google.com
- Securiteam.com
- K-otik.com
- Astalavista.box.sk
- Coromputer.net
- Securityfocus.com
Step 1
Download port 5000 exploit, usually the exploits come as .txt and you need to change them to .c
Download: http://planet.nana.co.il/progroup/exploits/5000e.zipAfter downloading and extracting the port 5000 Exploit we need to compile it (covert it to .exe), In order to compile the exploit we need the \"Cygwin\" program.
Download: http://sources.redhat.com/cygwin/setup.exeStep 2
Open the Cygwin setup.exe and install it by the following pictures:









Step 3
After installing the program we need to compile the exploit, place the 5000.c exploit in C:\\cygwin\\bin then run the command line from
Start -> Run -> cmdin the command prompt type:
CD c:\\cygwin\\binOr follow the picture:
gcc 5000.c -o 5000.exe
(CD = Open)

Step 4
After we finshed to compiled the exploit we can use it! =) . In order to connect the the victims computer that has port 5000 open in this case..
Open the command line by
Start –> Runthen type:
CD c:\\cygwin\\binOr follow by the picture:
5000.exe XXX.XXX.XXX.XXX –e
(XXX.XXX.XXX.XXX = Victim\'s IP address)

and congrats..You are connected !!!
NOTE -
- For C and C++ under windows use Bloodshed or another windows compiler.
- For C under linux use gcc. gcc -o exploit.c exploit
- For perl for windows go download active perl and usage is: perl exploit.pl
- For perl under linux use: perl exploit.pl
- For .sh under linux use: source exploit.sh
WARNING / DISCLAIMER / Whatever You think -
Compromising security and hacking are illegal in many countries.Use the above knowledge at your on risk.In short,keep it low.
Or you can read this article - Things you should not do - (Saving ur Ass from FBI)
Cheers and Keep Learning.
Posted by XERO . DARKTRX .ALL RIGHTS RESERVED .
Every time I try to connect to an IP it waits a few seconds and then it says the connection has timed out. How do I fix this?
ReplyDeleteHi, please upload the 5000.c file to mediafire or something , tnx.
ReplyDelete