Skip to content
KitploitKITPLOIT
OutilsBlog
Soumettre
OutilsBlog
Soumettre

Outils de Hacking, PenTest et Cybersécurité pour votre Arsenal de Sécurité !

Kitploit est un répertoire d'outils de hacking, de cybersécurité et de pentesting. Découvrez les dernières mises à jour des projets pour trouver des vulnérabilités, analyser des systèmes, automatiser les tests et renforcer votre sécurité.

··Flux·Contact·Confidentialité·© 2026 Kitploit

Répertoire d'outils

Catégories

Voir toutes les catégories
Loading categories
CVE-2022-25012-dvr4-weak-password-encryption — Decrypts weak encrypted passwords from Argus Surveillance DVR systems via CVE-2022-25012, reconstructing plaintext credentials from DVRParams.ini ciphertext. | Kitploit
Outils/GitHubGitHub/m1kb0k/cve-2022-25012-dvr4-weak-password-encryption
Encryption/Decryption ToolsPassword AttacksVulnerability AnalysisExploitation
GitHubm1kb0k/cve-2022-25012-dvr4-weak-password-encryption

CVE-2022-25012-dvr4-weak-password-encryption

Decrypts weak encrypted passwords from Argus Surveillance DVR systems via CVE-2022-25012, reconstructing plaintext credentials from DVRParams.ini ciphertext.

Voir le dépôt

Populaires

Voir tout →

Découvrez les outils les plus utilisés par notre communauté.

Explorer tous les outils

Parcourez notre collection d'outils

Voir tous les outils →
Partager
1il y a 25 joursPas encore vérifié
Contenu non disponible dans la langue demandée. Affichage de la version anglaise.

This is an improved version of the exploit by deathflash1411

Original exploit: https://www.exploit-db.com/exploits/50130

Improved Features

  • Cracked password is now output as reconstructed password string instead of only output character by character
  • The encrypted password string is now entered as an arguement instead of hardcoded
  • The exploit now supports the decryption of all special characters

Usage

The cyphertext can be found at

root@kitploit:~
C:\ProgramData\PY_Software\Argus Surveillance DVR\DVRParams.ini

Once you have obtained the cyphertext password

root@kitploit:~
./exploit.py <encrypted password>

or

root@kitploit:~
python3 exploit.py <encrypted password>

Footnote

#, &, ', and " are not present in the exploit code because it was found that argus surveillance strips these characters out if you enter them into the password field

Télécharger l’outil