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
Tools/GitHubGitHub/redteampentesting/cve-2023-33243
Password AttacksVulnerability AnalysisExploitationWeb Application ExploitationPenetration TestingAuthentication
GitHubredteampentesting/cve-2023-33243

CVE-2023-33243

PoC for login with password hash in STARFACE

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

Proof of Concept for Login with Password Hash in STARFACE (CVE-2023-33243)

Details are described in our advisory.

In the corresponding blog post the vulnerability CVE-2023-33243 is used as an example to describe how we generally approach the analysis of authentication mechanisms and identify misconceptions we encounter during our pentest engagements.

Dependencies

Install Python libraries requests and click.

Usage

root@kitploit:~
python3 login.py --url [URL] --login [Login ID] --pwhash [SHA512 Password Hash]
Download Tool