02-19-2019, 10:27 AM
if the the java script is
function hexMD5 (str) { return binl2hex(coreMD5( str2binl(str))) }
and the return from sniffing is
document.sendin.password.value = hexMD5('\115' + document.login.password.value + '\017\226\132\264\231\243\072\025\142\343\313\006\131\010\106\311');
and the hash is cbc5d1a36621e0f824f5491ae9cf172c
and this hash 15b4c47a3e0e44b9e40db20ac1225023
password is 22222222
i have tried every md5 type in hashcat to crack it but it failed !!
the MD5.JS
Captive Portal: stealing credentials
function hexMD5 (str) { return binl2hex(coreMD5( str2binl(str))) }
and the return from sniffing is
document.sendin.password.value = hexMD5('\115' + document.login.password.value + '\017\226\132\264\231\243\072\025\142\343\313\006\131\010\106\311');
and the hash is cbc5d1a36621e0f824f5491ae9cf172c
and this hash 15b4c47a3e0e44b9e40db20ac1225023
password is 22222222
i have tried every md5 type in hashcat to crack it but it failed !!
the MD5.JS
Captive Portal: stealing credentials