Screenshots
Example Usage
# 1. 伪加密识别与修复 python3 ZipCracker.py test01.zip # 2. 默认字典爆破 python3 ZipCracker.py test02.zip # 3. 已知明文攻击 python3 ZipCracker.py test05.zip -kpa test05_plain.txt # 4. 超大字典推荐写法 ZIPCRACKER_SKIP_DICT_COUNT=1 python3 ZipCracker.py target.zip huge_dict.txt
See also
25000-syllabified-words-list
Free
A word list containing 25,000 of the most common English words, divided into syllables.…
pentesting-framework
Open Source
Pentesting Framework is a bundle of penetration testing tools, Includes - security, pentesting, hack…
hash-cracker
Open Source
Script to perform some hashcracking logic automagically…
hashcat-wpa-server
Open Source
Yet another WPA/WPA2 hashes cracker web server. Powered by HashCat. The backend is written in Python…
Crunch
Open Source
Kali
Wordlist generator that creates wordlists based on specified criteria including character sets, patt…
cbrutekrag
Open Source
Penetration tests on SSH servers using brute force or dictionary attacks. Written in C.…