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

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

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

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

工具目录

分类

查看所有分类
Loading categories
GrafanaDirInclusion — 演示 Grafana 目录遍历漏洞 (CVE-2021-43798) 的脚本。 | Kitploit
工具/GitHubGitHub/jroo1053/grafanadirinclusion
漏洞分析漏洞利用Web应用程序漏洞利用CTF渗透测试
GitHubjroo1053/grafanadirinclusion

GrafanaDirInclusion

演示 Grafana 目录遍历漏洞 (CVE-2021-43798) 的脚本。

查看仓库
1313年前尚未审核

最受欢迎

查看全部 →

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

探索所有工具

浏览我们的工具集合

查看所有工具 →
分享

Grafana CVE-2021-43798 漏洞利用脚本

此脚本用于演示 Grafana 目录遍历漏洞(CVE-2021-43798),影响 Grafana 版本 8.0.0-beta1 至 8.3.0。 主要用于 CTF 中的演示。使用 Python 编写,仅依赖标准库模块。请仅用于合法目的,例如测试和 CTF。

安装

root@kitploit:~
wget https://raw.githubusercontent.com/Jroo1053/GrafanaDirInclusion/master/exploit.py

用法

root@kitploit:~

usage: exploit.py [-h] -u TARGET_URL -p TARGET_PORT [-o OUTPUT_FILE] -f TARGET_FILE

Grafana CVE-2021-43798 (File Read Exploit)

optional arguments:
  -h, --help      show this help message and exit
  -u TARGET_URL   Target URL
  -p TARGET_PORT  Target Port
  -o OUTPUT_FILE  Output File
  -f TARGET_FILE  Remote File To Read

下载工具