f0cker / crackq

CrackQ: A Python Hashcat cracking queue system
MIT License
923 stars 100 forks source link

Regex support hash character #32

Closed XySk closed 1 year ago

XySk commented 2 years ago

Hash character is used by the hashformat Domain Cached Credentials 2 (DCC2), MS Cache 2. Trying to queue a job with a MS Cache 2 hash such as $DCC2$10240#tom#e4e938d12fe5974dc42a90120bd9c90f fails with a 500 error due to invalid hash_list format.

Extending the regex query makes the add function succeed.

sonarcloud[bot] commented 2 years ago

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

f0cker commented 2 years ago

Thanks for this, I'll merge it with the next round of updates.

sonarcloud[bot] commented 1 year ago

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication