Search Results
|
Post
[desc]
|
Author |
Forum |
Replies |
Views |
Posted |
|
|
Thread: how can i crack hexmd5 hash ?
Post: how can i crack hexmd5 hash ?
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.pa... |
|
monminamon |
General Talk
|
27 |
14,938 |
02-19-2019, 10:27 AM |
|
|
Thread: how can i fix Gpu reaching the abort temp after a while ?
Post: how can i fix Gpu reaching the abort temp after a ...
here is a fix that i tried
a bat file with
Code:
--
@echo off
:loop1
if exist all.restore (
goto loop2
) ELSE (
exit
)
:loop2
hashcat64.exe --session all --restore
ping 127.0.0.1... |
|
monminamon |
hashcat
|
13 |
4,671 |
06-06-2019, 11:12 AM |
|
|
Thread: OpenCl kernel self-test failed when using any version later than v4.2.1 !!
Post: OpenCl kernel self-test failed when using any vers...
https://media.discordapp.net/attachments/537977735138770994/539885639147978755/unknown.png?width=679&height=548
i Get OpenCl kernel self-test failed and when i use --self-test-disable it just ... |
|
monminamon |
hashcat
|
29 |
21,220 |
01-30-2019, 12:20 AM |
|
|
Thread: hashcat v5.0.0
Post: RE: hashcat v5.0.0
@undeath
i think this what caused the problem https://i.ibb.co/sbbW4rr/image.png
i am from https://hashcat.net/forum/thread-8112.html (https://hashcat.net/forum/thread-8112.html) |
|
monminamon |
hashcat
|
11 |
50,024 |
01-30-2019, 10:49 PM |
|
|
Thread: how can i crack hexmd5 hash ?
Post: RE: how can i crack hexmd5 hash ?
philsmd Wrote: (02-19-2019, 12:35 PM)
--
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\... |
|
monminamon |
General Talk
|
27 |
14,938 |
02-19-2019, 01:28 PM |
|
|
Thread: how can i crack hexmd5 hash ?
Post: RE: how can i crack hexmd5 hash ?
DanielG Wrote: (02-19-2019, 02:04 PM)
--
On https://miloserdov.org/?p=1088 it says the hash 15b4c47a3e0e44b9e40db20ac1225023 is for hexMD5('\301' + "22222222" + '\237\174\357\335\234\211\367\356\27... |
|
monminamon |
General Talk
|
27 |
14,938 |
02-19-2019, 04:46 PM |
|
|
Thread: how can i crack hexmd5 hash ?
Post: RE: how can i crack hexmd5 hash ?
DanielG Wrote: (02-19-2019, 02:04 PM)
--
On https://miloserdov.org/?p=1088 it says the hash 15b4c47a3e0e44b9e40db20ac1225023 is for hexMD5('\301' + "22222222" + '\237\174\357\335\234\211\367\356\27... |
|
monminamon |
General Talk
|
27 |
14,938 |
02-21-2019, 09:31 AM |
|
|
Thread: how can i crack hexmd5 hash ?
Post: RE: how can i crack hexmd5 hash ?
DanielG Wrote: (02-21-2019, 11:42 AM)
--
Yeah what philsmd said.
The wrong login response was just the assumption you intercepted a random person logging in to the system. However the Arabic text... |
|
monminamon |
General Talk
|
27 |
14,938 |
02-21-2019, 01:17 PM |
|
|
Thread: how can i crack hexmd5 hash ?
Post: RE: how can i crack hexmd5 hash ?
philsmd Wrote: (02-21-2019, 10:45 AM)
--
I think you are just heavily misinterpreting the tcp dump.
Just think about it a moment. The javascript code must be sent before the hexMD5 () password is se... |
|
monminamon |
General Talk
|
27 |
14,938 |
02-21-2019, 02:15 PM |
|
|
Thread: how can i crack hexmd5 hash ?
Post: RE: how can i crack hexmd5 hash ?
philsmd Wrote: (02-21-2019, 10:45 AM)
--
I think you are just heavily misinterpreting the tcp dump.
Just think about it a moment. The javascript code must be sent before the hexMD5 () password is ... |
|
monminamon |
General Talk
|
27 |
14,938 |
02-21-2019, 02:17 PM |
|
|
Thread: how can i crack hexmd5 hash ?
Post: RE: how can i crack hexmd5 hash ?
philsmd Wrote: (02-21-2019, 04:38 PM)
--
1. about the javascript string to hexadecimal conversion: it's just the octal code point (see https://mathiasbynens.be/notes/javascript-escapes#octal) convert... |
|
monminamon |
General Talk
|
27 |
14,938 |
02-21-2019, 09:20 PM |
|
|
Thread: how can i crack hexmd5 hash ?
Post: RE: how can i crack hexmd5 hash ?
"The salt is MISSING in the capture ! I'm not sure what is so difficult to understand about this"
So for my stupidity ... But can you explain what is exact missing with screen shots or text from the... |
|
monminamon |
General Talk
|
27 |
14,938 |
02-21-2019, 10:35 PM |
|
|
Thread: how can i crack hexmd5 hash ?
Post: RE: how can i crack hexmd5 hash ?
Thanks for the Great links ... I have read some of two of them ...but still didn't find the answer to my two simple questions ... I know that it's out of hashcat topics ... But I don't want to open n... |
|
monminamon |
General Talk
|
27 |
14,938 |
02-22-2019, 12:53 PM |
|
|
Thread: how can i crack hexmd5 hash ?
Post: RE: how can i crack hexmd5 hash ?
philsmd Wrote: (02-22-2019, 01:29 PM)
--
in the capture test.pcap
if first packet javascript with salt then hash packet after javascript is VERY GOOD
if first packet hash then javascript is VERY BA... |
|
monminamon |
General Talk
|
27 |
14,938 |
02-22-2019, 05:12 PM |
|
|
Thread: how can i crack hexmd5 hash ?
Post: RE: how can i crack hexmd5 hash ?
philsmd Wrote: (02-22-2019, 07:25 PM)
--
https://i.postimg.cc/MpF52GFn/verygoodverybad.png
--
So you take the JavaScript of first one and salt of the second one ?!
I still don't get it !!!
Can you ma... |
|
monminamon |
General Talk
|
27 |
14,938 |
02-23-2019, 12:45 AM |
|
|
Thread: how can i crack hexmd5 hash ?
Post: RE: how can i crack hexmd5 hash ?
philsmd Wrote: (02-23-2019, 01:08 AM)
--
the only problem is that your capture starts in the middle and ends in the middle and therefore only one complete exchange is captured.
Let's make it very ... |
|
monminamon |
General Talk
|
27 |
14,938 |
02-23-2019, 04:11 PM |
|
|
Thread: how can i crack hexmd5 hash ?
Post: RE: how can i crack hexmd5 hash ?
philsmd Wrote: (02-23-2019, 04:28 PM)
--
Q3 is a new question.
A1 was a very old answer.
we do NOT have any answer for question 3 (Q3). We have no question Q1 for answer A1.
This is because you ... |
|
monminamon |
General Talk
|
27 |
14,938 |
02-24-2019, 03:11 PM |
|
|
Thread: how can i crack hexmd5 hash ?
Post: RE: how can i crack hexmd5 hash ?
undeath Wrote: (02-24-2019, 03:50 PM)
--
Look in what order those messages were received.
--
which order ? there is only two that contains java script then salt in every tcp stream !!
https://i.ibb.... |
|
monminamon |
General Talk
|
27 |
14,938 |
02-24-2019, 05:29 PM |
|
|
Thread: how can i crack hexmd5 hash ?
Post: RE: how can i crack hexmd5 hash ?
philsmd Wrote: (02-24-2019, 06:57 PM)
--
https://i.postimg.cc/zfwB1t82/a.png
the wireshark filter used in this image:
frame contains " = hexMD5" || frame contains "password="
answer 1: A1 (res... |
|
monminamon |
General Talk
|
27 |
14,938 |
02-25-2019, 08:44 PM |
|
|
Thread: how can i fix Gpu reaching the abort temp after a while ?
Post: RE: how can i fix Gpu reaching the abort temp afte...
philsmd Wrote: (06-06-2019, 12:05 PM)
--
most of the time the best thing to do is to fix the main problem instead of trying really hard (and failing horrendously in doing so) to bypass/avoid it.
F... |
|
monminamon |
hashcat
|
13 |
4,671 |
06-06-2019, 12:47 PM |