
Um gerador e modificador de wordlists simples escrito em Python 3.10.1.
Um simples gerador e modificador de wordlists escrito em Python 3.10.1.
usage: wordlister.py [-h] --input INPUT --perm PERM --min MIN --max MAX
[--test TEST] [--cores CORES] [--leet] [--cap] [--up]
[--append APPEND] [--prepend PREPEND]
A simple wordlist generator and mangler written in python.
optional arguments:
-h, --help show this help message and exit
--leet Activate l33t mutagen
--cap Activate capitalize mutagen
--up Activate uppercase mutagen
--append APPEND Append chosen word (append 'word' to all passwords)
--prepend PREPEND Prepend chosen word (prepend 'word' to all passwords)
--sort Sort the output in ascending order based on the word length
required arguments:
--input INPUT Input file name
--output OUTPUT Output file name
--perm PERM Max number of words to be combined on the same line
--min MIN Minimum generated password length
--max MAX Maximum generated password length
Este projeto é apenas para fins educacionais. Não o utilize para atividades ilegais. Não apoio nem aprovo ações ilegais ou antiéticas e não posso ser responsabilizado por possível uso indevido deste software.