hash extractor
#1
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
#2
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.
#3
Great!

Thanks a lot philsmd!