hashcat Forum
Hash type list modification - Printable Version

+- hashcat Forum (https://hashcat.net/forum)
+-- Forum: Deprecated; Ancient Versions (https://hashcat.net/forum/forum-46.html)
+--- Forum: Feature Requests (https://hashcat.net/forum/forum-7.html)
+--- Thread: Hash type list modification (/thread-211.html)



Hash type list modification - blandyuk - 12-01-2010

Would be nice to show the hash type list as they actually are rather than a much longer list of software apps of which most are md5($pass). Can be rather annoying Sad maybe have an option so users can select perference?


RE: Hash type list modification - atom - 12-03-2010

i am not sure if i understood you request correctly. do you mean something like this?

md5(md5($pass)) [PHP] - used with e107.
md5(md5($pass).$salt) [PHP] - used with vBulletin 3.x.x.
md5(md5($salt).md5($pass)) [PHP] - used with IPB 2.x.x.
sha1($username.$pass) [PHP] - used with SMF 1.1.x.

if yes, its already done and is part of the hashcat-gui



RE: Hash type list modification - blandyuk - 12-07-2010

Yeah, I know there are at the top but all the other below just clog up the list, rather not see them at all. Could you add a few more algos as well:

md5(sha1($pass))
sha1(md5($pass))
DES(Unix) - Good one this for .htpasswd files
sha256($pass)
sha384($pass)
sha512($pass)


RE: Hash type list modification - atom - 12-07-2010

no:

md5(sha1($pass))
sha1(md5($pass))
DES(Unix) - Good one this for .htpasswd files

maybe:

sha384($pass)

yes:

sha256($pass)
sha512($pass)