Skip to content

Latest commit

 

History

History
36 lines (22 loc) · 493 Bytes

README.md

File metadata and controls

36 lines (22 loc) · 493 Bytes

pdf password cracker

A simple python program that crack a password protected pdf file

watch demo

Required:

  1. pikedpdf
  2. tqdm

Install the required dependencies:

$ pip3 install pikepdf tqdm

Usage:

$ python pdf_cracker.py <PdfFileYouWantToCrack> <Wordlist>

Example:

$ python pdf_cracker.py pdf-with-pass.pdf wordlist.txt

Screeshot:

WARNING:

User for learning purpose only!!