All Projects → tp7309 → tt7zcrack

tp7309 / tt7zcrack

Licence: Apache-2.0 License
7z辅助破解工具 Fast 7zip crack assistant tool which support GPU/CPU, written in Python.

Programming Languages

perl
6916 projects
python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to tt7zcrack

password-list
Password lists with top passwords to optimize bruteforce attacks
Stars: ✭ 174 (+1350%)
Mutual labels:  password, hashcat, password-cracker
Ob3vil1on
Another archive cracker created in python | cracking [zip/7z/rar] by bruteforcing [ NOT MAINTAINED ]
Stars: ✭ 17 (+41.67%)
Mutual labels:  password, crack, 7z
cracker-ng
ZIP cracker, CCRYPT cracker, and others to come.
Stars: ✭ 60 (+400%)
Mutual labels:  password, crack, password-cracker
John
John the Ripper jumbo - advanced offline password cracker, which supports hundreds of hash and cipher types, and runs on many operating systems, CPUs, GPUs, and even some FPGAs
Stars: ✭ 5,656 (+47033.33%)
Mutual labels:  gpu, password, john
K8tools
K8工具合集(内网渗透/提权工具/远程溢出/漏洞利用/扫描工具/密码破解/免杀工具/Exploit/APT/0day/Shellcode/Payload/priviledge/BypassUAC/OverFlow/WebShell/PenTest) Web GetShell Exploit(Struts2/Zimbra/Weblogic/Tomcat/Apache/Jboss/DotNetNuke/zabbix)
Stars: ✭ 4,173 (+34675%)
Mutual labels:  password, crack
Duplicut
Remove duplicates from MASSIVE wordlist, without sorting it (for dictionary-based password cracking)
Stars: ✭ 352 (+2833.33%)
Mutual labels:  password, hashcat
Chasm
A CHaracter Aware Splitting Method for producing password candidates.
Stars: ✭ 37 (+208.33%)
Mutual labels:  password, hashcat
Kaonashi
Wordlist, rules and masks from Kaonashi project (RootedCON 2019)
Stars: ✭ 353 (+2841.67%)
Mutual labels:  password, hashcat
Ttpassgen
密码生成 flexible and scriptable password dictionary generator which can support brute-force、combination、complex rule mode etc...
Stars: ✭ 68 (+466.67%)
Mutual labels:  password, hashcat
Hashcat
World's fastest and most advanced password recovery utility
Stars: ✭ 11,014 (+91683.33%)
Mutual labels:  password, hashcat
uberscan
Security program for recovering passwords and pen-testing servers, routers and IoT devices using brute-force password attacks.
Stars: ✭ 31 (+158.33%)
Mutual labels:  password, password-cracker
oneshellcrack
a very very fast brute force webshell password tool
Stars: ✭ 42 (+250%)
Mutual labels:  password, crack
WindowTextExtractor
WindowTextExtractor allows you to get a text from any window of an operating system including asterisk passwords
Stars: ✭ 128 (+966.67%)
Mutual labels:  password, password-cracker
wifite2
Rewrite of the popular wireless network auditor, "wifite" - original source by @derv82 right over
Stars: ✭ 290 (+2316.67%)
Mutual labels:  john, hashcat
ZipCrack
Crack password protected zip files
Stars: ✭ 23 (+91.67%)
Mutual labels:  password, crack
hfta
Boost hardware utilization for ML training workloads via Inter-model Horizontal Fusion
Stars: ✭ 18 (+50%)
Mutual labels:  gpu
vault-desktop
🔑 [really] safe password management desktop UI
Stars: ✭ 12 (+0%)
Mutual labels:  password
MatX
An efficient C++17 GPU numerical computing library with Python-like syntax
Stars: ✭ 418 (+3383.33%)
Mutual labels:  gpu
laravel-pwned-passwords
Simple Laravel validation rule that allows you to prevent or limit the re-use of passwords that are known to be pwned (unsafe). Based on TroyHunt's Have I Been Pwned (https://haveibeenpwned.com)
Stars: ✭ 67 (+458.33%)
Mutual labels:  password
ADPasswordHealth
A tool to evaluate the password health of Active Directory accounts.
Stars: ✭ 33 (+175%)
Mutual labels:  password

tt7zcrack

Build Status codecov DeepSource

README i18n: 中文说明

Fast 7zip crack assistant tool which support GPU/CPU.

Requirements

Python 3.5 or later. python install

Install

tt7zcrack can be easily installed using pip:

pip install tt7zcrack

Quick Start

Mac

Make sure brew is installed.

Create pwds.txt to store possible passwords, one password occupies one line. you can also use tt7zcrack to generate a large amount of passwords.

# use passwords from pwds.txt to crack file
tt7zcrack --wordlist pwds.txt crack.7z

When the crack is complete, password will be shown like this: image

Linux/Windows

Currently not supported.

Usage

tt7zcrack --help
usage: tt7zcrack.py [-h] [--wordlist [WORDLIST]] [--engine {hashcat,jtr}] [--clean] [file]

7z GPU/CPU crack tool

positional arguments:
  file                  7z file path (default: None)

optional arguments:
  -h, --help            show this help message and exit
  --wordlist [WORDLIST]
                        wordlist dict path, you can use 'ttpaasgen' to
                        generate. (default: )
  --engine {hashcat,jtr}
                        password recovery engine (default: hashcat)
  --clean               clean related secure files (default: False)

if the hash file cannot generated correctly, you can use jtr engine to try again.

The cracked password will be saved locally by the password cracking tool for next query. Use the following command to delete it. Note that this will delete all cracked results!

tt7zcrack --clean

7z commands

# install 7z on Mac
brew install p7zip

# compress with password
7z a -p456 test.7z test.txt
# extract with password
7z x -p456 test.7z

# compress without password
7z a test.7z test.txt
# extract without password
7z x test.7z

Thanks

7zhashcat

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].