how can i use this with zANTI ?
will it work while this is on ? document.sendin.password.value = hexMD5('\324' + document.login.password.value + '\142\342\314\100\322\261\134\207\004\173\217\110\321\175\015\011');?
so i can use the .js file only ?
It will work regardless of what clientside does to the input before sending it to server.
It will work regardless of what clientside does to the input before sending it to server.
@JohnHoder oh great , but can i do it without a server ?
with just injecting the js file and sniffing ?
You need a server. You can run your own of course, you just need PHP and Apache or alike.
@JohnHoder i know but since i want to do that on android, A server won't be a suitable option as it will kinda be heavy leaving it running on the device in addition to the injector.
But thanks for the suggestion.
Great script btw.