
Python 3.10.1로 작성된 간단한 워드리스트 생성기 및 맹글러.
파이썬 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
이 프로젝트는 교육 목적으로만 제작되었습니다. 불법 활동에 사용하지 마십시오. 불법적이거나 비윤리적인 행동을 지지하거나 용납하지 않으며, 이 소프트웨어의 오용으로 인한 책임을 지지 않습니다.