Skip to content
Worix
BrowsePublish
Log inSign Up

ZipCracker

高性能多并发ZIP破解工具,支持伪加密修复、字典攻击、CRC32碰撞、掩码及AES加密ZIP文件破解。

34 downloads
Free
Reviewed
cracker
ctf
password
pentest
security
zip

ZipCracker Skill

You have access to ZipCracker.py, a powerful tool developed by the Hx0 Team to crack encrypted ZIP files.

When to use this skill

Use this skill whenever the user asks to unlock, decrypt, or crack a password-protected .zip file.

How to use

You will execute the python script using your exec or bash tool. ALWAYS use the -q (quiet) flag to prevent output flooding. Determine the best attack method based on the user's prompt:

  1. Default/Built-in Dictionary: If the user does not provide password clues. python3 ZipCracker.py <filepath> -q
  2. Mask Attack: If the user knows part of the password format (e.g., "starts with admin and 3 numbers"). python3 ZipCracker.py <filepath> -m '<mask_string>' -q (Mask rules: ?d=digits, ?l=lowercase, ?u=uppercase, ?s=symbols)
  3. Custom Dictionary: If the user specifies a dictionary file. python3 ZipCracker.py <filepath> <dictionary_path> -q

Output Parsing

Wait for the script to finish running.

  • If successful, it will print [+] Success! The password is: <password>. Extract this password and present it to the user.
  • If it says "Pseudo-encryption fixed", inform the user that the file is a pseudo-encrypted zip and has been successfully repaired without a password.

Download

ZIP package — ready to use

Skill Info

Creator
asaotomo
Downloads
34
Published
Mar 15, 2026
Updated
Mar 16, 2026