Zydra icon indicating copy to clipboard operation
Zydra copied to clipboard

Tool Fails with Certain Scenarios

Open justanotherdude48 opened this issue 3 years ago • 0 comments

Hey HamedA2,

First off, thanks for making this tool.

Id like to point out some issues I found with it and I'm curious what your thoughts are.

First, when defining a wordlist file with too little entries (1 entry only) your tool fails with the following error. (zip file)

image

I know out in the wild, we wouldn't have a wordlist with a single entry, but for testing sake and learning with your tool, why does it fail? It reduces my confidence in the accuracy of this program.

Also, when I have a password on a ZIP file set to 12345 and I run the following command, your tool says password not found after it tries all possibilities. Why is that?

python3 zydra.py -f /media/sf_vm.shared/1.zip -m 5 -x 5 -b digits

I am creating a .zip file with 7zip that has aes256 encryption. Does your tool not support ANY files created by 7zip?

Thank you for your feedback.

justanotherdude48 avatar Feb 18 '21 06:02 justanotherdude48