A multi-threaded PDF password cracking utility equipped with commonly encountered password format builders and dictionary attacks. pdfrip is a fast multithreaded PDF password cracking utility written in Rust with support for wordlist-based dictionary attacks, date and number range bruteforcing, and a custom query builder for password formats. You can write your own queries like STRING{69-420} with the -q option which would generate a wordlist with the full number range. You can pass in an year as the input with the -d option which would bruteforce all 365 days of the year in DDMMYYYY format which is a pretty commonly used password format for PDFs. Just give a number range like 5000-100000 with the -n option and it would bruteforce with the whole range.

Features

  • Performs about 50k-100k+ passwords per second utilising full CPU cores
  • Custom Query Builder
  • Date Bruteforce
  • Number Bruteforce
  • Download the executable from Releases for your OS
  • Enable preceding zeros for custom queries

Project Samples

Project Activity

See All Activity >