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!
This repo contains all variants of information security & Bug bounty & Penetration Testing write-up…
site:*/sign-in site:*/account/login site:*/forum/ucp.php?mode=login inurl:memberlist.php?mode=viewprofile intitle:"EdgeOS" intext:"Please login" inurl:user_login.php intitle:"Web Management Login" site:*/users/login_form site:*/access/unauthenticated site:account.*.*/login site:admin.*.com/signin/…
Matrix is an open network for secure and decentralized communication. Users from every Matrix homeserver…
Linux Security And Monitoring Scripts are a collection of security and monitoring scripts you can…
A fiber is a unit of execution that must be manually scheduled by the application…
XSS Exploitation Tool is a penetration testing tool that focuses on the exploit of Cross-Site…