Please note, this is a STATIC archive of website hashcat.net from 08 Oct 2020, cach3.com does not collect or store any user information, there is no "phishing" involved.

Search Results
Post Author Forum Replies Views [asc] Posted
    Thread: PMKID cracked but which AP?
Post: RE: PMKID cracked but which AP?

As you can see here https://hashcat.net/wiki/doku.php?id=example_hashes the hash format is designed in a way that it has the MAC addresses etc in it to easily recognize the network. Which versions ...
philsmd General Talk 3 1,678 07-28-2019, 11:22 AM
    Thread: PMKID cracked but which AP?
Post: RE: PMKID cracked but which AP?

try https://hashcat.net/beta/ . a lot of things changed already since last release of latest hashcat version
philsmd General Talk 3 1,678 07-28-2019, 08:32 PM
    Thread: Cannot find an OpenCL ICD loader library.
Post: RE: Cannot find an OpenCL ICD loader library.

does it work with: Code: -- sudo apt install ocl-icd-libopencl1 -- ?
philsmd hashcat 3 1,678 11-20-2019, 04:37 PM
    Thread: 2x32 Bytes in base64, separated by $
Post: RE: 2x32 Bytes in base64, separated by $

do you have the source code for this ? I guess without it it's just a (maybe impossible) guessing game. it could be anything. The software could even mix in some kind of pepper (an additional stati...
philsmd General Talk 4 1,671 09-24-2019, 10:42 AM
    Thread: Why doesn't the Example Hashes Match With the Hashes That I Extracted?
Post: RE: Why doesn't the Example Hashes Match With the ...

what do you mean? Did you create a new veracrypt file with random data ? of course they differ, because the data is different (and the "salt"/entropy/randomness used by the algorithm is different f...
philsmd hashcat 2 1,669 01-26-2019, 01:01 PM
    Thread: Asus ROG Strix GTX 1070 does not work
Post: RE: Asus ROG Strix GTX 1070 does not work

did you try following this guide to re-install the driver (completely uninstall and install again): https://hashcat.net/wiki/doku.php?id=frequently_asked_questions#i_may_have_the_wrong_driver_install...
philsmd hashcat 2 1,666 04-13-2019, 01:42 PM
    Thread: 2726 Illegal instruction
Post: RE: 2726 Illegal instruction

which GPU ? Tried to install the driver ? https://hashcat.net/wiki/doku.php?id=frequently_asked_questions#i_may_have_the_wrong_driver_installed_what_should_i_do btw: do not use some weird dis...
philsmd hashcat 3 1,657 07-26-2019, 05:00 PM
    Thread: 2726 Illegal instruction
Post: RE: 2726 Illegal instruction

again, you need to install the proprietary driver and make sure that the open source drivers like mesa/pocl are NOT installed.
philsmd hashcat 3 1,657 07-26-2019, 07:35 PM
    Thread: Modifiations to hash type 18100 to support binary seeds
Post: RE: Modifiations to hash type 18100 to support bin...

yeah, that's a too large keyspace. it's 32 ^ 16 = 1,208,925,819,614,629,174,706,176
philsmd hashcat 3 1,652 08-30-2019, 08:26 AM
    Thread: Almost HALF speeds on 8 V100 GCP
Post: RE: Almost HALF speeds on 8 V100 GCP

it's important to understand what exactly you are comparing with (it's not good and meaningful to compare apples to oranges). How exatly do you get the speed ? do you use -b ? My guess is that you ...
philsmd hashcat 4 1,652 11-22-2019, 07:36 PM
    Thread: Almost HALF speeds on 8 V100 GCP
Post: RE: Almost HALF speeds on 8 V100 GCP

can you post the output of Code: -- hashcat -m 1000 -b -- ? it's also worth testing with the beta version from https://hashcat.net/beta/ or even testing with CUDA (you need to install the CUD...
philsmd hashcat 4 1,652 11-22-2019, 08:09 PM
    Thread: Hashcat token length exception
Post: RE: Hashcat token length exception

-o is only used for the outfile (that's why "-o" is a shorter version of --outfile) the general format is -a 0 hash.txt dict.txt, but you are only specifying the outfile (-o) and a dict. this sh...
philsmd hashcat 1 1,638 06-30-2019, 07:05 PM
    Thread: DES with partial plain text
Post: RE: DES with partial plain text

now you are confusing ciphertext and plaintext the format of -m 14000 hashes is 8_bytes_ciphertext_in_hex:8_bytes_plaintext_in_hex
philsmd hashcat 11 1,633 06-15-2020, 09:02 AM
    Thread: DES with partial plain text
Post: RE: DES with partial plain text

yeah, it could work... but also the kernel would need to loop over these 256*256 combinations (16 bits) = 65536 which of course would imply a kernel runtime of 65536 times longer :( That means h...
philsmd hashcat 11 1,633 06-15-2020, 11:54 AM
    Thread: DES with partial plain text
Post: RE: DES with partial plain text

for -m 14000 = DES (PT = $salt, key = $pass) the "plain text" is the salt and the password is the encryption key Therefore, with unknown plain text the "hash" would change or you would need to l...
philsmd hashcat 11 1,633 06-14-2020, 11:00 PM
    Thread: DES with partial plain text
Post: RE: DES with partial plain text

so you know exactly 4 "bytes" of 8 bytes of the key ? (just remember that of the 8 "bytes" == 8 * 8 bits = 64 bits, 8 of them are parity bits, therefore it's 8*8 - 8 = 64 bits - 8 bits = 56 bits). we ...
philsmd hashcat 11 1,633 06-15-2020, 08:39 AM
    Thread: DES with partial plain text
Post: RE: DES with partial plain text

yeah, that would work, you just generate the set of hashes with different right part ("salt" aka ciphertext) and try to crack those hashes. In theory it shouldn't be 65536 if the plaintext wasn't rand...
philsmd hashcat 11 1,633 06-15-2020, 09:15 AM
    Thread: Speed up the --show command
Post: RE: Speed up the --show command

interesting... we had a similar discussion a couple of times in the past (see https://hashcat.net/forum/thread-7756-post-41734.html#pid41734). We also improved the performance a lot a while back, for...
philsmd hashcat 1 1,632 10-08-2018, 01:05 PM
    Thread: Hashcat64 cannot detect GPU @ driver Nvidia 417.22 Cuda 10
Post: RE: Hashcat64 cannot detect GPU @ driver Nvidia 41...

please follow this guide: https://hashcat.net/wiki/doku.php?id=frequently_asked_questions#i_may_have_the_wrong_driver_installed_what_should_i_do You have a broken driver installation. Furthermore,...
philsmd hashcat 1 1,628 12-12-2018, 12:31 PM
    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