crack excel password with hashcat, possible? - Printable Version +- hashcat Forum (https://hashcat.net/forum) +-- Forum: Misc (https://hashcat.net/forum/forum-15.html) +--- Forum: General Talk (https://hashcat.net/forum/forum-33.html) +--- Thread: crack excel password with hashcat, possible? (/thread-6678.html) |
crack excel password with hashcat, possible? - tedmosby111 - 06-29-2017 There is an old worksheet with a password on it. Now, I can't remember the password and forgot to write it down. Is it possible to crack the password with Hashcat? If yes, how to do that? RE: crack excel password with hashcat, possible? - kamsulla - 06-29-2017 pls read, https://hashcat.net/wiki/doku.php?id=frequently_asked_questions#how_do_i_extract_the_hashes_from_office_word_excel_etc_documents RE: crack excel password with hashcat, possible? - tedmosby111 - 06-30-2017 (06-29-2017, 01:27 PM)kamsulla Wrote: pls read, https://hashcat.net/wiki/doku.php?id=frequently_asked_questions#how_do_i_extract_the_hashes_from_office_word_excel_etc_documents Thanks for the suggestion. The tutorial is a bit short. I open the .py file and still don't know how to get it running. RE: crack excel password with hashcat, possible? - philsmd - 06-30-2017 Code: python office2hashcat.py the_path_to_your_excel_file_here.xls RE: crack excel password with hashcat, possible? - madtune - 07-01-2017 Code: python office2hashcat.py the_path_to_your_excel_file_here.xls > hash.lst Code: ./hashcat64.bin -a 3 -w 3 -m 9800 hash.lst -i --increment-min=4 --increment-max=8 -1 ?l ?1?1?1?1?1?1?1?1 RE: crack excel password with hashcat, possible? - tedmosby111 - 07-04-2017 (07-01-2017, 12:23 PM)madtune Wrote: Thanks. How long it would take to crack the password? It runs for 2 days and still not find the password. P.S. it takes too much time with hashcat. maybe i got it wrong. Finally, I followed this guide to crack the password in less than 24 hours. RE: crack excel password with hashcat, possible? - atom - 07-04-2017 Maybe it does not have the length 8. I'd try wordlists first. |