高性能多并发ZIP破解工具,支持伪加密修复、字典攻击、CRC32碰撞、掩码及AES加密ZIP文件破解。
You have access to ZipCracker.py, a powerful tool developed by the Hx0 Team to crack encrypted ZIP files.
Use this skill whenever the user asks to unlock, decrypt, or crack a password-protected .zip file.
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:
python3 ZipCracker.py <filepath> -qpython3 ZipCracker.py <filepath> -m '<mask_string>' -q
(Mask rules: ?d=digits, ?l=lowercase, ?u=uppercase, ?s=symbols)python3 ZipCracker.py <filepath> <dictionary_path> -qWait for the script to finish running.
[+] Success! The password is: <password>. Extract this password and present it to the user.ZIP package — ready to use