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!
Playwright-MCP (Model Context Protocol) is a cutting-edge tool designed to bridge the gap between AI…
JBDev is a specialized development tool designed to streamline the creation and debugging of jailbreak…
The Kereva LLM Code Scanner is an innovative static analysis tool tailored for Python applications…
Nuclei-Templates-Labs is a dynamic and comprehensive repository designed for security researchers, learners, and organizations to…
SSH-Stealer and RunAs-Stealer are malicious tools designed to stealthily harvest SSH credentials, enabling attackers to…
Control flow flattening is a common obfuscation technique used by OLLVM (Obfuscator-LLVM) to transform executable…