-
Notifications
You must be signed in to change notification settings - Fork 54
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hashing algorithms to be implemented #3
Comments
NTLM done 06/12/2017 |
Oracle 10g/11g and SSHA done 06/25/2017 |
PostgreSQL and MsSQL 2005 done 06/27/2017 |
Hash examples list: https://hashcat.net/wiki/doku.php?id=example_hashes |
Wordpress new re test:
|
Scrypt re test:
|
Possible DSA implementation https://github.com/rrottmann/pydsa/blob/master/pydsa/dsa.py |
Possible
|
MsSQL 2000 done 06/30/2017 |
crc64 done 07/03/2017 |
created sha1 rounds 08/11/2017 |
md5 crypt added 08/11/2017 #52 |
Closing this, I have most of them so I'm gonna go with it. |
These hashes will be implemented before version 2.0. If you have any ideas on hashes that I should implement, make a comment here with the hash type and an example of the hash if possible
SSHAc24a9eeMsSQL 2005e603286MsSQL 20004e21e61PostgreSQLe603286NTLMc24a9eeOracle10ge21f68cOracle11ge21f68cCRC64created a crc64 hashing algorithm #30Special algorithms to be implemented (no time frame on these)
md5(md5(md5(pass)))md5(md5(md5(pass))) : saltsha1(sha1(sha1(pass))) -> possible - Hashing algorithms to be implemented #3 (comment)b91f20csha1(sha1(sha1(pass))) : salt -> possible - Hashing algorithms to be implemented #3 (comment)b91f20cRegular expressions to verify the hash
SSHA -> ^{[^{}]*}[a-zA-Z0-9][\w/-]+=?$MsSQL 2005 -> ^0x0100[a-f0-9]{54}$MsSQL 2000 ->^0x0100[a-f0-9]\w{87}$
PostgreSQL -> ^(md5)?[a-f0-9]{32}$^$[\w.]{1}$\w+$\S{22}$^\$\w+\$\w+(\$)?\w+(.)?$
-> test Hashing algorithms to be implemented #3 (comment)NTLMfull hash -> ^\w+:\d+:[a-z0-9]{32}:[a-z0-9]{32}:::$just ntlm hash -> ^(md5)?[a-f0-9]{32}$(c2NyeXB0AA4AAAAIAAAAA)?\w+(/)?(//)?\w+(/)?\w+(/)?\w+(/)?\w+(/?)\w+(w+)?..
-> test Hashing algorithms to be implemented #3 (comment)^[a-f0-9]{40}(:.+)?$
Oracle10g -> ^[a-f0-9]{16}(:.+)?$Oracle11g -> ^S:[a-zA-Z0-9]{60}$CRC64 ^(0x)?[a-f0-9]{16}(L)?$^[a-f0-9]{40}(:.+)?$
^[a-f0-9]{40}(:.+)?$
The text was updated successfully, but these errors were encountered: