02-19-2019, 01:28 PM
(02-19-2019, 12:35 PM)philsmd Wrote: you must be doing something wrong.
If I put the javascript code into my browser and run
hexMD5 ('\115' + "22222222" + '\017\226\132\264\231\243\072\025\142\343\313\006\131\010\106\311')
I get this result:
98db27e677daaecb6fc8718c0e9b0af8
This is exactly what I get when I use the md5sum:
Code:echo -n 4d32323232323232320f965ab499a33a1562e3cb06590846c9 | xxd -p -r | md5sum
therefore your hashes above cbc5d1a366... and 15b4c47... are wrong. And why do you have 2 hashes at all ? It's only one md5 call, you should only have 1 hash.
The str2binl () and binl2hex () are just binary to hex conversations (and the reverse).
"do you have 2 hashes at all" because i have tried it two times ......
the first one is mine the second is from the Captive Portal: stealing credentials ..... so the javascript isn't for the 22222222 password....
can you take a look on the is for more info !!
https://www.reddit.com/r/HowToHack/comme...pt_hexmd5/
take a look on the tcp dump https://quickfileshare.org/2AX9/test.pcap
excuse me for misinterpretation