How to use a perl exploit
What you will need:
ActivePerl: http://www.activestate.com/Products/ (it is easier to just download the trial, unless you want the full version)
http://www.milw0rm.com (to search for a exploit)
NotePad
Command Prompt (start>run>CMD)
=================================================================
First: Download and install ActivePerl from the link I gave you.
=================================================================
Ok, second, search on google for some forums. Make sure you find out us much about the one you want to hack as possible (e.g. the version and things). As I said, find out as much as you can about it.
=================================================================
Now, go to http://www.milw0rm.com and search for a exploit that is for your website. (e.g. MyBB 1.2.3 or something). Once you have your exploit, click the link and see if it is a perl code. To know if it is a perl code, it should have something like #!\perl\bin or something along those lines.
=================================================================
Once you have your code, copy paste everything on the sheet to NotePad. Once you have it all pasted, save it into "C:\perl\bin" (without qoutes). Make sure you save it as a .pl file. (e.g. exploit1.pl) Otherwise it will not work. You can name it whatever you want just make sure it is a .pl file.
=================================================================
Now, after you have saved your file in C:\perl\bin, goto Start>Run>CMD (Command Prompt). Type in on CMD "cd C:\perl\bin". Once you have done that, it will go into the folder pretty much on CMD. So, once you are in it, type "exploit1.pl" or whatever you named your exploit. Most of the exploits have instructions that come with it. So it is pretty much self explanitary. If you do not know what your exploit does, .
=================================================================
No comments:
Post a Comment