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
CVE2022-1388_TestAPI — A Test API for testing the POC against CVE-2022-1388 | Kitploit
Tools/GitHubGitHub/bandit92/cve2022-1388_testapi
Vulnerability AnalysisExploitationAPI Security TestingWeb SecurityPenetration Testing
GitHubbandit92/cve2022-1388_testapi

CVE2022-1388_TestAPI

A Test API for testing the POC against CVE-2022-1388

View Repository
424 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

CVE2022-1388_TestAPI

A Test API for testing the POC against CVE-2022-1388

To run from host.

root@kitploit:~
pip install -r requirements.txt
uvicorn main:app --reload

To run from Docker.

root@kitploit:~
make build 
make run
Download Tool