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:
After
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.
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 - cmd/command in the command window type:
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 - Run then type:
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