Posted March 12, 200619 yr 1. Cygwin - Cygwin is a Linux-like environment for Windows. Link: http://www.cygwin.com/ Installing - 1. Install from internet 2. Root dir: DRIVE:\Cygwin 3. Anywhere 4. Direct Connection 5. It'll download the files 6. Open the 'Devel' tab 7. scroll about quarter the way down and select gcc-core and gcc-g++ 8. Downloading lozl Testing - 1. Open up Notepad 2. paste : print "Hello World\n"; 3. save it as hello.pl in DRIVE:\cygwin\usr\bin\perl (make the dir's that aren't there) 4. Open Cygwin 5. type this : 7. cd c:/cygwin/usr/bin/perl ls 8. If it shows Youraccount@PCname /cygdrive/DRIVE:/cygwin/usr/bin/perl $ls hello pl Then you're good so far. 9. To open the Hello World file type; perl hello.pl If it echo's Hello World it worked. Now about some 1337 spl01tz!1111! Head over to milw0rm.com, find any exploit on the front page. Here we go, http://www.milw0rm.com/exploits/1063 Copy all that into a txt, save as something.pl, open it with cygwin. In the file we have ); print q(Host |without http://www.| ); $host = <STDIN>; chop ($host); print q(Path |example. /phpBB2/ or /| ); $pth = <STDIN>; chop ($pth); print q(Flood Type |1 = Registration, 2 = Search| ); $type = <STDIN>; chop ($type); So we don't have to replace the host in notepad, we can give input when we're running it. So fucking run it and fill in the values with the site you want to hax. If you don't know what the version of phpBB is, then go to http://www.site.com/phpbb/docs/ then changelog.html it'll tell you there. If it didn't work, I don't care, I just learnt how to do this yesterday.
March 12, 200619 yr Activeperl is oh so much easier to set up, and I would reccomend it instead for a first time user. Also perl is interpreted, not compiled :P
March 12, 200619 yr yeah i still beleive that C++ is the best programing language out there. And also that site for the perl docs "cannot be found"
March 13, 200619 yr spanky618 said: yeah i still beleive that C++ is the best programing language out there. And also that site for the perl docs "cannot be found" Are you retarded? Quote If you don't know what the version of phpBB is, then go to http://www.site.com/phpbb/docs/ That's an EXAMPLE, like http://www.metroidmetal.com/ridley/docs/ , although they now hide the complete version number, only showing the branch And who gives a fuck what language you think is the best, these scripts (exploits) are perl scripts, so you need perl installed on <whatever OS you use>
March 13, 200619 yr yeah sorry aboout the site with the docs on it. It was late as hell and I wasn't thinking correctly probabaly from excessive masturbation that day.