What mode is a WHMCS hash?
#1
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 Smile

Ex. of WHMCS hash:

Code:
a5fa1033067220974864230b06a588fe:(Smlc
#2
(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?

Thank you Smile

Ex. of WHMCS hash:

Code:
a5fa1033067220974864230b06a588fe:(Smlc

md5($salt.$pass)

-m 20 ?