shreepads

Results 12 comments of shreepads

Implemented wordlist support alongside patterns, for example this test: `./pdfcrack -t 4 -e "{,1}[nm][:word:]{2,3}[731]" -w ./testpdfs/testpasswordslist_small.txt ./testpdfs/TestPDF6.pdf` The patterns are "word-first" meaning each word from the list is combined with...

`nrprocesed` only holds the number processed since the last run of the `printProgress()` method as it is set to 0 at the end of the method. As such it need...