Skip to content
forked from sunw4r/weakpass

Basic script that automates the generation of weak and standardized passwords

Notifications You must be signed in to change notification settings

phor3nsic/weakpass

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Basic script that automates the generation of weak and standardized passwords

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 100.0%