Created
October 4, 2018 16:24
-
-
Save stevenroh/353d580f56451c58e72a12928b2a9ec3 to your computer and use it in GitHub Desktop.
Crack Office Word 2013 Encryption
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
office2john.py file.docx > hash.txt | |
hashcat -a 0 -m 9600 hash.txt 1000000-password-seclists.txt -o found.txt --username | |
cat found.txt |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment