Open a new terminal on Kali and run below commands.
git clone https://github.com/magnumripper/JohnTheRipper.git
cd ./JohnTheRipper/src
sudo apt-get update
sudo apt-get install libssl-dev
./configure && make
cd ..
cd ./run
ls
Generate PDF hash file :
type in term:
> pdf2john.pl /root/Desktop/pdf_exampleprotected.pdf > /root/Desktop/pdf.hash
🦑Brute Force with John:
Now :
>john exampleprotected_pdf.hash
> john --wordlist=password.lst exampleprotected_pdf.hash
Enjoy | Follow us for more...
git clone https://github.com/magnumripper/JohnTheRipper.git
cd ./JohnTheRipper/src
sudo apt-get update
sudo apt-get install libssl-dev
./configure && make
cd ..
cd ./run
ls
Generate PDF hash file :
type in term:
> pdf2john.pl /root/Desktop/pdf_exampleprotected.pdf > /root/Desktop/pdf.hash
🦑Brute Force with John:
Now :
>john exampleprotected_pdf.hash
> john --wordlist=password.lst exampleprotected_pdf.hash
Enjoy | Follow us for more...
No comments:
Post a Comment