Search Results
|
Post |
Author |
Forum |
Replies |
Views |
Posted
[desc]
|
|
|
Thread: New Algorithm (hash) template
Post: New Algorithm (hash) template
I want implement some new algorithm to HashCat. I search here but don't found something useful.
Exist some empty template with comments where you just add some own algorithm? Or some links, useful in... |
|
Martin2 |
General Talk
|
3 |
4,360 |
11-07-2016, 10:49 AM |
|
|
Thread: New Algorithm (hash) template
Post: RE: New Algorithm (hash) template
Maybe some "hello world" example? Just some replacement for some existing hash-mode in "OpenCL\*.cl" to avoid recompiling hashcatXX.exe and then running with replaced hash-mode ID, just for playing an... |
|
Martin2 |
General Talk
|
3 |
4,360 |
11-15-2016, 12:09 PM |
|
|
Thread: Module 5500 - different results for same hash (with or without client challenge part)
Post: Module 5500 - different results for same hash (wit...
Hi, i just test example hash (password hashcat) provided here on Hashcat.net (https://hashcat.net/wiki/doku.php?id=example_hashes)
for module m 5500 is expected format:
Code:
--
u4-netntlm::kNS:... |
|
Martin2 |
hashcat
|
8 |
3,596 |
04-18-2019, 02:26 PM |
|
|
Thread: Module 5500 - different results for same hash (with or without client challenge part)
Post: RE: Module 5500 - different results for same hash ...
philsmd Wrote: (04-18-2019, 02:43 PM)
--
see:
https://hashcat.net/forum/thread-6638.html
https://hashcat.net/forum/thread-2563-post-15255.html#pid15255
--
I already read these post (i use search ... |
|
Martin2 |
hashcat
|
8 |
3,596 |
04-18-2019, 03:03 PM |
|
|
Thread: Module 5500 - different results for same hash (with or without client challenge part)
Post: RE: Module 5500 - different results for same hash ...
philsmd Wrote: (04-18-2019, 07:27 PM)
--
the missing part in your hash is the domain. Do you know the doman of the target ?
both -m 5500 and -m 5600 use the domain within the algorithm, it could be ... |
|
Martin2 |
hashcat
|
8 |
3,596 |
04-18-2019, 07:48 PM |
|
|
Thread: Module 5500 - different results for same hash (with or without client challenge part)
Post: RE: Module 5500 - different results for same hash ...
philsmd Wrote: (04-18-2019, 08:26 PM)
--
the domain is actually not used in computing the response and therefore can be skipped/ignored/anything, but the client challenge must be specified (e.g. 338d... |
|
Martin2 |
hashcat
|
8 |
3,596 |
04-18-2019, 09:26 PM |
|
|
Thread: Module 5500 - different results for same hash (with or without client challenge part)
Post: RE: Module 5500 - different results for same hash ...
philsmd Wrote: (04-19-2019, 11:44 AM)
--
> I guess this is just because you didn't test with the correct password candidate.
> Maybe this specific hash is harder to crack and you need to use some ru... |
|
Martin2 |
hashcat
|
8 |
3,596 |
04-20-2019, 10:59 AM |