Skip to content

Instantly share code, notes, and snippets.

@stevenroh
Created October 4, 2018 16:24
Show Gist options
  • Save stevenroh/353d580f56451c58e72a12928b2a9ec3 to your computer and use it in GitHub Desktop.
Save stevenroh/353d580f56451c58e72a12928b2a9ec3 to your computer and use it in GitHub Desktop.
Crack Office Word 2013 Encryption
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