Search Results
|
Post |
Author |
Forum |
Replies |
Views
[desc]
|
Posted |
|
|
Thread: token length exception
Post: RE: token length exception
sha1 is -m 100 see https://hashcat.net/wiki/example_hashes |
|
philsmd |
hashcat
|
2 |
2,485 |
04-15-2019, 06:41 PM |
|
|
Thread: Hashcat failing when hashes.txt has multiple different hashes in it
Post: RE: Hashcat failing when hashes.txt has multiple d...
as the above mentioned wiki post explains, you need to use --show --username and the original hash lists:
Code:
--
hashcat -m x --show --username hashes.txt
--
where x must be replaced with th... |
|
philsmd |
hashcat
|
4 |
2,495 |
01-18-2019, 09:58 AM |
|
|
Thread: Hashcat 4.2 does not crack some hashes
Post: RE: Hashcat 4.2 does not crack some hashes
sounds like a driver bug that doesn't work correctly with the new OpenCL kernel code.
It's quite an old GPU. I'm not sure if we could do anything here (it could probably work with some volatile varia... |
|
philsmd |
hashcat
|
3 |
2,496 |
10-08-2018, 05:08 PM |
|
|
Thread: ETH wallet - Salt-length exception
Post: RE: ETH wallet - Salt-length exception
As far as I know all these three fields: salt, ciphertext, mac
should be 32 bytes (and therefore 64 hexadecimal characters) long.
Maybe the fields need to be prefixed with zeros if they are shorte... |
|
philsmd |
hashcat
|
2 |
2,498 |
12-08-2017, 08:49 PM |
|
|
Thread: Password in list, but hashcat cant find it? [Electrum litecoin wallet]
Post: RE: Password in list, but hashcat cant find it? [E...
does the example hash from https://hashcat.net/wiki/example_hashes work for you ?
Do you see any self-test errors at the start of hashcat ?
If you are sure that the hash should crack and your se... |
|
philsmd |
hashcat
|
3 |
2,505 |
03-07-2019, 05:06 PM |
|
|
Thread: Password in list, but hashcat cant find it? [Electrum litecoin wallet]
Post: RE: Password in list, but hashcat cant find it? [E...
update: I'm pretty sure this problem with electrum2 was already fixed, see: https://github.com/hashcat/hashcat/pull/1805 and https://github.com/hashcat/hashcat/issues/1942
any version > 5.1.0 shoul... |
|
philsmd |
hashcat
|
3 |
2,505 |
03-08-2019, 12:53 PM |
|
|
Thread: Cracked Passwords when using Brain
Post: RE: Cracked Passwords when using Brain
which --brain-client-features are you using ?
you must be more precise when you make such statements |
|
philsmd |
hashcat
|
9 |
2,508 |
10-17-2019, 06:19 PM |
|
|
Thread: Cracked Passwords when using Brain
Post: RE: Cracked Passwords when using Brain
no, this has nothing to do with --restore and -2 and -3 are also very different things (--custom-charset1 ... --custom-charset4).
you need to specify --brain-client-features 1 or --brain-client-fea... |
|
philsmd |
hashcat
|
9 |
2,508 |
10-17-2019, 06:28 PM |
|
|
Thread: Cracked Passwords when using Brain
Post: RE: Cracked Passwords when using Brain
furthermore, if you are looking for distributed cracking, you better consider using hashtopolis or similars (hashtopolis also has support for brain features as far as I know).
brain is not meant to... |
|
philsmd |
hashcat
|
9 |
2,508 |
10-17-2019, 06:25 PM |
|
|
Thread: CMIYC2017 - Challenge8 vBulletin
Post: RE: CMIYC2017 - Challenge8 vBulletin
You just generate all possible "hashes" (with all possible salts, the characters that are normally used is well-defined) and try to crack them. Of course not all hashes will be cracked, but the number... |
|
philsmd |
General Talk
|
2 |
2,516 |
12-06-2017, 08:48 AM |
|
|
Thread: Literal word, characters any case
Post: RE: Literal word, characters any case
Actually there are different ways to accomplish this and the strategy you choose depends heavily on how many hashes/salts you have and on the type of hashes (the examples are for -m 0 = MD5 below):
... |
|
philsmd |
hashcat
|
2 |
2,558 |
03-30-2017, 08:12 AM |
|
|
Thread: Mask processor error
Post: RE: Mask processor error
-a 3 is for mask attack, -a 3 is not for stdin/wordlists
-a 0 is used for straight/wordlist/stdin attacks
BTW: you really should read te wiki instead of asking all these very noob/basic question... |
|
philsmd |
hashcat
|
2 |
2,559 |
07-04-2017, 10:42 PM |
|
|
Thread: crc32 hash format, No hashes loaded, line length exception?
Post: RE: crc32 hash format, No hashes loaded, line leng...
This is not the correct hash format that you use.
The correct hash format can always be determined by looking at the example hashes here https://hashcat.net/wiki/doku.php?id=example_hashes (or using ... |
|
philsmd |
hashcat
|
2 |
2,586 |
12-05-2017, 04:29 PM |
|
|
Thread: Truecrypt
Post: RE: Truecrypt
yeah, in the help output:
Code:
--
hashcat --help
--
you will see all the TrueCrypt hash types (several variants depending on bit length and hash used + variants for boot volumes)
BTW: the ... |
|
philsmd |
General Talk
|
10 |
2,590 |
05-31-2020, 08:46 AM |
|
|
Thread: Truecrypt
Post: RE: Truecrypt
just one simple thing you could and should do. create a similar container with known password (it could be similar to the one you are trying to crack, just remember always that this is just a test and... |
|
philsmd |
General Talk
|
10 |
2,590 |
06-15-2020, 08:52 AM |
|
|
Thread: Truecrypt
Post: RE: Truecrypt
What do you mean by "I'm now able to run the attack" ?
Are you able to crack hashes that you have generated as a test ? Did you try to crack the example hash from https://hashcat.net/wiki/example_h... |
|
philsmd |
General Talk
|
10 |
2,590 |
06-18-2020, 12:50 PM |
|
|
Thread: 7z2Hashcat + -m 11600 issues
Post: RE: 7z2Hashcat + -m 11600 issues
are you able to debug where/who crashed ?
It could be the driver too and in this case maybe just a setup/driver installation problem, dunno.
Did you try to test with the example hashes from http... |
|
philsmd |
hashcat
|
6 |
2,591 |
03-22-2019, 03:49 PM |
|
|
Thread: 7z2Hashcat + -m 11600 issues
Post: RE: 7z2Hashcat + -m 11600 issues
without the hash it's very difficult (or impossible?) for me to say what's the problem.
Maybe you can share the hash in a PM or try to generate a new hash with the 7-Zip tool that also crashes and ... |
|
philsmd |
hashcat
|
6 |
2,591 |
03-22-2019, 03:59 PM |
|
|
Thread: 7z2Hashcat + -m 11600 issues
Post: RE: 7z2Hashcat + -m 11600 issues
as mentioned within my reply to your PM (I don't know if you saw it), I couldn't reproduce the problem with your hash.
Neither with a windows system, nor with a linux system...
normally the window... |
|
philsmd |
hashcat
|
6 |
2,591 |
03-22-2019, 09:27 PM |
|
|
Thread: How to erase/reset hashcat-brain server
Post: RE: How to erase/reset hashcat-brain server
#1 there is no such thing as an installation for brain.
you can just remove/delete the files starting with brain.*
brain.*.admp (attack storage)
brain.*.ldmp (session storage, long time memory)
... |
|
philsmd |
hashcat
|
2 |
2,599 |
11-28-2018, 01:28 PM |