I'm not sure if this is the place for the post
ok i'm trying to hack a WiFi network and i guess it's not very secure(i'm sure there's other way to hack in), but here's what i gathered:
document.sendin.password.value = hexMD5('\362' + document.login.password.value + '\355\142\060\061\050\003\014\047\056\141\040\151\063\314\340\213');
&password=d579138820616ff2cba6bca323804045
i can't find a program in which i can setup a MD5 brute force masked attack for hash with SALT + PASS + OTHERSALT as it is in this case:
salt:'\362'
+the pass+
salt2:'\355\142\060\061\050\003\014\047\056\141\040\151\063\314\340\213'
PS: i can write the program in JavaScript, it will be the fastest bruteforce attack,ever
ok i'm trying to hack a WiFi network and i guess it's not very secure(i'm sure there's other way to hack in), but here's what i gathered:
document.sendin.password.value = hexMD5('\362' + document.login.password.value + '\355\142\060\061\050\003\014\047\056\141\040\151\063\314\340\213');
&password=d579138820616ff2cba6bca323804045
i can't find a program in which i can setup a MD5 brute force masked attack for hash with SALT + PASS + OTHERSALT as it is in this case:
salt:'\362'
+the pass+
salt2:'\355\142\060\061\050\003\014\047\056\141\040\151\063\314\340\213'
PS: i can write the program in JavaScript, it will be the fastest bruteforce attack,ever
