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 [asc] Replies Views Posted
    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
    Thread: Inaccurate number
Post: RE: Inaccurate number

if you use usernames and sort the file, the hashes can still be non-unique. there could be multiple users having the same password and hash. so the sort -u might not do what you think it does (beca...
philsmd hashcat 13 3,874 12-13-2019, 05:33 PM
    Thread: Special Character for hashcat rules
Post: RE: Special Character for hashcat rules

Code: -- $_ $0 $1 -- [hr] explanation: to append more than one character, you need to apply more than one rule (https://hashcat.net/wiki/?id=rule_based_attack)
philsmd hashcat 4 1,345 12-13-2019, 06:54 PM
    Thread: Inaccurate number
Post: RE: Inaccurate number

--show is not for cracking, it is used to show the already cracked passwords (AFTER cracking) https://hashcat.net/wiki/doku.php?id=frequently_asked_questions#how_can_i_show_previously_cracked_passw...
philsmd hashcat 13 3,874 12-13-2019, 06:56 PM
    Thread: Special Character for hashcat rules
Post: RE: Special Character for hashcat rules

yeah, you are completely wrong. there is a whole table of "functions" (https://hashcat.net/wiki/?id=rule_based_attack#implemented_compatible_functions) and $, ^, T, D, O, x etc are not referring to...
philsmd hashcat 4 1,345 12-13-2019, 07:22 PM
    Thread: Inaccurate number
Post: RE: Inaccurate number

why would you need to unique the hashes ? just for testing ? again, it depends on if you have usernames within the hash file... a line is not unique unless both the username:hash is unique , but fo...
philsmd hashcat 13 3,874 12-13-2019, 09:43 PM
    Thread: I need an explanation
Post: RE: I need an explanation

maybe the algorithm is like explained here: https://docs.microsoft.com/en-us/aspnet/core/security/data-protection/consumer-apis/password-hashing?view=aspnetcore-3.1 and therefore you could use -m ...
philsmd hashcat 2 1,065 12-15-2019, 07:34 PM
    Thread: OSX 10.12.6 Sierra - Token length exception
Post: RE: OSX 10.12.6 Sierra - Token length exception

https://github.com/hashcat/hashcat/issues/1697#issuecomment-425702306 you can just truncate it (to the same length the example hash has https://hashcat.net/wiki/example_hashes) The more seriou...
philsmd hashcat 1 855 12-16-2019, 07:30 PM
    Thread: hashcat in VM
Post: RE: hashcat in VM

The problem here might be that you probably need to use -S or pipe or otherwise the plains will be rejected already on host (you may be able to work around it, by always providing 24 bytes, but that's...
philsmd hashcat 12 4,959 12-21-2019, 06:51 PM
    Thread: full parallel power of device
Post: RE: full parallel power of device

-a 3 means mask attack (https://hashcat.net/wiki/doku.php?id=mask_attack) so what you basically did is run a dictionary (the dictionary attack would be -a 0) with -a 3, i.e. run each word in the ma...
philsmd hashcat 6 1,844 12-23-2019, 08:54 AM