> For the complete documentation index, see [llms.txt](https://sec.skill.or.kr/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://sec.skill.or.kr/hacking/recover-zip.md).

# How to Recover Passwords on ZIP Files - fcrackzip

{% hint style="info" %}
**2022년 NHN Cloud&#x20;**<mark style="color:red;">**무료**</mark>**&#x20;교육일정** : <https://doc.skill.or.kr/2022-NHN-Cloud-Education>
{% endhint %}

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

{% hint style="danger" %}
**주의 : 테스트 이외의 목적으로 발생 되는 문제점에 대해서는 프로그램을 사용하는 사용자가 책임을 지셔야 한다는 것을 알려 드립니다.**

**Disclaimer: I am not responsible for any damage done using this tool. This tool should only be used for educational purposes and for penetration testing.**
{% endhint %}

### 내용 :&#x20;

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

### Description :&#x20;

> 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.

{% embed url="<https://youtu.be/1rR2b7vwRaU>" %}
시연 영상 &#x20;
{% endembed %}

{% hint style="info" %}
**2022년 NHN Cloud&#x20;**<mark style="color:red;">**무료**</mark>**&#x20;교육일정** : <https://doc.skill.or.kr/2022-NHN-Cloud-Education>
{% endhint %}
