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

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

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

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

工具目录

分类

查看所有分类
Loading categories
工具/GitHubGitHub/rodpwn/cve-2021-43798-mass_scanner
侦察漏洞扫描器漏洞利用信息收集Web安全
GitHubrodpwn/cve-2021-43798-mass_scanner

CVE-2021-43798-mass_scanner

Grafana CVE-2021-43798 未授权文件读取的批量扫描器,支持单个目标、主机名列表和 IP 范围,并带有 PoC 验证。

查看仓库
544年前尚未审核

最受欢迎

查看全部 →

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

探索所有工具

浏览我们的工具集合

查看所有工具 →
分享

Grafana CVE 2021-43798

Grafana 未授权任意文件读取漏洞 CVE-2021-43798

依赖

root@kitploit:~
python3 -m pip install -r requirements.txt

或

pipenv install -r requirements.txt

Dorks

shoot_shodan.png

  • Dorks(Shodan | Google)
    • Google Dorks
    • Shodan Dorks

使用方法

  • 目标末尾不带 /。且不带 http:// 或 https://
    • targets.txt 文件示例
root@kitploit:~
target.com
example.com
foo.gov
xpto.com.de
root@kitploit:~

usage: tool [-h] [--file <hostnames.txt>] [--range <ip-start>,<ip-end>] [--single SINGLE]

optional arguments:
  -h, --help                   show this help message and exit
  --file <hostnames.txt>       Input your target host lists
  --range <ip-start>,<ip-end>  Set range IP Eg.: 192.168.15.1,192.168.15.100
  --single <target>            Only one target

PoC

poc.gif

功能

  • 使用 --range 指定 IP 范围,例如:python3 main.py --range 192.168.0.1,192.168.1.253
  • 使用 --file 指定主机名列表,例如:python3 main.py --file hostnames.txt
  • 使用 --single 测试单个目标,例如:python3 main.py --single example.com:3000

参考

https://github.com/jas502n/Grafana-CVE-2021-43798

注意

root@kitploit:~
+------------------------------------------------------------------------------+
|  [!] Legal disclaimer: Usage of this tool for attacking                      |
|  targets without prior mutual consent is illegal.                            |
|  It is the end user's responsibility to obey all applicable                  | 
|  local, state and federal laws.                                              |
|  Developers assume no liability and are not responsible for any misuse or    |
|  damage caused by this program                                               |
+------------------------------------------------------------------------------+

再见!

bye-rui.gif

下载工具