This program uses a brute force algorithm to guess your encrypted compressed file's password. This program can crack zip, 7z, and rar file passwords.
sudo apt install rarcrack (56 KB)
Dependências: libc6, libxml2-16
Escolha um comando ao lado para ver a descrição e a ajuda completa.
rarcrack
root@kali:~# rarcrack --help
RarCrack! 0.2 by David Zoltan Kedves (kedazo@gmail.com)
Usage: rarcrack encrypted_archive.ext [--threads NUM] [--type rar|zip|7z]
Options: --help: show this screen.
--type: you can specify the archive program, this needed when
the program couldn't detect the proper file type
--threads: you can specify how many threads
will be run (default: 1)
Info: This program supports only RAR, ZIP and 7Z encrypted archives.
RarCrack! usually detects the archive type.