Search Results
|
Post |
Author |
Forum
[desc]
|
Replies |
Views |
Posted |
|
|
Thread: DCC2 Cracking from a file not working
Post: RE: DCC2 Cracking from a file not working
you are probably using the wrong file. the error messages clearly mentions a different hash
btw: you are not allowed to post hashes here, see forum rules (it doesn't matter if it is just an example... |
|
philsmd |
hashcat
|
1 |
823 |
02-07-2020, 06:56 PM |
|
|
Thread: openssl AES256 with a common standardized Password-Based Key Derivation Function
Post: RE: openssl AES256 with a common standardized Pass...
as mentioned here: https://github.com/hashcat/hashcat/pull/2306 , you need to use multibit2john.py to convert the file to a hash... but you also need to remove the file name from the beginning... the ... |
|
philsmd |
hashcat
|
15 |
4,136 |
02-08-2020, 01:35 PM |
|
|
Thread: Hash 'hashes': Token length exception No hashes loaded.
Post: RE: Hash 'hashes': Token length exception No hashe...
the command should be:
Code:
--
./hashcat64.bin -a 0 -m 0 myhash mydict
--
both files myhash and mydict need to exist
the error message that you got, says that the file "hashes" can't be ... |
|
philsmd |
hashcat
|
1 |
976 |
02-01-2020, 08:09 AM |
|
|
Thread: precompute bcrypt hashes
Post: RE: precompute bcrypt hashes
as said, for the basic testing and checking the (hexadecimal) digest, you could just add a printf ():
Code:
--
diff --git a/OpenCL/m03200-pure.cl b/OpenCL/m03200-pure.cl
index d4eaac06..bd0afdc2 ... |
|
philsmd |
hashcat
|
13 |
3,106 |
02-02-2020, 03:49 PM |
|
|
Thread: Need help
Post: RE: Need help
I already mentioned one way to improve the speed (with stdin/pipe). Depending on the hash type (-m x), there might be also the possibility to just use a different algorithm, e.g. salted hashes instead... |
|
philsmd |
hashcat
|
6 |
1,891 |
02-08-2020, 06:03 PM |
|
|
Thread: Need help
Post: RE: Need help
well, it's the prefix as I already told you. The speed with -m 20 will be slower of course, because salted.
We actually also have a FAQ and some questions like this https://hashcat.net/faq/morework... |
|
philsmd |
hashcat
|
6 |
1,891 |
02-08-2020, 08:04 PM |
|
|
Thread: Need help to identify encryption
Post: RE: Need help to identify encryption
I think this is not a good strategy to get a helpful answer:
1. breaking forum rules (https://hashcat.net/forum/announcement-2.html). Do NOT post hashes
2. it could be anything... I think you either... |
|
philsmd |
hashcat
|
2 |
1,120 |
02-08-2020, 11:19 PM |
|
|
Thread: Linux vs Win speed
Post: RE: Linux vs Win speed
Code:
--
hashcat --version
--
|
|
philsmd |
hashcat
|
4 |
1,481 |
02-10-2020, 11:59 PM |
|
|
Thread: Linux vs Win speed
Post: RE: Linux vs Win speed
did you try to use beta for both systems (https://hashcat.net/beta) ?
what might also make the difference is as you said the driver version, tuning software (performance/power levels, memory speeds... |
|
philsmd |
hashcat
|
4 |
1,481 |
02-12-2020, 01:03 AM |
|
|
Thread: Veracrypt with multiple keyfiles
Post: RE: Veracrypt with multiple keyfiles
hashcat --help
Code:
--
--veracrypt-keyfiles | File | Keyfiles to use, separated with commas
--veracrypt-pim-start | Num | VeraCrypt personal iterations multiplier start
--veracrypt-... |
|
philsmd |
hashcat
|
5 |
1,952 |
02-15-2020, 09:30 AM |
|
|
Thread: Ethereum Wallet and 1080ti trouble
Post: RE: Ethereum Wallet and 1080ti trouble
It's called the cost factor (N, r, p parameters of scrypt).
your hash is probably: $ethereum$s*262144*1*8
their hash is: $ethereum$s*8192*8*1*
it's important to compare similar things, not apple ... |
|
philsmd |
hashcat
|
4 |
1,626 |
02-15-2020, 12:15 PM |
|
|
Thread: run hashcat on winserver 2019
Post: RE: run hashcat on winserver 2019
maybe it's from a different OpenCL Platform ?
please post the output of:
hashcat -I |
|
philsmd |
hashcat
|
7 |
2,335 |
02-15-2020, 10:31 PM |
|
|
Thread: OpenCl kernel self-test failed when using any version later than v4.2.1 !!
Post: RE: OpenCl kernel self-test failed when using any ...
I would suggest that you at least try to run the beta version from https://hashcat.net/beta . It tries to work around many driver problems. This is the sad part of being dependent on working device d... |
|
philsmd |
hashcat
|
29 |
21,222 |
02-16-2020, 12:15 PM |
|
|
Thread: Status description
Post: RE: Status description
for status updates every 30 seconds, you need to use:
--status --status-timer 30
1. The mask (that you didn't specify, it's the default one, see: https://hashcat.net/wiki/doku.php?id=hashcat#defau... |
|
philsmd |
hashcat
|
2 |
1,158 |
02-19-2020, 09:43 AM |
|
|
Thread: Mask for brut
Post: RE: Mask for brut
If you do not specify any mask the default mask is used, see https://hashcat.net/wiki/doku.php?id=hashcat#default_values
I already explained it here (don't just double post that quickly, we already... |
|
philsmd |
hashcat
|
4 |
1,525 |
02-19-2020, 09:45 AM |
|
|
Thread: OpenCl kernel self-test failed when using any version later than v4.2.1 !!
Post: RE: OpenCl kernel self-test failed when using any ...
Old release versions can be found here: https://hashcat.net/hashcat/#download-older
It is of course discouraged to use old/unsupported versions of hashcat, you shouldn't use them because they might... |
|
philsmd |
hashcat
|
29 |
21,222 |
02-19-2020, 01:15 PM |
|
|
Thread: Hashcat Brain not working
Post: RE: Hashcat Brain not working
what's your command and hash type ? what is the attack mode (-a x) ?
did you try to use hashcat beta from https://hashcat.net/forum/ |
|
philsmd |
hashcat
|
5 |
1,839 |
02-19-2020, 07:08 PM |
|
|
Thread: Hash Format for IOS 12.x and 13.x
Post: RE: Hash Format for IOS 12.x and 13.x
it's most probably just the "salt"/key. every time you make a backup a different encryption key and salt is used.
BTW: you are not allowed to post hashes in this forum (see https://hashcat.net/foru... |
|
philsmd |
hashcat
|
2 |
1,283 |
02-19-2020, 10:37 PM |
|
|
Thread: Mask for brut
Post: RE: Mask for brut
It's just one of the best masks if you care about speed, hit-rate, working efficient with multiple hash-type etc.
of course, the user should specify their own masks if they have some knowledge abou... |
|
philsmd |
hashcat
|
4 |
1,525 |
02-20-2020, 12:43 AM |
|
|
Thread: Wallet.DAT Master Key
Post: RE: Wallet.DAT Master Key
can you please give more detail about what software this is from and why you think it is sha3 etc ?
normally every bitcoin wallet.dat file is just simple used together with bitcoin2john.py and the ... |
|
philsmd |
hashcat
|
4 |
2,148 |
02-20-2020, 12:45 AM |