hashcat Forum

Full Version: hash extractor
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi

How is possible to exctract in a correct form for the hashcat program a hash from the different files like, pdf, docx,xlsx, etc..?

Thanks.

A beginner
For now you need to use something like:
- office: office2hashcat.py or office2john.py
- pdf: pdf2john.py

for compatibility reasons oclHashcat does use the same "hash" formats as john the ripper.
Great!

Thanks a lot philsmd!