Possible search terms:
pureh@te gcc milw0rm exploit python perl
Ok i have used the Search first off... pureh@te said he made a post how to take the exploits and use them but i cannot find the thing, i have been searching for an hour now. Can someone shed some light?
Possible search terms:
pureh@te gcc milw0rm exploit python perl
ok here are the steps
First unzip and extract the milw0rm.tar.bz2 i hope you already know how to do this :-)
cd /pentest/exploits/milw0rm
To search the "iis" exploits
grep -i "iis" sploitlist.txt
./platforms/windows/dos/35.c MS Windows IIS 5.0 - 5.1 Remote Denial of Service Exploit
./platforms/windows/remote/56.c MS Windows Media Services (nsiislog.dll) Remote Exploit
./platforms/windows/dos/176.c MS Windows IIS SSL Remote Denial of Service Exploit (MS04-011)
./platforms/windows/remote/189.c MS Windows IIS Unicode Remote Transversal Bug
./platforms/windows/remote/190.c MS Windows IIS Unicode Remote Transversal Bug (2)
To filter out the iis exploites file names only
grep -i "iis" sploitlist.txt | cut -d " " -f1
./platforms/windows/remote/56.c
./platforms/windows/dos/176.c
./platforms/windows/remote/189.c
To filter out the iis exploits which can only compile on linux
grep -i "iis" sploitlist.txt | cut -d " " -f1 | xargs grep sys | cut -d":" -f1
Copy the target exploit to tmp directory & compile it
![]()
Call me crazy but I'm pretty sure hes asking how to compile a C program with gcc.
There are existing topics on this:
http://forums.remote-exploit.org/search.php?q=Milw0rm
I'm a compulsive post editor, you might wanna wait until my post has been online for 5-10 mins before quoting it as it will likely change.
I know I seem harsh in some of my replies. SORRY! But if you're doing something illegal or posting something that seems to be obvious BS I'm going to call you on it.
Couldn't I just save the text from the milw0rm page, save it to the .py filetype for python and .pl for perl or something and execute through Konsole?
:-O there is a d for download? where the hell have i been looking? lol or not looking rather.
LOL pureh@te, that's spoonfeeding at its best![]()
Don't eat yellow snow :rolleyes: