OpenMP update with patterns for pdfcrack.
This is a fork of the pdfcrack project which adds patterns with OpenMP based multi-core support. All user and owner password methods found in pdfcrack are supported.
There are also a number of test PDF files in the testpdfs
folder and various tests included in the Makefile
. These tests cover both the original pdfcrack functionality and the new functionality introduced by pdfcrack-mp.
See https://github.com/shreepads/pdfcrack-mp/issues for the list of bugs, enhancements.
Please note that I have no plans to multi-core enable the standard Generative/ Wordlist methods found in pdfcrack, but aim to cover these as part of the Pattern method.
At the moment there are no ready builds and I assume some level of familiarity with make.
Briefly
git clone https://github.com/shreepads/pdfcrack-mp.git
git checkout baseopenmp
make
make testall
to get an idea of the options supported