Skip to content

Latest commit

 

History

History
40 lines (29 loc) · 812 Bytes

File metadata and controls

40 lines (29 loc) · 812 Bytes

alt text

weakpass is a basic script that automates the generation of weak and standardized passwords. Designed to be a simple but valuable tool during the initial phase of security tests.

Installation

go install github.com/phor3nsic/weakpass@latest

Usage

To get a list of options:

weakpass -h

Example for a small list focused on a web spraying attack:

weakpass -c microsoft -w 

Example for a big list focused on brute force cracking (eg: hashcat):

weakpass -c microsoft -b -o mscrack.txt 

Example for multi companies:

weakpass -c microsoft,xbox,skype -b -o mscrack.txt -silent