Skip to main content

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

Project description

tt7zcrack

Build Status Coverage Status

README i18n: 中文说明

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

Requirements

Python 3.5 or later. python install

Install

TTPassGen can be easily installed using pip:

pip install tt7zcrack

Quick Start

Mac

make sure brew is installed.

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

when crack is completed, password will be shown like this: image

Linux/Windows

Currently not supported, coming soon..

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

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

tt7zcrack-0.0.8-py2.py3-none-any.whl (10.4 kB view hashes)

Uploaded Python 2 Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page