
대상 정보를 기반으로 맞춤형 비밀번호/암호 워드리스트를 생성합니다.

대상 정보를 기반으로 맞춤형 비밀번호/암호문구 워드리스트 생성
💙로 코딩한 edoardottt
트위터에 공유하기!
pipx install longtongue
git clone https://github.com/edoardottt/longtongue.git
cd longtongue
pip install -r requirements.txt
python3 longtongue.py
usage: longtongue [-h] (-p | -c | -v) [-l | -L] [-y] [-n] [-m MINLENGTH] [-M MAXLENGTH] [-P COMMON_PASSWORD_LIST]
Generate customized Password/Passphrase wordlist based on target information
options:
-h, --help show this help message and exit
-p, --person The target is a person
-c, --company The target is a company
-v, --version Show the version of this program
-l, --leet Add also complete 1337(leet) passwords
-L, --leetall Add also ALL possible le37(leet) passwords
-y, --years Add also years to password. See years range inside longtongue.py
-n, --numbers Add also numbers to password. See numbers range inside longtongue.py
-m, --minlength MINLENGTH
Set the minimum length for passwords (default 0).
-M, --maxlength MAXLENGTH
Set the maximun length for passwords (default 100).
-P, --common-password-list COMMON_PASSWORD_LIST
Set the file which contains common passwords (default included in the source).
python longtongue.py -v
python longtongue.py -h
python longtongue.py -p
python longtongue.py -pl
python longtongue.py -pln
python longtongue.py -plny
python longtongue.py -c
python longtongue.py -cl
python longtongue.py -cln
python longtongue.py -clny
python longtongue.py -c -m 10
python longtongue.py -p -m 10
각 릴리스의 상세 변경 사항은 릴리스 노트에 문서화되어 있습니다.
이 프로젝트에 기여하고 싶다면 이슈 또는 풀 리퀘스트를 열어 주세요.
이 저장소는 GNU General Public License v3.0에 따라 배포됩니다.
edoardottt.com으로 연락하세요.
python longtongue.py -c -M 18
python longtongue.py -p -M 18
python longtongue.py -c -P ./common-passwords.txt
python longtongue.py -p -P ./common-passwords.txt