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 [asc] Author Forum Replies Views Posted
    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,929 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,929 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,929 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,929 12-13-2019, 12:34 PM
    Thread: Trying to get formatting right
Post: RE: Trying to get formatting right

see https://github.com/hashcat/hashcat/issues/85 for innosetup you need to use --hex-salt (according to that old trac ticket conversation).
philsmd hashcat 6 3,629 01-20-2019, 09:52 PM
    Thread: Trying to get "Hybrid dict + mask" to work
Post: RE: Trying to get "Hybrid dict + mask" to work

NeoXen Wrote: (11-26-2015, 02:19 AM) -- Input.Right....: Mask (rockyou-7-2592000.hcmask) [24] Hash.Target....: 43a431f5512b1daad3faa33a68bd50a5 -- look at that mask from your output. It tries to u...
philsmd Old oclHashcat Support 7 12,481 11-26-2015, 02:57 PM
    Thread: Try all combinations in a wordlist and apply rules
Post: RE: Try all combinations in a wordlist and apply r...

You forgot to mention very crucial information, like what hash type you are dealing with and how long the passwords are and how many words are used and where the special characters should be inserted ...
philsmd hashcat 2 1,703 03-01-2019, 12:16 AM
    Thread: truncating passwords instead of rejecting them
Post: RE: truncating passwords instead of rejecting them

see https://hashcat.net/wiki/doku.php?id=rule_based_attack There is a rule to truncate password candidates: Truncate @ N 'N Truncate word at position N If you wish you could also use the "multi ru...
philsmd Old oclHashcat Support 6 10,387 01-14-2015, 09:42 PM
    Thread: truncating passwords instead of rejecting them
Post: RE: truncating passwords instead of rejecting them

You can do it, as mentioned above. With multi rule feature: philsmd Wrote: (01-14-2015, 09:42 PM) -- If you wish you could also use the "multi rule" feature, see https://hashcat.net/wiki/doku.php?id...
philsmd Old oclHashcat Support 6 10,387 01-14-2015, 10:10 PM
    Thread: truncating passwords instead of rejecting them
Post: RE: truncating passwords instead of rejecting them

there was a different but similar, much more recent problem: https://hashcat.net/trac/ticket/515 It works here with 1.32 beta which will be released soon, afaik.
philsmd Old oclHashcat Support 6 10,387 01-14-2015, 10:38 PM
    Thread: Truecrypt keyfile support ?
Post: RE: Truecrypt keyfile support ?

please read here: https://hashcat.net/forum/thread-4296-post-24508.html#pid24508 what atom means is that if there is no trac ticket ( https://hashcat.net/trac/ ) for it with instructions ( see also ...
philsmd Old oclHashcat Support 8 11,810 04-27-2015, 01:13 PM
    Thread: TrueCrypt Help
Post: RE: TrueCrypt Help

I'm very sorry to hear that. Please try with the method explained here: https://hashcat.net/faq#how_do_i_extract_the_hashes_from_truecrypt_volumes Hope that it helps (and that the password is not to...
philsmd General Talk 7 8,739 01-24-2017, 10:33 PM
    Thread: TrueCrypt Help
Post: RE: TrueCrypt Help

wait, didn't you say it is a TrueCrypt boot volume ? If so, the command you should be using is: Code: -- dd if=...DR2 of=boot_loader.tc bs=1 skip=31744 count=512 -- at least this is what ...
philsmd General Talk 7 8,739 01-25-2017, 12:22 AM
    Thread: TrueCrypt Help
Post: RE: TrueCrypt Help

Yeah, it seems that this is the perfect use case for a mask file (see https://hashcat.net/wiki/doku.php?id=mask_attack#hashcat_mask_files) in combination with a reduced set of characters per position ...
philsmd General Talk 7 8,739 01-27-2017, 09:19 AM
    Thread: TrueCrypt 7.1a Decrypt
Post: RE: TrueCrypt 7.1a Decrypt

Since you used the offset 31744 from the start, I assume that you are trying to crack a TrueCrypt boot volume (see https://hashcat.net/wiki/doku.php?id=frequently_asked_questions#how_do_i_extract_the_...
philsmd hashcat 1 3,693 12-12-2017, 10:24 AM
    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: Troubleshooting overheating issues with my cracking rig
Post: RE: Troubleshooting overheating issues with my cra...

That's exactly why we always recommend to buy reference design GPUs (no gaming versions etc)... well it would be interesting to know the exact model/vendor of your GPUs. At the same time we always ...
philsmd General Help 7 11,667 06-18-2016, 06:23 PM
    Thread: Trouble with veracrypt volume
Post: RE: Trouble with veracrypt volume

Ha. This is an interesting discussion. We actually already had a couple of similar topics and discussions on this forum. It's interesting that some people do not realize how many possibilities o...
philsmd hashcat 9 5,424 01-11-2018, 01:12 PM