hashcat Forum
hash extractor - Printable Version

+- hashcat Forum (https://hashcat.net/forum)
+-- Forum: Deprecated; Previous versions (https://hashcat.net/forum/forum-29.html)
+--- Forum: Old hashcat Support (https://hashcat.net/forum/forum-20.html)
+--- Thread: hash extractor (/thread-4087.html)



hash extractor - firstfloyd - 02-17-2015

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


RE: hash extractor - philsmd - 02-17-2015

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.


RE: hash extractor - firstfloyd - 02-17-2015

Great!

Thanks a lot philsmd!