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
InfluxDB-Exploit-CVE-2019-20933 — InfluxDB CVE-2019-20933 vulnerability exploit | Kitploit
Tools/GitHubGitHub/lorenzotullini/influxdb-exploit-cve-2019-20933
Password AttacksVulnerability AnalysisExploitationPenetration TestingAuthenticationDatabase Security
GitHublorenzotullini/influxdb-exploit-cve-2019-20933

InfluxDB-Exploit-CVE-2019-20933

InfluxDB CVE-2019-20933 vulnerability exploit

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share
View Repository
43204 years agoReviewed by Kitploit

InfluxDB Exploit CVE-2019-20933

Exploit for InfluxDB CVE-2019-20933 vulnerability, InfluxDB before 1.7.6 has an authentication bypass vulnerability in the authenticate function in services/httpd/handler.go because a JWT token may have an empty SharedSecret (aka shared secret). Exploit check if server is vulnerable, then it tries to get a remote query shell. It has built in a username bruteforce service.

Installation

root@kitploit:~
git clone https://github.com/LorenzoTullini/InfluxDB-Exploit-CVE-2019-20933.git
cd InfluxDB-Exploit-CVE-2019-20933
pip install -r requirements.txt

Usage

root@kitploit:~
python __main__.py
Download Tool