Zydra is a file password recovery tool and Linux shadow file cracker. It uses the dictionary search or Brute force method for cracking passwords.
To run the app, minimal requirements are:
$ sudo apt-get update
$ sudo apt-get install qpdf unrar
$ pip3 install py-term
Also Read – Metabigor : Command Line Search Engines Without Any API Key
Download Zydra by cloning the Git repository:
$ git clone https://github.com/hamedA2/Zydra.git
To get a list of all options and learn how to use this app, enter the following command:
$ python3 Zydra.py -h
Examples
In this example I use rockyou.txt dictionary
$ python3 Zydra.py –f file.zip –d rockyou.txt
Minimum length of password is 4 and maximum length is 4 and we try to find passwords that are composed of numbers and symbols letters.
$ python3 Zydra.py –f shadow –b digits,symbols –m 4 –x 4
This tool is only for testing and academic purposes Do not use it for illegal purposes!
Kali Linux 2024.4, the final release of 2024, brings a wide range of updates and…
This Go program applies a lifetime patch to PowerShell to disable ETW (Event Tracing for…
GPOHunter is a comprehensive tool designed to analyze and identify security misconfigurations in Active Directory…
Across small-to-medium enterprises (SMEs) and managed service providers (MSPs), the top priority for cybersecurity leaders…
The free and open-source security platform SecHub, provides a central API to test software with…
Don't worry if there are any bugs in the tool, we will try to fix…