Skip to content

Latest commit

 

History

History
67 lines (37 loc) · 2.49 KB

README_EN.md

File metadata and controls

67 lines (37 loc) · 2.49 KB

Tool Introduction


中文

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 in encrypted compressed files. If it is less than 6 bytes, it will prompt the user whether to use CRC32 for hash collision.
  2. The program includes 6000 common cracking dictionaries and generates pure numeric dictionaries from 0 to 6 digits.
  3. The program automatically adjusts the number of threads based on the runtime environment, providing extremely fast cracking speeds.

Usage


1. Pseudo-Encryption Identification and Repair

python3 ZipCracker_en.py test01.zip  
image

2. Brute Force Cracking - Built-in Dictionary

python3 ZipCracker_en.py test02.zip  
image

3. Brute Force Cracking - Custom Dictionary

python3 ZipCracker_en.py test02.zip MyDict.txt  
image

4. Brute Force Cracking - CRC32 Collision

python3 ZipCracker.py test03.zip  
image

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.

image

【Knowledge Planet】Big Giveaway

image