The ‘pwdlyser‘ tool is a Python-based CLI script that automates the arduous process of manually reviewing cracked passwords during password audits following security assessments or penetration tests. There are likely some false positives/negatives, so please use at your own discretion.
Dependencies:
+ All Linux Operating System
+ Python 3.x
Usage:
git clone https://www.github.com/ins1gn1a/pwdlyser.git cd pwdlyser/ chmod +x setup.sh ./setup.sh pwdlyser -p (your_sampe) -S pass
Source: https://www.github.com/ins1gn1a