pdfrip icon indicating copy to clipboard operation
pdfrip copied to clipboard

User error? Aborts on any pdf I try to crack

Open ladyleafs opened this issue 1 year ago • 1 comments

I'm trying to get this program to work but every pdf I try, including the example ones, it doesn't work and it puts out this message:

thread 'main' panicked at crates/producer/src/dictionary.rs:15:54: called Result::unwrap() on an Err value: Os { code: 2, kind: NotFound, message: "No such file or directory" } note: run with RUST_BACKTRACE=1 environment variable to display a backtrace Aborted (core dumped)

I don't know what this means, or what I should do about it. I downloaded the rockyou wordlist, but maybe I didn't put it in the right folder? Idk I barely know what I'm doing.

ladyleafs avatar Dec 10 '24 00:12 ladyleafs

What command were you trying? Very likely the problem is not providing an absolute path for the input or encrypted file.

adi928 avatar Feb 14 '25 23:02 adi928