Fatal1ty Posted August 18, 2006 Report Posted August 18, 2006 Guide: How to compile Exploits======================Exploit is a code built in C, VB etc.. that takes advantage of an open port.This guide will teach you how to compile an exploit in cygwin.In the following steps i'll 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(Search the exploit as: "Exploit for PORT NUMBER")STEP 1: Download port 5000 exploit, usually the exploits come as .txt and you need to change them to .cDownload: 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:(IMG:http://planet.nana.co.il/progroup/pictures/p1_g3.JPG)(IMG:http://planet.nana.co.il/progroup/pictures/p2_g3.JPG)(IMG:http://planet.nana.co.il/progroup/pictures/p3_g3.JPG)(IMG:http://planet.nana.co.il/progroup/pictures/p4_g3.JPG)(IMG:http://planet.nana.co.il/progroup/pictures/p5_g3.JPG)(IMG:http://planet.nana.co.il/progroup/pictures/p6_g3.JPG)(IMG:http://planet.nana.co.il/progroup/pictures/p7_g3.JPG)(IMG:http://planet.nana.co.il/progroup/pictures/p8_g3.JPG)(IMG:http://planet.nana.co.il/progroup/pictures/p9_g3.JPG)STEP 3: After installing the program we need to compile the exploit, place the 5000.c exploit in C:cygwinbinthen run the command line from - Start - Run - cmd/commandin the command window type:CD c:cygwinbingcc 5000.c -o 5000.exe(CD = Open)Or follow by the picture:(IMG:http://planet.nana.co.il/progroup/pictures/p10_g3.JPG)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:cygwinbin5000.exe XXX.XXX.XXX.XXX -e(XXX.XXX.XXX.XXX = Victim's IP address)Or follow by the picture:(IMG:http://planet.nana.co.il/progroup/pictures/p11_g3.JPG)and WALLA! your connected..Guide by Outlaws.Creditz h4cky0u (the big chief ) Quote