feature request: new hashtype support SSHA512 (LDAP) - Printable Version +- hashcat Forum (https://hashcat.net/forum) +-- Forum: Deprecated; Previous versions (https://hashcat.net/forum/forum-29.html) +--- Forum: General Help (https://hashcat.net/forum/forum-8.html) +--- Thread: feature request: new hashtype support SSHA512 (LDAP) (/thread-2506.html) |
feature request: new hashtype support SSHA512 (LDAP) - pwgen - 08-09-2013 Hi, I saw that you recently added AIX-SSHA512 support: http://hashcat.net/forum/thread-2247.html?highlight=SSHA512 Are you also planing to support SSHA512 (LDAP/Oracle Directory Server Enterprise Edition) in the near future? Sample: http://stackoverflow.com/questions/17877432/verify-ldap-user-password-with-ssha-512-hash-method {SSHA512}SCMmLlStPIxVtJc8Y6REiGTMsgSEFF7xVQFoYZYg39H0nEeDuK/fWxxNZ CdSYlRgJK3U3q0lYTka3Nre2CjXzeNUjbvHabYP thanks, pwgen RE: feature request: new hashtype support SSHA512 (LDAP) - radix - 08-09-2013 this should go on trac, not the forums RE: feature request: new hashtype support SSHA512 (LDAP) - philsmd - 08-09-2013 I made some test w/ this format... it seems very similar to the supported -m 1710 format (except the output format, but this is just a matter of fast conversion - base64 -d). See example here: https://hashcat.net/trac/ticket/188 Maybe someone can tell me what lengths the salts could have, default seems to be 16 chars. Please also double check if the algo is right in the ticket, s.t. hashcat developers can start implementing it. Thx EDIT: if you run this w/ mode 1710 (-m 1710) I get this Code: ./oclHashcat-plus64.bin --quiet --hex-salt -m 1710 m1710.txt rockyou.txt UPDATE2: added to beta version of oclHashcat plus (also cpu hashcat will support this format soon) RE: feature request: new hashtype support SSHA512 (LDAP) - pwgen - 08-10-2013 thank you for your fast answer. I'd like to test your implementation, but didn't find where to download the beta version. Is the beta publicly available? RE: feature request: new hashtype support SSHA512 (LDAP) - Rolf - 08-11-2013 Somewhat. You could ask Atom for a beta key. RE: feature request: new hashtype support SSHA512 (LDAP) - pwgen - 08-12-2013 Ok, not so straight forward like 'git pull' for john From what I have seen your last hashcat releases were about ~1 month apart (2013.06.01 -> 2013.06.26), when can we expect a public release that contains the new -m 1711 (SSHA-512) support? |