a python script that can crack password protected pdf files fast .
########## CONFIGURATION ##############
1 - first of all we should install pikepdf library using pip :
RUN > sudo pip3 install pikepdf
2 - At next , we should install beep tool :
RUN > sudo apt install beep
3 - Give Execute Access to File :
RUN > chmod +x pdfcracker.py
4 - Run it :
RUN > ./pdfcracker.py
or
RUN > python3 pdfcracker.py
Enjoy Hacking ... [Hossein Ahmadi]