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: Trouble finding attacking hash format
Post: RE: Trouble finding attacking hash format

If base64 encoded : base64 decode it and hex encode it (whenever hashcat expects the hexadecimal hashes) BTW: it is not allowed to post hashes on this forum
philsmd hashcat 6 3,968 06-09-2018, 08:03 AM
    Thread: Trouble finding attacking hash format
Post: RE: Trouble finding attacking hash format

You can find example hashes here: https://hashcat.net/wiki/doku.php?id=example_hashes The salt doesn't need to be hex encoded, only the hashes are hexadecimal (but you can alternatively still use the...
philsmd hashcat 6 3,968 06-09-2018, 08:54 AM
    Thread: Multiple hccap hashes?
Post: RE: Multiple hccap hashes?

It seems that you should try to improve your searching skills ;) https://hashcat.net/faq#how_can_i_crack_multiple_wpa_handshakes_at_once There are several forum posts and as you see it even made i...
philsmd hashcat 2 3,958 01-28-2017, 01:45 PM
    Thread: 1Password with 15/16 characters - *most likely* known - how to start?
Post: RE: 1Password with 15/16 characters - *most likely...

welcome. The hashcat documentation is here: https://hashcat.net/wiki/ and/or https://hashcat.net/faq/ 1. you can use 1password2john.py (https://raw.githubusercontent.com/magnumripper/JohnTheRipper/bl...
philsmd hashcat 3 3,958 03-30-2017, 07:47 PM
    Thread: can hashcat be used only for hashing?
Post: RE: can hashcat be used only for hashing?

The main problem with your approach (e.g something like "I just want to use the GPU to generate a hash list faster") is that the main bottleneck there for sure is I/O. Even if you use the fastest SSD...
philsmd hashcat 3 3,955 08-20-2017, 03:15 PM
    Thread: 1password agilebits conversion - doesn't match sample?
Post: RE: 1password agilebits conversion - doesn't match...

The format for hashcat is just: decimal_iteration_count:hexadecimal_salt:hexadecimal_digest you could just read the encryptionKeys.js file (and base64 convert the salt and digest) or use some othe...
philsmd hashcat 3 3,947 08-30-2017, 06:27 PM
    Thread: -m 18300 APFS
Post: RE: -m 18300 APFS

Code: -- sudo apt install libfuse3-dev --
philsmd hashcat 9 3,940 05-18-2020, 10:19 AM
    Thread: -m 18300 APFS
Post: RE: -m 18300 APFS

normally you would need to do everything that the extraction tool needs to do. so it could turn out to be more complicated than you might think (but of course there are exceptions to this as always) ....
philsmd hashcat 9 3,940 05-18-2020, 02:08 PM
    Thread: hashcat-3.40
Post: RE: hashcat-3.40

Hello and welcome, Firstly, it shouldn't be too difficult to choose a more suitable forum thread topic: "hashcat-3.40" is kinda the worst title of the thread you could come up with (the content of th...
philsmd hashcat 1 3,933 03-07-2017, 08:51 AM
    Thread: RTX 2080 Low performance
Post: RE: RTX 2080 Low performance

did you actually read what the output says ? it literally said that you should use -w 3 and -O
philsmd hashcat 7 3,930 04-08-2019, 09:10 PM
    Thread: Trying to recover a blockchain.info wallet
Post: RE: Trying to recover a blockchain.info wallet

maybe it has something to do with this: https://github.com/hashcat/hashcat/commit/a9bafb7edb49bbf40d097fecf19a5c4ee0620076 The validation check is only searching for some specific pattern... we wou...
philsmd hashcat 14 3,930 12-11-2019, 10:15 PM
    Thread: Trying to recover a blockchain.info wallet
Post: RE: Trying to recover a blockchain.info wallet

are you able to share the wallet file or hash in private (after of course all funds are moved out etc) ? it would be interesting to see if this is some hashcat bug/problem or not of course we wo...
philsmd hashcat 14 3,930 12-12-2019, 09:47 AM
    Thread: Trying to recover a blockchain.info wallet
Post: RE: Trying to recover a blockchain.info wallet

I think by looking at this source code files: 1. https://github.com/blockchain/My-Wallet-V3/blob/c0bf5615c862fb8d7ec5e3f5031c2998b8ddc690/tests/__data__/wallet-data.json#L8-L22 2. https://github.c...
philsmd hashcat 14 3,930 12-12-2019, 03:27 PM
    Thread: Trying to recover a blockchain.info wallet
Post: RE: Trying to recover a blockchain.info wallet

@jennifer4682 We did some changes on the code: https://github.com/hashcat/hashcat/pull/2249 we would really need that you tests it to make sure that this fixed your problems (you can use the beta htt...
philsmd hashcat 14 3,930 12-13-2019, 12:34 PM
    Thread: How hashcat work?
Post: RE: How hashcat work?

It's listed here: https://rocm.github.io/hardware.html I would recommend that you try ROCm: https://rocm.github.io/ROCmInstall.html you could also first to try if beta fixes the problem : https:...
philsmd hashcat 17 3,930 03-22-2020, 03:17 PM
    Thread: decryption mechanism in wpa & wpa2
Post: RE: decryption mechanism in wpa & wpa2

the answer is 4. it uses markov chains (so not really random) if you didn't use --markov-disable EDIT: btw this has not specifically to do only with wpa; markov chains are enabled for every hash ty...
philsmd Old oclHashcat Support 1 3,929 01-26-2015, 11:28 AM
    Thread: Hash Mode 7100 Hashes
Post: RE: Hash Mode 7100 Hashes

yeah, it's very likely that you messed something up in converting (base64 to hex) or truncating the entropy part. I would suggest that you also try with the example hash from https://hashcat.net/wi...
philsmd General Talk 8 3,915 05-29-2019, 09:38 AM
    Thread: Hash Mode 7100 Hashes
Post: RE: Hash Mode 7100 Hashes

sorry to hear about your loss. I think something like this explains the format pretty well: https://apple.stackexchange.com/questions/220729/what-type-of-hash-are-a-macs-password-stored-in/220863#2...
philsmd General Talk 8 3,915 05-22-2019, 08:11 AM
    Thread: Hash Mode 7100 Hashes
Post: RE: Hash Mode 7100 Hashes

yeah, never ignore self-test errors. They are warning you that there is something wrong. You could also test beta from https://hashcat.net/beta/ or release versions (even try with older ones) from ...
philsmd General Talk 8 3,915 05-31-2019, 07:35 PM
    Thread: Wordlists Contain 0 Bytes?
Post: RE: Wordlists Contain 0 Bytes?

You have specified "-a 3" this means cpu hashcat will use a mask attack (https://hashcat.net/wiki/doku.php?id=mask_attack ). If you instead want to use a wordlist-based attack, you need to specify -a ...
philsmd Old hashcat Support 1 3,909 01-01-2015, 12:02 PM