U
U
Uncle Seryozha2015-08-12 04:40:47
Data archiving
Uncle Seryozha, 2015-08-12 04:40:47

How to sort out passwords to a Zip archive?

Need a program to enumerate passwords to a zip archive.
Cuda doesn't matter.
All the software that I found sort out the password no more than 3 characters.
Maybe Kali Linux has it?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
D
Dmitry K, 2015-08-12
@Protos

fcrackzip in Kali.
The command syntax is as follows - fcrackzip –u –c <character set to use> –p <number of characters> <path to archive>
Example: fcrackzip –u –c 1 –p aaaaaaaa '/root/Desktop/Test.zip'
Key -u says that you need to use the unzip command to check the password
The -c key indicates that the password consists only of numbers
The -p aaaaaaaa key indicates a pattern for password guessing, in our case we thus reported that the password consists of 8 digits.

P
Puma Thailand, 2015-08-12
@opium

yes, almost all software can sort out passwords of any length
; software is usually paid; if you are too lazy to pay, then just grunt in Russia, but you live

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question