Search Results
|
Post |
Author |
Forum |
Replies
[desc]
|
Views |
Posted |
|
|
Thread: Hash Mode 7100 Hashes
Post: RE: Hash Mode 7100 Hashes
yeah, it's very likely that you messed something up in converting (base64 to hex) or truncating the entropy part.
I would suggest that you also try with the example hash from https://hashcat.net/wi... |
|
philsmd |
General Talk
|
8 |
3,915 |
05-29-2019, 09:38 AM |
|
|
Thread: Ryzen 5 2400G: Difference between Linux and Windows wrt -m 1800: Factor 3.5
Post: RE: Difference between Linux and Windows wrt -m 18...
the operating system ideally makes no difference (except if you did some specific tuning with one benchmark and didn't with another). I would suggest to test at least the same versions to make a 1:1 c... |
|
philsmd |
hashcat
|
8 |
3,117 |
05-31-2019, 02:40 PM |
|
|
Thread: Hash Mode 7100 Hashes
Post: RE: Hash Mode 7100 Hashes
sorry to hear about your loss.
I think something like this explains the format pretty well: https://apple.stackexchange.com/questions/220729/what-type-of-hash-are-a-macs-password-stored-in/220863#2... |
|
philsmd |
General Talk
|
8 |
3,915 |
05-22-2019, 08:11 AM |
|
|
Thread: Hash Mode 7100 Hashes
Post: RE: Hash Mode 7100 Hashes
yeah, never ignore self-test errors. They are warning you that there is something wrong.
You could also test beta from https://hashcat.net/beta/ or release versions (even try with older ones) from ... |
|
philsmd |
General Talk
|
8 |
3,915 |
05-31-2019, 07:35 PM |
|
|
Thread: Custom charsets for Cyrillic passwords in NTLM hashes
Post: RE: Custom charsets for Cyrillic passwords in NTLM...
just sort and unique it
Code:
--
echo -n хер | iconv -f utf8 -t utf16le | xxd -p -c 1 | sort -un | tr -d '\n'
--
|
|
philsmd |
hashcat
|
8 |
2,730 |
06-13-2019, 10:49 PM |
|
|
Thread: Custom charsets for Cyrillic passwords in NTLM hashes
Post: RE: Custom charsets for Cyrillic passwords in NTLM...
this discussion is very difficult to follow. are you using 2 forum accounts or why are you BotPass answering like it was an answer to you (but actually given to boreas). How are you related if I may a... |
|
philsmd |
hashcat
|
8 |
2,730 |
06-14-2019, 09:42 PM |
|
|
Thread: Custom charsets for Cyrillic passwords in NTLM hashes
Post: RE: Custom charsets for Cyrillic passwords in NTLM...
no, it's perfectly fine to answer like you did and clarify the situation.
Thanks for the clarification !
It just wasn't very clear (maybe only to me) that this was just a general clarification/s... |
|
philsmd |
hashcat
|
8 |
2,730 |
06-15-2019, 07:42 AM |
|
|
Thread: Can I configure HC with known chars in a password?
Post: RE: Can I configure HC with known chars in a passw...
see https://hashcat.net/wiki/doku.php?id=mask_attack
hashcat -m 2500 -a 3 -2 ABC -3 ?l?u?d hash.txt D?2?3?3?3?3?3?3
-1, -2, -3, -4 are the custom charsets (--custom-charset1 ... --custom-charset... |
|
philsmd |
hashcat
|
8 |
2,780 |
08-01-2019, 09:30 PM |
|
|
Thread: Multiple hash type mode
Post: RE: Multiple hash type mode
you can just run 6213 to also crack all hashes that can be cracked with 6211 or 6212
i..e 6213 can crack all 6212 hashes too which can crack all 6211 hashes too
(the inverse e.g. 6211 cracking a... |
|
philsmd |
hashcat
|
8 |
3,445 |
08-26-2019, 02:51 PM |
|
|
Thread: Multiple hash type mode
Post: RE: Multiple hash type mode
yeah, that's true that 6233 is able to crack all 6232 hashes which is able to crack all 6231 hashes
Furthermore, 6223 is able to crack all 6222 hashes which is able to crack all 6221 hashes
but at... |
|
philsmd |
hashcat
|
8 |
3,445 |
08-26-2019, 03:07 PM |
|
|
Thread: Electrum-3.3.4
Post: RE: Electrum-3.3.4
please read this: https://github.com/hashcat/hashcat/issues/1806 |
|
philsmd |
hashcat
|
8 |
3,432 |
09-13-2019, 06:40 AM |
|
|
Thread: Electrum-3.3.4
Post: RE: Electrum-3.3.4
I don't think anybody has started working on implementing this algo in hashcat.
The details are kind of clear now given the proof of concept in perl.
It should be also doable to use that ellipti... |
|
philsmd |
hashcat
|
8 |
3,432 |
09-13-2019, 11:26 AM |
|
|
Thread: GTX 1060 3Gb
Post: RE: GTX 1060 3Gb
what happens if you try this:
Code:
--
[s]tatus [p]ause [b]ypass [c]heckpoint [q]uit => s
--
can you show the output of hitting your s key on the keyboard |
|
philsmd |
Hardware
|
8 |
3,378 |
09-21-2019, 12:16 PM |
|
|
Thread: Migrating Brain Server Data
Post: RE: Migrating Brain Server Data
it will probably make some checks (in the future if really incompatible data was found, but of course the goal is to make it downwards compatible for sure) based on the version number see src/brain.c ... |
|
philsmd |
hashcat
|
8 |
2,475 |
10-12-2019, 09:30 AM |
|
|
Thread: New - What am I missing?
Post: RE: New - What am I missing?
example hashes can be found here (or use -m 110 --example):
https://hashcat.net/wiki/doku.php?id=example_hashes |
|
philsmd |
hashcat
|
8 |
2,372 |
10-12-2019, 05:18 PM |
|
|
Thread: New - What am I missing?
Post: RE: New - What am I missing?
if the example hash works (from the wiki page, password for the example hash is hashcat), so should every other hash given the correct hash, salt, password.
there could be many problems.
1. your h... |
|
philsmd |
hashcat
|
8 |
2,372 |
10-12-2019, 05:40 PM |
|
|
Thread: Migrating Brain Server Data
Post: RE: Migrating Brain Server Data
in the current directory from which you start the brain server:
1. brain.$session.ldmp for the hashed passwords dumps (hash database)
2. brain.$session.admp for the attack positions dumps (attack da... |
|
philsmd |
hashcat
|
8 |
2,475 |
10-15-2019, 04:31 PM |
|
|
Thread: Migrating Brain Server Data
Post: RE: Migrating Brain Server Data
the files are only stored on the brain server (not the clients).
there is a default --brain-client-features, namely --brain-client-features 2 . that means that if you do not specify any, it default... |
|
philsmd |
hashcat
|
8 |
2,475 |
10-15-2019, 05:14 PM |
|
|
Thread: Sip Digest MD5 syntax problem
Post: RE: Sip Digest MD5 syntax problem
1. the forum rules make it very clear that you shouldn't post hashes. it's even worse that you didn't mention the password and if you know the pass of this hash (we also do not know if the hash is man... |
|
philsmd |
hashcat
|
8 |
2,729 |
10-27-2019, 10:01 PM |
|
|
Thread: Sip Digest MD5 syntax problem
Post: RE: Sip Digest MD5 syntax problem
1. generate a hash for which you know the password
2. try to compare it with the example hash from https://hashcat.net/wiki/example_hashes (it is very similar: SIP and register method and using aster... |
|
philsmd |
hashcat
|
8 |
2,729 |
10-27-2019, 10:37 PM |