Crack any password protected PDF file

CarderPlanet

Professional
Messages
2,549
Reaction score
730
Points
113
Many people store confidential information on their computers and they do not want it to fall into the wrong hands. To protect this data, we encrypt the files using the password-protected PDF format. At the moment, encryption is not as secure as it could be because PDF files can be decrypted.

pdfcrack (https://github.com/machine1337/pdfcrack.git) is an advanced tool for cracking any password protected PDFs. Very easy to use script, especially for novice hackers.

Installation
sudo apt-get update -y
git clone https://github.com/machine1337/pdfcrack.git
cd pdfcrack && chmod + x crack.sh
sudo bash crack.sh

After completing the check, the program will display a user-friendly interface. Specify the path to the encrypted PDF file, and select the type of attack and with a good dictionary you can get the password from the PDF file ✌️

2.jpg
 
Top