Answer the question
In order to leave comments, you need to log in
How to find out the password of an archive using brute force?
The fact is that no matter how much I searched for a library for this, I didn’t find it, it’s about brute force Zip archives in python, there is a built-in library, but it cannot unzip the archive with a password
. Does anyone know how to do this?
Answer the question
In order to leave comments, you need to log in
it's about brute force Zip archives in python
The fact is that no matter how much I searched for a library for this, I did not find
import subprocess
subprocess.call(["7z", "x", "-ppassword", "test.zip"])
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question