Skip to content
KitploitKITPLOIT
ToolsBlog
Submit
ToolsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
GrafanaDirInclusion — Script to demonstrate the Grafana directory traversal exploit (CVE-2021-43798). | Kitploit
Tools/GitHubGitHub/jroo1053/grafanadirinclusion
Vulnerability AnalysisExploitationWeb Application ExploitationCTFPenetration Testing
GitHubjroo1053/grafanadirinclusion

GrafanaDirInclusion

Script to demonstrate the Grafana directory traversal exploit (CVE-2021-43798).

View Repository
133 years agoNot yet reviewed

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share

Grafana CVE-2021-43798 Exploit Script

Script to demonstrate the Grafana directory traversal exploit (CVE-2021-43798) that affects Grafana versions 8.0.0-beta1 through 8.3.0. Primarily used for a demonstration in a CTF. Written in python with standard library modules only. Only use this for legitimate purposes e.g testing and CTFs please.

Installation

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

Usage

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

Download Tool