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 🙂 !!
Installation
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.
1 2 3 | 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.
1 | python3 Zydra.py |
Create Password-Protected PDF File
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 >
1 | 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.