Hey Folks, today we are again bringing you an exciting topic, in which we will show you how we can crack password-protected PDF file through “Zydra” tool. Zydra is a file password recovery tool and Linux shadow file cracker. It uses the dictionary search or Brute force method for cracking passwords.
Lets take a look 🙂 !!
Now first of all we will download this tool from gihtub and after downloading is done we will go to the directory and execute the “bash” command to install some dependencies before start the tool.
git clone https://github.com/hamedA2/Zydra.git
cd Zydra/
bash script.sh
Done 🙂 !! All the work is done and now we are ready to boot this tool using the following command.
python3 Zydra.py
Now we need to create a password-protected PDF file that we have already created. Now we will move our file from the current directory to the directory of the tool.
As you can see almost everything is done and we are ready to jump towards the attack.
Done 🙂 !! After providing the PDF file and wordlist, it successfully finds the valid password in just seconds.
Usage 🙂 !! python3 Zydra.py -f < pdf file with location > -d < your custom wordlist >
python3 Zydra.py -f linux.pdf -d wordlist.txt
A keen learner and passionate IT student. He has done Web designing, CCNA, RedHat, Ethical hacking, Network & web penetration testing. Currently, he is completing his graduation and learning about Red teaming, CTF challenges & Blue teaming.
The gau (Get All URLs) tool is a versatile open-source utility that collects URLs from…
Jsluice++ is a Burp Suite extension designed for passive and active scanning of JavaScript traffic…
Hey Folks :) !! In this tutorial, we will describe some of the techniques commonly…
Hey Folks :) !! In this article, we present the "Termux Cheat Sheet for Hackers"…
Amid the rapid advancement of technology, the significance of human involvement in cybersecurity frequently goes…
Hey Folks, we are back today after such a long break, but don't worry we…
This website uses cookies.