Skip to content

offseckit/wordlist

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

>_ 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

About

Generate custom wordlists from base words with leet speak, case mutations, and common password patterns

Topics

Resources

License

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors