Zydra icon indicating copy to clipboard operation
Zydra copied to clipboard

Results 26 Zydra issues
Sort by recently updated
recently updated
newest added

I run Zydra by following command: python3 Zydra/Zydra.py -f secret.rar -b digits,letters -m 10 -x 15 and after a few minutes I got error: `OSError: [Errno 28] No space left...

should fix #15 , changed utf-8 encoding to ISO

You should use Assembly or C language to write this tool. Python is very slow.

[*] Count of possible passwords: 41340 Progress : [########## ] 24.190 %Process Process-3: Traceback (most recent call last): File "/usr/lib/python3.9/multiprocessing/process.py", line 315, in _bootstrap self.run() File "/usr/lib/python3.9/multiprocessing/process.py", line 108, in...

add "pip install rarfile" to prerequisites unrar rarfile is == module

Python 3.8+ warning Fixed, "is" is replaced with "=="

This code does not work with anything includes -d -m -x. All these unable for me to get the password for my zip file. Even I created a dictionary myself...

Should close #16

Providing minimum and maximum password lengths always fails comparison when validating values, because parameters are strings, and not recast as int when defined in the argument parser