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-2022-25012 — Updated version of this weak password encryption script | Kitploit
Tools/GitHubGitHub/s3l33/cve-2022-25012
Password CrackingEncryption/Decryption ToolsVulnerability AnalysisExploitationHash AnalysisPenetration Testing
GitHubs3l33/cve-2022-25012

CVE-2022-25012

Updated version of this weak password encryption script

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

Argus Surveillance DVR 4.0 - Weak Password Encryption

CVE-2022-25012

Updated version of this weak password encryption script

Exploit DB REF: https://www.exploit-db.com/exploits/50130

Author REF: https://deathflash1411.github.io/blog/dvr4-hash-crack

NIST REF: https://nvd.nist.gov/vuln/detail/CVE-2022-25012

Description:

The author had stated that they didnt make additional entries for special ASCII characters. I have updated this to include them and provide a password output to make it more user friendly as well as it accepting arguements rather than needing to edit the script to place the password hash.

Usage

python3 CVE-2022-25012.py <hash>

Example:

python3 CVE-2022-25012.py E1B0BD8F4D7B73573F7EF539A935735753D190839083C165BD8FCA79418DB398F7DF

Generating our own proof of concept

We set a complex password in the argus DVR user screen

image

Using other avenues to gain access to the following file: C:\ProgramData\PY_Software\Argus Surveillance DVR\DVRParams.ini

We can see the entry for our user and corresponding password:

image

We can then run this hash as an arguement (as seen in the usage example)

image

Download Tool