md5($salt1,password,$salt2) ?
#3
(11-09-2018, 12:20 PM)undeath Wrote: Such an attack is not directly supported. You will have to emulate it using a suitable hashmode and a suitably choosen mask/rule.

Please can u give an example ? 

i'm new at cracking stuff Sad

This is function of javascript

**
function doLogin() {
document.sendin.username.value = document.login.username.value;
document.sendin.password.value = hexMD5('\103' + document.login.password.value + '\023\057\006\061\107\252\031\022\337\206\115\266\027\310\002\117');
document.sendin.submit();
return false;

**


Messages In This Thread
md5($salt1,password,$salt2) ? - by erikass - 11-09-2018, 09:39 AM
RE: md5($salt1,password,$salt2) ? - by undeath - 11-09-2018, 12:20 PM
RE: md5($salt1,password,$salt2) ? - by erikass - 11-09-2018, 08:57 PM
RE: md5($salt1,password,$salt2) ? - by erikass - 11-09-2018, 10:21 PM
RE: md5($salt1,password,$salt2) ? - by erikass - 11-10-2018, 02:42 AM
RE: md5($salt1,password,$salt2) ? - by royce - 11-11-2018, 03:25 PM