Search Results
|
Post |
Author |
Forum
[desc]
|
Replies |
Views |
Posted |
|
|
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: 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: 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: 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: 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: 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: 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: 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 |
|
|
Thread: precompute bcrypt hashes
Post: RE: precompute bcrypt hashes
so you are trying to build some kind of a rainbow table in 2k20 ?
the problem that you might be also completely ignoring is that I/O (disk etc) is very slow (https://en.wikipedia.org/wiki/File:Comp... |
|
philsmd |
hashcat
|
13 |
3,106 |
01-31-2020, 11:46 PM |
|
|
Thread: precompute bcrypt hashes
Post: RE: precompute bcrypt hashes
if you really think that the time (printing etc) is no problem, you could just easily add a printf () statement in the comp () kernel to print the computed digest and call it a day. no need to do any ... |
|
philsmd |
hashcat
|
13 |
3,106 |
02-01-2020, 08:19 AM |
|
|
Thread: 15 char exactly
Post: RE: 15 char exactly
it is infeasible
the math is (26+10)^15 = 221073919720733357899776 (very huge number !)
which by the way is even larger than a 64-bit number (2^64 = 18446744073709551616)
see https://hashcat.net/... |
|
philsmd |
hashcat
|
2 |
932 |
02-04-2020, 12:31 PM |
|
|
Thread: Unable to crack Excel 2007 password - what am I doing wrong?
Post: RE: Unable to crack Excel 2007 password - what am ...
this is a known limitations of utf16le encoding within the kernel:
https://github.com/hashcat/hashcat/blob/17a64f50191d14a498ab18a8a4ac617afc9af23f/docs/limits.txt#L25-L34 |
|
philsmd |
hashcat
|
3 |
1,159 |
02-04-2020, 09:02 PM |
|
|
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...
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: 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: 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: iTunes backup
Post: RE: iTunes backup
Did you use the perl script itunes_backup2hashcat.pl to convert the plist/backup to a "hash" ?
see https://raw.githubusercontent.com/philsmd/itunes_backup2hashcat/master/itunes_backup2hashcat.pl
I... |
|
philsmd |
hashcat
|
3 |
1,156 |
02-05-2020, 11:44 AM |
|
|
Thread: iTunes backup
Post: RE: iTunes backup
Code:
--
hashcat -m 14800 -w 3 -a 0 -r rules/best64.rule hash.txt rockyou.txt
--
instead of the best64.rule, you could/should use your own "rules".
instead of rockyou.txt, you could/should use... |
|
philsmd |
hashcat
|
3 |
1,156 |
02-05-2020, 12:41 PM |