Sponsored
Password Cracking

How to Crack PDF File Password using Zydra Tool

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.

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

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 >

python3 Zydra.py -f linux.pdf -d wordlist.txt
About the Author
Shubham Goyal Certified Ethical Hacker, information security analyst, penetration tester and researcher. Can be Contact on Linkedin.
Sponsored

Recent Posts

Gau (GetAllUrls) – Find Known and Hidden URL

The gau (Get All URLs) tool is a versatile open-source utility that collects URLs from…

3 months ago

Jsluicepp – Burp Extension for JS Secrets – BugBountyTip

Jsluice++ is a Burp Suite extension designed for passive and active scanning of JavaScript traffic…

8 months ago

Bypassing Firewalls (WAF) with XSS Payloads

Hey Folks :) !! In this tutorial, we will describe some of the techniques commonly…

8 months ago

Termux Cheat Sheet for Hackers

Hey Folks :) !! In this article, we present the "Termux Cheat Sheet for Hackers"…

1 year ago

Cracking the X-Factor in Cybersecurity: How Humans are Protecting the Systems?

Amid the rapid advancement of technology, the significance of human involvement in cybersecurity frequently goes…

2 years ago

Cariddi – Hidden Endpoint Finder for Bug Hunting

Hey Folks, we are back today after such a long break, but don't worry we…

3 years ago
Sponsored

This website uses cookies.