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 [desc] Replies Views Posted
    Thread: brute force with 11 length password(MD4)
Post: RE: brute force with 11 length password(MD4)

I don't agree that "H", "K", "M" and "P" are lowercase characters. It's probably also not the best idea to mask attack such passwords (there are some exception, e.g. if you know that those password...
philsmd hashcat 9 3,465 11-29-2019, 09:34 AM
    Thread: rule creation with special characters (utf8 issue?)
Post: RE: rule creation with special characters (utf8 is...

Hashcat added support for hexadecimal notation in rules too (see https://github.com/hashcat/hashcat/commit/b88c956d9754a56a99f45ebfa95767b65f8bf4eb) for instance if the utf 8 character £ (\xc2\xa3...
philsmd hashcat 2 1,337 11-29-2019, 03:30 PM
    Thread: To crack passwords with Russian symbols
Post: RE: To crack passwords with Russian symbols

I'm pretty sure the --encoding-from and --encoding-to only works correctly with -a 0, i.e. only works with dictionary attacks. The solution for this problem is quite easy, but also not perfectly id...
philsmd hashcat 8 3,006 11-27-2019, 06:18 PM
    Thread: 1Password Master Password file location (MAC)?
Post: RE: 1Password Master Password file location (MAC)?

I'm sorry to hear that. It might depend on the version of 1password that is being used, but some online resources say it's somewhere located in the ~/Library/ subfolders on macOS: https://discus...
philsmd hashcat 2 1,530 11-29-2019, 10:49 AM
    Thread: Hashcat vs Keepass 2 (.kdbx)
Post: RE: Hashcat vs Keepass 2 (.kdbx)

No, the lengths are always the absolute length (they do not substract the fixed or hard-coded part). This would make more sense: Code: -- hashcat64.exe -a 3 -m 13400 --increment --increment-min...
philsmd hashcat 4 1,963 12-01-2019, 01:23 PM
    Thread: hashcat crash on benchmark
Post: RE: hashcat crash on benchmark

try testing only 1 device, -d 1 are you using cmd on windows ? that ./hashcat.exe syntax is somehow strange or is this powershell ? are you using the beta version from https://hashcat.net/beta ?...
philsmd hashcat 6 1,947 12-08-2019, 01:31 PM
    Thread: getcernelarginfo procedure entry point not found in library
Post: RE: getcernelarginfo procedure entry point not fou...

it's probably kernel with "k" (clGetKernelArgInfo () ) for the problem itself, it's probably a setup/driver issue. Your explanation is also very misleading and missing some crucial facts. I think y...
philsmd hashcat 1 746 12-08-2019, 01:36 PM
    Thread: hashcat crash on benchmark
Post: RE: hashcat crash on benchmark

you could also test with multiple devices, like this: hashcat -b -m 100 -d 1,2,3,4 hashcat -b -m 100 -d 1,2,3,4,5 hashcat -b -m 100 -d 1,2,3,4,5,6 and see how many devices work and w...
philsmd hashcat 6 1,947 12-08-2019, 02:23 PM
    Thread: hashcat crash on benchmark
Post: RE: hashcat crash on benchmark

good to hear that. of course always needing to add -d 1,2,3,4,5,6,7,8,9,10 is actually quite annoying... so maybe you can somehow completely disable the non-dedicated GPU (in bios/uefi for instance or...
philsmd hashcat 6 1,947 12-08-2019, 04:44 PM
    Thread: hashcat in VM
Post: RE: hashcat in VM

but why do you not simply use hashcat on W10 then ? hashcat works under windows 10 perfectly fine (same as on linux or macOS etc)
philsmd hashcat 12 4,959 12-08-2019, 04:46 PM
    Thread: hashcat in VM
Post: RE: hashcat in VM

triple des is a cipher which encrypts blocks (8 bytes = 64 bits, our hashcat salt = plaintext and hash = ciphertext in hex) and a key lengh of 24 bytes (3 times 8 bytes).. see https://en.wikipedia.org...
philsmd hashcat 12 4,959 12-08-2019, 05:55 PM
    Thread: Electrum-3.3.4
Post: RE: Electrum-3.3.4

Closing this thread because we implemented both Electrum Wallet Salt-Type 4 and Salt-Type 5 with latest version (still in beta at the moment of this writing, https://hashcat.net/beta )
philsmd hashcat 8 3,432 12-09-2019, 09:42 AM
    Thread: hashcat in VM
Post: RE: hashcat in VM

the GPU is probably not exposed to the VM. only few virtualization software support PCI passthrough and even with those are some restrictions (for instance what if the host also wants to get hold o...
philsmd hashcat 12 4,959 12-08-2019, 04:37 PM
    Thread: hashcat in VM
Post: RE: hashcat in VM

option 1 is basically the most flexible one that can accomodate for all other modes (the user can just pass the correct password candidates according to keying options). The main other problem is h...
philsmd hashcat 12 4,959 12-08-2019, 09:07 PM
    Thread: Stuck while Dictionary chache building
Post: RE: Stuck while Dictionary chache building

what happens if you just read the file with something like: Code: -- type crackstation.txt > nul --
philsmd hashcat 3 1,310 12-09-2019, 04:51 PM
    Thread: How to enter hashcat mask?
Post: RE: How to enter hashcat mask?

001?d?d?d?d?d?d?d all the details are here: - wiki: https://hashcat.net/wiki/doku.php?id=mask_attack - or FAQ: https://hashcat.net/wiki/doku.php?id=frequently_asked_questions#why_should_i_use_a_m...
philsmd hashcat 4 1,409 12-11-2019, 06:43 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