Search Results
|
Post |
Author |
Forum |
Replies
[asc]
|
Views |
Posted |
|
|
Thread: need help with markov chain, or possibly another solution for decrypt of AES-256
Post: RE: need help with markov chain, or possibly anoth...
AES is a common encryption algorithm, not a hashing algorithm. |
|
undeath |
hashcat
|
13 |
11,855 |
05-26-2017, 08:39 PM |
|
|
Thread: Dilemma…!
Post: RE: Dilemma…!
read this thread https://hashcat.net/forum/thread-6839.html |
|
undeath |
hashcat
|
13 |
9,650 |
09-12-2017, 09:15 PM |
|
|
Thread: Dilemma…!
Post: RE: Dilemma…!
Come up with different solutions if they're attacking fast hash modes. PACK for example can do the same thing by generating hcmask files. |
|
undeath |
hashcat
|
13 |
9,650 |
09-13-2017, 03:00 PM |
|
|
Thread: Dilemma…!
Post: RE: Dilemma…!
PACK is just a collection of python scripts. You can run python on almost any OS, including Windows. |
|
undeath |
hashcat
|
13 |
9,650 |
09-13-2017, 05:37 PM |
|
|
Thread: Proper Dictionary Usage
Post: RE: Proper Dictionary Usage
why are you trying -m 1400 in your first post then? |
|
undeath |
hashcat
|
13 |
9,891 |
01-03-2018, 01:38 AM |
|
|
Thread: Old Office and KDF
Post: RE: Old Office and KDF
what exact information are you looking for/what is unclear? |
|
undeath |
hashcat
|
13 |
10,132 |
01-19-2018, 08:31 PM |
|
|
Thread: Old Office and KDF
Post: RE: Old Office and KDF
Are you unclear about how to do RC4 decryption, don't you know what encryptedVerifier is, don't you know what encryptedVerifierHash is, or something else? |
|
undeath |
hashcat
|
13 |
10,132 |
01-20-2018, 12:46 AM |
|
|
Thread: 1080ti slow speed performance WPA/WPA2
Post: RE: 1080ti slow speed performance WPA/WPA2
Why are you using --force? Try with -w4 |
|
undeath |
hashcat
|
13 |
18,419 |
02-02-2018, 04:36 PM |
|
|
Thread: Old Office and KDF
Post: RE: Old Office and KDF
|
undeath |
hashcat
|
13 |
10,132 |
02-25-2018, 01:58 PM |
|
|
Thread: My practice attempt to decrypt a SHA-256 hash of an IP address
Post: RE: My practice attempt to decrypt a SHA-256 hash ...
the file linked above is a valid hcmask file and as such includes the custom character sets. For more info see https://hashcat.net/wiki/doku.php?id=mask_attack#hashcat_mask_files
increment mode incre... |
|
undeath |
hashcat
|
13 |
9,515 |
02-26-2018, 05:43 PM |
|
|
Thread: My practice attempt to decrypt a SHA-256 hash of an IP address
Post: RE: My practice attempt to decrypt a SHA-256 hash ...
I have no idea what your scripts are doing but they are doing it wrong. The hcmask file definitely does not allow leading zeros. |
|
undeath |
hashcat
|
13 |
9,515 |
02-27-2018, 12:01 PM |
|
|
Thread: My practice attempt to decrypt a SHA-256 hash of an IP address
Post: RE: My practice attempt to decrypt a SHA-256 hash ...
no, it doesn't. there are no instances of .?1 or .?2
and a "normal" IPv4 representation does not have leading zeros
I generated that hcmask file :P |
|
undeath |
hashcat
|
13 |
9,515 |
02-27-2018, 06:29 PM |
|
|
Thread: Incorrect results
Post: RE: Incorrect results
Please provide the exact command you ran and the files (wordlists) you used. What hardware are you using? What hashcat version are you using? Are you able to reproduce the problem with a different has... |
|
undeath |
hashcat
|
13 |
7,066 |
11-28-2018, 11:38 PM |
|
|
Thread: Incorrect results
Post: RE: Incorrect results
why are you using --force? Did you read the associated warning? |
|
undeath |
hashcat
|
13 |
7,066 |
11-29-2018, 01:22 AM |
|
|
Thread: Incorrect results
Post: RE: Incorrect results
don't run inside a vm and install the appropriate opencl runtime for your device. |
|
undeath |
hashcat
|
13 |
7,066 |
11-29-2018, 11:13 PM |
|
|
Thread: Incorrect results
Post: RE: Incorrect results
only if you have a vm that has pcie passthrough |
|
undeath |
hashcat
|
13 |
7,066 |
11-29-2018, 11:25 PM |
|
|
Thread: VeraCrypt with PIM/keyfile seems to be ignored
Post: RE: VeraCrypt with PIM/keyfile seems to be ignored
@NoReply: it doesn't matter where options are, only the order of non-option arguments. |
|
undeath |
hashcat
|
13 |
5,712 |
03-11-2019, 12:39 AM |
|
|
Thread: VeraCrypt with PIM/keyfile seems to be ignored
Post: RE: VeraCrypt with PIM/keyfile seems to be ignored
Can confirm that the example hash with pim doesn't work for me (latest git master).
Code:
--
hashcat -m 13761 hashcat_sha256_aes_boot_pim500.vc --veracrypt-pim 500 -a3 hashca?l
Status...........: Ex... |
|
undeath |
hashcat
|
13 |
5,712 |
03-13-2019, 01:04 PM |
|
|
Thread: VeraCrypt with PIM/keyfile seems to be ignored
Post: RE: VeraCrypt with PIM/keyfile seems to be ignored
I was accidentally running 5.1.0, which was unable to crack the example hash file. After updating to master everything works. |
|
undeath |
hashcat
|
13 |
5,712 |
03-14-2019, 11:16 AM |
|
|
Thread: VeraCrypt with PIM/keyfile seems to be ignored
Post: RE: VeraCrypt with PIM/keyfile seems to be ignored
in the latest beta you need to use --veracrypt-pim-start=501 and --veracrypt-pim-stop=501 |
|
undeath |
hashcat
|
13 |
5,712 |
05-10-2019, 08:21 PM |