feat(hashes): Add 13 new and updated hash modes, including full-disk … #153
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.
Hacktoberfest 2025 Contribution
This contribution is submitted as part of Hacktoberfest 2025.
Description
This PR significantly expands hash identification coverage by adding 13 new and updated Hashcat modes and introducing more specific regex patterns for complex formats. All additions include corresponding unit tests in
tests/test_hashcat.py.The goal is to provide reliable identification for a wider range of high-value targets and modern cryptographic standards.
Added/Updated Hash Modes
Files Modified
hashes.py: Added or updated 14 prototypes (covering 13 unique HashInfo modes).tests/test_hashcat.py: Added unit tests for all new Hashcat modes to ensure correct identification.