ZipCracker is a high-performance multi-threaded cracking tool developed by the Hx0 team, designed specifically for breaking password-protected Zip files. It uses CRC32 collision and dictionary attack methods to guess the plaintext or password of Zip files and successfully extract their contents. This tool has the ability to identify "pseudo-encrypted" Zip files and can automatically repair them, making it particularly suitable for use in CTF competitions.
Note:
1.The program automatically checks the file size within encrypted archives. For files smaller than 6 bytes, the system will prompt the user to choose whether to attempt cracking via CRC32 hash collision.
2.The program comes with a built-in library of 6,000 commonly used password dictionaries and automatically generates a list of passwords consisting of 0 to 6 digit numbers. Additionally, users can utilize their own custom dictionaries, and the program can efficiently handle even those containing tens of millions of entries.
3.The program can automatically adjust the optimal number of threads based on the runtime environment, ensuring that the cracking process is both fast and stable.
python3 ZipCracker_en.py test01.zip
python3 ZipCracker_en.py test02.zip
python3 ZipCracker_en.py test02.zip MyDict.txt
python3 ZipCracker.py test03.zip
This tool is provided for security testers for self-assessment purposes only. The author is not responsible for any misuse or consequences caused by users. Users must comply with local laws. This program should not be used for commercial purposes and is intended for learning and education purposes only.
Scan and follow the team's official account for the latest updates.
【Knowledge Planet】Big Giveaway