Added one new Office hash type and updated some of the old ones #95
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
I went through the Office hashes in the hashcat examples, added one new hash type and updated some of the old ones. Here are all of the changes:
john="office"
toMicrosoft Office 2010
and toMicrosoft Office 2013
john="oldoffice"
to hash types 9800, 9810, 9820 and 9720 (I tested each example with john)MS Office ⇐ 2003 $3, SHA1 + RC4, collider #2
as this hash type has another 10 characters at the end which caused it to not get matched to the hashMS Office ⇐ 2003 $0/$1, MD5 + RC4, collider #2
but it was added again, so it matched correctly but I removed the old entryMS Office 2016 - SheetProtection
Pytest ran without any errors. Hope all the changes are okay as then we should be done with Office hash types :D