ZIP 압축 파일 비밀번호 크랙 도구. 더 많은 정보: https://manned.org/fcrackzip.
fcrackzip --brute-force --length 4-8 --charset aA1 {{압축_파일}}
$
및 %
만 포함된 비밀번호를 무차별 대입으로 찾기:fcrackzip -v --brute-force --length 3 --charset a:$% {{압축_파일}}
fcrackzip --brute-force --length 4 --charset a! {{압축_파일}}
12345
부터 시작하여 무차별 대입으로 찾기:fcrackzip --brute-force --length 5 --charset 1 --init-password 12345 {{압축_파일}}
fcrackzip --use-unzip --dictionary --init-password {{단어목록}} {{압축_파일}}
fcrackzip --benchmark