Search Results
|
Post |
Author
[asc]
|
Forum |
Replies |
Views |
Posted |
|
|
Thread: How hashcat work?
Post: RE: How hashcat work?
The beta version might contain workarounds for the errors you are seeing. |
|
undeath |
hashcat
|
17 |
3,930 |
03-23-2020, 01:24 AM |
|
|
Thread: different encodings
Post: RE: different encodings
hashcat can't handle non-ascii for office (and related hashes). See https://github.com/hashcat/hashcat/blob/master/docs/limits.txt#L25-L35 |
|
undeath |
hashcat
|
1 |
593 |
03-23-2020, 02:51 PM |
|
|
Thread: How hashcat work?
Post: RE: How hashcat work?
have you tried the beta version? |
|
undeath |
hashcat
|
17 |
3,930 |
03-23-2020, 02:53 PM |
|
|
Thread: Hashcat pot file on MacOS.
Post: RE: Hashcat pot file on MacOS.
|
undeath |
hashcat
|
1 |
609 |
03-25-2020, 01:03 AM |
|
|
Thread: Password wallet recovery wasabi
Post: RE: Password wallet recovery wasabi
https://docs.wasabiwallet.io/using-wasabi/WalletRecovery.html |
|
undeath |
hashcat
|
16 |
3,271 |
03-29-2020, 03:50 PM |
|
|
Thread: Password wallet recovery wasabi
Post: RE: Password wallet recovery wasabi
If you have the seed words you can simply restore your wallet by creating a new one with the same seed. |
|
undeath |
hashcat
|
16 |
3,271 |
03-29-2020, 03:29 PM |
|
|
Thread: Apache $apr1$ MD5 separator unmatched error on example hash
Post: RE: Apache $apr1$ MD5 separator unmatched error on...
save the hash in a textfile or escape your special shell characters |
|
undeath |
hashcat
|
2 |
991 |
03-29-2020, 04:25 PM |
|
|
Thread: Using DD to get the hash of a non-system partition encrypted by VeraCrypt
Post: RE: Using DD to get the hash of a non-system parti...
if your dd in fact spits out ascii-hex it's probably broken |
|
undeath |
hashcat
|
3 |
865 |
03-29-2020, 04:27 PM |
|
|
Thread: Crack pbkdf2
Post: RE: Crack pbkdf2
|
undeath |
hashcat
|
7 |
1,454 |
03-29-2020, 10:50 PM |
|
|
Thread: hashcat problem with huge dictionary text files (bug)
Post: RE: hashcat problem with huge dictionary text file...
you are using -a3 (mask attack) with a dictionary
btw, pocl is not recommended, you should use the Intel OpenCL runtime |
|
undeath |
hashcat
|
3 |
883 |
03-30-2020, 12:05 AM |
|
|
Thread: no GPU connected (AMD Radeon RX5600XT)
Post: RE: no GPU connected (AMD Radeon RX5600XT)
|
undeath |
hashcat
|
4 |
1,105 |
03-30-2020, 12:38 AM |
|
|
Thread: Crack pbkdf2
Post: RE: Crack pbkdf2
Then you should install the correct OpenCL runtimeā¦ |
|
undeath |
hashcat
|
7 |
1,454 |
03-30-2020, 07:35 PM |
|
|
Thread: Hashcat freezes
Post: RE: Hashcat freezes
I can confirm something is amiss when using the wordlist provided by gentl above.
Code:
--
hashcat -m 21700 /tmp/example.21700 /tmp/123.txt
--
shows the status prompt but does not react on pressin... |
|
undeath |
Beta Tester
|
18 |
4,196 |
03-30-2020, 07:49 PM |
|
|
Thread: Hash Mode question
Post: RE: Hash Mode question
PMK modes are for SSID-specific lookup tables (poor man's rainbow table) and are generally only useful in very specific circumstances.
PMKID is a slightly different attack on WPA that is generally mo... |
|
undeath |
hashcat
|
1 |
584 |
03-31-2020, 03:44 PM |
|
|
Thread: hashcat problem with huge dictionary text files (bug)
Post: RE: hashcat problem with huge dictionary text file...
If you use a dictionary you should use a dictionary attack (a0). |
|
undeath |
hashcat
|
3 |
883 |
03-31-2020, 06:12 PM |
|
|
Thread: no GPU connected (AMD Radeon RX5600XT)
Post: RE: no GPU connected (AMD Radeon RX5600XT)
If you still have pocl installed try to remove that. |
|
undeath |
hashcat
|
4 |
1,105 |
03-31-2020, 06:13 PM |
|
|
Thread: Hashcat freezes
Post: RE: Hashcat freezes
philsmd Wrote: (03-31-2020, 10:43 PM)
--
Does this work for undeath ?
--
This works for undeath. |
|
undeath |
Beta Tester
|
18 |
4,196 |
04-01-2020, 01:28 AM |
|
|
Thread: hashcat on raspberry pi 4
Post: RE: hashcat on raspberry pi 4
https://hashcat.net/forum/thread-2368.html?highlight=raspberry+pi |
|
undeath |
hashcat
|
3 |
1,258 |
04-01-2020, 01:45 AM |
|
|
Thread: Hashcat help with email combining to password.
Post: RE: Hashcat help with email combining to password.
if you have a list of email:hash you can use --show with --username combined:
Code:
--
hashcat -m 99999 --show --username user_hash.txt
user1:passwd1:passwd1
user2:passwd2:passwd2
user3:passwd3:pass... |
|
undeath |
hashcat
|
3 |
971 |
04-02-2020, 12:41 AM |
|
|
Thread: Hashcat freezes
Post: RE: Hashcat freezes
I tested with my CPU and nVidia GPU and both worked for me. |
|
undeath |
Beta Tester
|
18 |
4,196 |
04-02-2020, 12:58 PM |