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
WerkGhost — Exploit for Werkzeug < 3.1.4 (CVE-2023-46136) | Kitploit
Tools/GitHubGitHub/jawadpy/werkghost
Vulnerability AnalysisExploitationWeb Application ExploitationPenetration TestingRed Teaming
GitHubjawadpy/werkghost

WerkGhost

Exploit for Werkzeug < 3.1.4 (CVE-2023-46136)

View Repository
8 months 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

WerkGhost

image

Exploit for Werkzeug < 3.1.4 (CVE-2025-66221)

Disclaimer

This script is provided solely for controlled security testing and research purposes. It must only be used on systems and environments for which you have explicit, written authorization. Any use outside of legally sanctioned testing — including against third-party, public, or production systems — is strictly prohibited and may violate local and international laws. You assume full responsibility for all actions taken with this tool. The author accepts no liability for misuse, damages, service disruption, or legal consequences arising from unauthorized activity.

Requirements

You have to install requests before start using the script.

root@kitploit:~
pip install requests 

Usage

root@kitploit:~
python werkghost.py -u <url> -p <payload> -d <Directory> --timeout <timeout :D> -t <threads>

Example

root@kitploit:~
python werkghost.py -u http://127.0.0.1:8000 -p CON -d download --timeout 3 -t 100

Note:

  • The target web server must be running on Windows.
  • If the operation fails or produces inconsistent results, increase the number of worker threads and retry.
Download Tool