Skip to content

This repository consists of bruteforce to a 7z file, and it can be very useful in the penetration tests

Notifications You must be signed in to change notification settings

Seyptoo/7z-BruteForce

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

79 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

7z-BruteForce

forthebadge made-with-python

Options

There are two options available in the program, --files and --wordlist.

Usage: latex.py [options]

Options:
  -h, --help            show this help message and exit
  -f FILES, --files=FILES
                        The 7z file to crack.
  -w WORDLIST, --wordlist=WORDLIST
                        The wordlist for crack.

Development

This program was developed under linux, because the file 7z is already installed by default on Linux but the program can work very well under Windows if you manage a little alone.

Linux

Use :

As you can see, you have to use 2 functions to run the program. The --files option for the 7z file name and finally --wordlist for the file list that will test the passwords.

root@Computer:/home/Computer/Desktop# python server.py --files backup.7z --wordlist lists.txt
Copyright (c) 2019 by Seyptoo.
7z-Bruteforce cracker password, version 1.0.0.0-7z-1 467/220563.
[SUCCESS] Password cracked with success : password

About

This repository consists of bruteforce to a 7z file, and it can be very useful in the penetration tests

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages