RedTeamPentesting / CVE-2023-33243

PoC for login with password hash in STARFACE

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

python3 login.py --url [URL] --login [Login ID] --pwhash [SHA512 Password Hash]

About

PoC for login with password hash in STARFACE

License:MIT License


Languages

Language:Python 100.0%