This Section of this site will teach you how to bruteforce PDF files in your terminal
Pdfbruter is a tool developed in python to bruteforce pdf files easy offline, pdfbruter works offline and cracks fast getting passwords faster which depends on your wordlist.
Installation of pdfbruter is very easy and doesnt take much time all you need to do is to install necessary dependencies and start up pdfbruter
pkg update -y && pkg upgrade -y
sudo apt update -y && sudo apt upgrade -y
pkg install git -y
sudo apt install git -y
git clone https://github.com/TermuxHackz/pdfbruter
cd pdfbruter && chmod +x *
pip install termcolor && pip install pikepdf
python3 termux-installenc.py
python3 dependencies.py
python3 pdfbruter.py --help
I hope the installation of pdfbruter has been cleared up and easy to use, if you face errors during installation be sure to report them to me and i will help you fix them.