
딕셔너리 공격으로 ZIP 비밀번호를 크랙하고 Crunch를 파이프라인으로 사용하는 파이썬 스크립트
이 버전에서는 Zip 파일만 지원합니다.
Crunch와 함께 사용할 수도 있습니다.
크로스 플랫폼 지원
사용법: zipcracker.py [options]
Options:
--version show program's version number and exit
-h, --help show this help message and exit
-f FILENAME, --file=FILENAME
Please Specify Path of Zip File
-d DICTIONERY, --dict=DICTIONERY
Please Specify Path of Dictionery.
-o OUTPUT, --output=OUTPUT
Please Specify Path for Extracting
-r RESULT, --result=RESULT
Please Specify Path if You Want to Save Result
-c CRUNCH, --crunch=CRUNCH
For Using Passwords Directly from crunch use this
arguments: -c True or --crunch True
- python zipcracker.py -f testfile.zip -d passwords.txt
-python zipcracker.py -f testfile.zip -d passwords.txt -o extractdir