How to Recover Passwords on ZIP Files - fcrackzip

[Youtube Data] Public Data - [fcrackzip]

circle-info

제목 : How to Recover Passwords on ZIP Files - fcrackzip

triangle-exclamation

내용 :

fcrackzip 프로그램을 이용한 zip 파일 걸린 암호를 크래킹(사전대입방식) 하는 시 영상입니다.

Description :

Using fcrackzip to crack a zip file password on Kali Linux (for educational purposes only!)

Example command used in the video: fcrackzip -D -p /home/kali/Documents/rockyou.txt -uv pass_crack_example.zip

Command options explained: rockyou.txt is a well-known wordlist that can be downloaded with a quick google search. [-D|--dictionary] - use a dictionary [-p|--init-password string] - use string as initial password/file [-u|--use-unzip] - use unzip to weed out wrong passwords [-v|--verbose] - be more verbose

Note: you can check "fcrackzip -help" (no quotes) for additional options.

시연 영상
circle-info

Last updated