Skip to content

Latest commit

 

History

History
43 lines (28 loc) · 1.17 KB

File metadata and controls

43 lines (28 loc) · 1.17 KB

>_ osk wordlist

Generate custom wordlists from base words with leet speak substitutions, case mutations, number/symbol appending, and common password patterns.

Part of OffSecKit | Browser version | Unified CLI

Install

pip install offseckit

Usage

# Generate wordlist from base words with case variations
osk wordlist gen password admin

# Enable leet speak mutations
osk wordlist gen password --leet

# Append numbers and symbols
osk wordlist gen company --numbers --symbols

# Full mutation suite and save to file
osk wordlist gen company admin john -o wordlist.txt --case --leet --numbers --symbols --suffixes

# Read base words from a file
osk wordlist gen -f base_words.txt --leet --numbers

# Show leet speak mappings
osk wordlist leet

Related

License

MIT