What mode is a WHMCS hash? - 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: What mode is a WHMCS hash? (/thread-3671.html) |
What mode is a WHMCS hash? - ali - 09-15-2014 Hello, from my personal knowledge WHMCS is not open source, so does anyone know the algorithm used to hash the passwords? And if so, do you mind telling me the hashcat mode used? Thank you Ex. of WHMCS hash: Code: a5fa1033067220974864230b06a588fe:(Smlc RE: What mode is a WHMCS hash? - blazer - 09-15-2014 (09-15-2014, 08:20 AM)ali Wrote: Hello, from my personal knowledge WHMCS is not open source, so does anyone know the algorithm used to hash the passwords? And if so, do you mind telling me the hashcat mode used? md5($salt.$pass) -m 20 ? |