Search Results
|
Post |
Author |
Forum |
Replies |
Views |
Posted
[desc]
|
|
|
Thread: Using hashcat Brain with slow hash and specific password length
Post: RE: Using hashcat Brain with slow hash and specifi...
in theory we could enable the rule engine used by -j and -k also for --slow-candidates (-S) which is enabled by default in case brain is used.
This would also allow reject rules etc (everything that ... |
|
philsmd |
hashcat
|
4 |
1,381 |
01-15-2020, 04:50 PM |
|
|
Thread: veracrypt pim
Post: RE: veracrypt pim
the beta version of hashcat (https://hashcat.net/beta) has a new feature to support this (see https://github.com/hashcat/hashcat/commit/218322f63014804243f43bf3e31d2821c225aede)
--veracrypt-pim-sta... |
|
philsmd |
hashcat
|
1 |
739 |
01-15-2020, 06:39 PM |
|
|
Thread: Telegram and hashcat.
Post: RE: Telegram and hashcat.
do you mean this: https://github.com/hashcat/hashcat/issues/1534 ?
The Telegram Android/IOS APP hash ?
We have recently added this format https://github.com/hashcat/hashcat/pull/2282 , it's still ... |
|
philsmd |
hashcat
|
9 |
2,995 |
01-16-2020, 11:44 AM |
|
|
Thread: Telegram and hashcat.
Post: RE: Telegram and hashcat.
that's what I already told you. The beta version of hashcat has this new hash algorithm support:
Code:
--
-m 22301 = Telegram client app passcode (SHA256)
--
This means that with the beta ve... |
|
philsmd |
hashcat
|
9 |
2,995 |
01-16-2020, 01:10 PM |
|
|
Thread: Is there a way to extract a password hash from AESCrypt archive?
Post: RE: Is there a way to extract a password hash from...
update: we've now implemented this new algorithm: see https://github.com/hashcat/hashcat/issues/2267 and https://github.com/hashcat/hashcat/pull/2285
The hash format is also explained in the github p... |
|
philsmd |
General Talk
|
20 |
5,128 |
01-17-2020, 11:59 AM |
|
|
Thread: Help with unknown MSSQL HASHBYTES function hash
Post: RE: Help with unknown MSSQL HASHBYTES function has...
if in doubt you can simply use -m 100 which has no salt
Code:
--
hashcat -m 100 -a 3 XE9XX2685XX09XX6X191XX16944D9D01179266F 'Pass123$'
--
|
|
philsmd |
hashcat
|
3 |
1,143 |
01-17-2020, 07:15 PM |
|
|
Thread: Help with unknown MSSQL HASHBYTES function hash
Post: RE: Help with unknown MSSQL HASHBYTES function has...
Just a friendly reminder: according to the forum rules it is not allowed to post hashes here, see https://hashcat.net/forum/announcement-2.html |
|
philsmd |
hashcat
|
3 |
1,143 |
01-17-2020, 09:30 PM |
|
|
Thread: Why Is Hashcat Soooooo Slow
Post: RE: Why Is Hashcat Soooooo Slow
the pipe (|) aka stdin mode only works with -a 0 in hashcat.
That means that you would need to use something like this:
Code:
--
-r rules/hybrid/append_d.rule -r rules/hybrid/append_d.rule -r... |
|
philsmd |
hashcat
|
2 |
922 |
01-18-2020, 09:55 AM |
|
|
Thread: Gpu Limit
Post: RE: Gpu Limit
I see this very often recently that users try to just go all-in without any prior experience with hardware and building cracking rigs and afterwards try to blame others (hashcat etc) for their fault..... |
|
philsmd |
Hardware
|
14 |
4,531 |
01-18-2020, 01:20 PM |
|
|
Thread: how long it takes
Post: RE: how long it takes
no, that's not feasible
random data is very difficult to brute-force starting with some (quite "small") lengths and I think you didn't really do the math here:
64 hex would be 16 ^ 64 = 1157920892... |
|
philsmd |
General Talk
|
1 |
842 |
01-19-2020, 12:44 PM |
|
|
Thread: question about hashcat speed slow?
Post: RE: question about hashcat speed slow?
Did you try to test -m 11600 with the beta version from https://hashcat.net/beta , it has several improvements for hook code (see https://github.com/hashcat/hashcat/commit/a8555fa048517bf352c0ba16745d... |
|
philsmd |
hashcat
|
7 |
2,061 |
01-24-2020, 11:58 AM |
|
|
Thread: HEXed dictionary
Post: RE: HEXed dictionary
there are at least 2 ways to use "hex" passwords within dictionaries in hashcat:
1. use --hex-wordlist
2. use $HEX[] within the lines
these options are very similar and different at the same time... |
|
philsmd |
hashcat
|
3 |
1,002 |
01-28-2020, 01:56 PM |
|
|
Thread: openssl AES256 with a common standardized Password-Based Key Derivation Function
Post: RE: openssl AES256 with a common standardized Pass...
are you talking about this https://github.com/hashcat/hashcat/issues/1538 ?
this has nothing todo with the "openssl" tool at all. very different algorithm. |
|
philsmd |
hashcat
|
15 |
4,136 |
01-28-2020, 02:02 PM |
|
|
Thread: openssl AES256 with a common standardized Password-Based Key Derivation Function
Post: RE: openssl AES256 with a common standardized Pass...
I don't know about the details, but also the source code you posted says "Multibit Classic" (as the title of the github issue), so maybe there is a lot of confusion because users try to hijack github ... |
|
philsmd |
hashcat
|
15 |
4,136 |
01-29-2020, 10:26 AM |
|
|
Thread: Integer overflow detected
Post: RE: Integer overflow detected
try the beta from https://hashcat.net/beta |
|
philsmd |
hashcat
|
10 |
2,734 |
01-29-2020, 03:03 PM |
|
|
Thread: openssl AES256 with a common standardized Password-Based Key Derivation Function
Post: RE: openssl AES256 with a common standardized Pass...
so it seems the only check is that the 32 decrypted bytes are base58 chars and the first needs to start with either L, K, 5 or Q.
I think that is approximately a chance of (58^32) / (256^32) .... it'... |
|
philsmd |
hashcat
|
15 |
4,136 |
01-29-2020, 03:12 PM |
|
|
Thread: Help!
Post: RE: Help!
use this command to change the directory in cmd:
Code:
--
cd Users\Underground\Desktop\hashcat-5.1.0
--
|
|
philsmd |
hashcat
|
3 |
1,091 |
01-29-2020, 03:16 PM |
|
|
Thread: openssl AES256 with a common standardized Password-Based Key Derivation Function
Post: RE: openssl AES256 with a common standardized Pass...
I don't know what we can/should do here, but maybe somebody can do some more research and update the github issue etc...
For instance it seems that the wiki says it uses base58check:
https://githu... |
|
philsmd |
hashcat
|
15 |
4,136 |
01-29-2020, 07:52 PM |
|
|
Thread: Error in Self-test AMD Praphic
Post: RE: Error in Self-test AMD Praphic
try the beta version from https://hashcat.net/beta |
|
philsmd |
hashcat
|
1 |
641 |
01-29-2020, 07:54 PM |
|
|
Thread: how to do it better ???
Post: RE: how to do it better ???
https://hashcat.net/wiki/?id=timeout_patch |
|
philsmd |
hashcat
|
4 |
1,324 |
01-29-2020, 08:30 PM |