I'm trying to recover a password from a PDF file using pdfcrack. I want to change the charset to include special characters.
Can I use some kind of i/o redirect to feed the contents of a a similiar file like this:
abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ1234567890!@#$%^&*(''/\||""
into the charset parameter? Instead of trying to escape all the special characters properly into one huge command?