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
CVE-2023-38646-PoC-Metabase — Proof-of-Concept script for exploiting CVE-2023-38646. Intended for educational and research purposes only. | Kitploit
Tools/GitHubGitHub/jayryz/cve-2023-38646-poc-metabase
Payload GenerationVulnerability AnalysisExploitationWeb Application ExploitationPenetration TestingLearning & Education
GitHubjayryz/cve-2023-38646-poc-metabase

CVE-2023-38646-PoC-Metabase

Proof-of-Concept script for exploiting CVE-2023-38646. Intended for educational and research purposes only.

View Repository
21 year 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

CVE-2023-38646-PoC-Metabase

Proof-of-Concept script for exploiting CVE-2023-38646. Intended for educational and research purposes only.

Description

This is a Python-based Proof-of-Concept (PoC) script to exploit CVE-2023-38646, a vulnerability affecting Metabase. The exploit abuses misconfigurations to achieve remote command execution.

⚠️ Disclaimer:
This script is intended solely for educational purposes and ethical research. Misuse of this script to attack systems without prior consent is illegal and unethical. The author is not responsible for any damage caused by the use of this tool.

Features

  • Retrieves session tokens automatically
  • Generates payloads for remote command execution
  • Automates exploit deployment

Requirements

  • Python 3.7+
  • requests library (pip install requests)

Usage

  • Make sure to listen on port with nc first.
root@kitploit:~
python3 exploit.py -u <target_url> -ip <your_ip> -p <your_port>
Download Tool