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 [desc] Posted
    Thread: Basic hashcat issue - beginner
Post: RE: Basic hashcat issue - beginner

Great. ... and thanks for the hint about the possibility of missinterpretation of the sentence within the wiki. I've updated/fixed it. Hopefully now it is better.
philsmd hashcat 6 5,295 09-28-2017, 12:44 PM
    Thread: Basic hashcat issue - beginner
Post: RE: Basic hashcat issue - beginner

veracrypt has these hash modes (-m): Code: -- 137XY | VeraCrypt | Full-Disk Encryption (FDE) X | 1 = PBKDF2-HMAC-RIPEMD160 | F...
philsmd hashcat 6 5,295 09-28-2017, 11:50 AM
    Thread: Hashcat cant find my GPU
Post: RE: Hashcat cant find my GPU

Well, that should be very obvious. There are only 2 possibilities: 1. either you mess around with setting up a system that uses ancient drivers/hashcat/windows (this is not supported by the drivers m...
philsmd hashcat 3 5,297 08-09-2017, 08:28 AM
    Thread: Error with estimated time
Post: RE: Error with estimated time

@MattSR Thanks for the report. It seems it was successfully fixed with the newest beta version (hashcat 3.6.0+367 or newer, https://hashcat.net/beta/). See https://github.com/hashcat/hashcat/pull/...
philsmd hashcat 6 5,301 08-16-2017, 06:05 PM
    Thread: Custom mask generator
Post: RE: Custom mask generator

this "sort of ranking" is called markov and hashcat supports it... the custom charset+mask "-2 ?l?d ?2?2?2?2" will do exactly that... you can test with --stdout
philsmd hashcat 11 5,304 12-26-2019, 11:34 AM
    Thread: Custom mask generator
Post: RE: Custom mask generator

The restore file format can do that... https://hashcat.net/wiki/doku.php?id=restore#c_structure masks_pos is the start/offset (it starts counting with 0) of the total number of masks
philsmd hashcat 11 5,304 12-26-2019, 09:49 PM
    Thread: Please help about wpa ( oclHashcat ),,
Post: RE: Please help about wpa ( oclHashcat ),,

dilovan Wrote: (02-11-2015, 05:26 PM) -- INFO: removed 1 hash found in pot file -- This means, well, that the file was already cracked and the: ESSID:MAC1:MAC2:password is in your .pot file. To di...
philsmd Old oclHashcat Support 2 5,306 02-11-2015, 05:32 PM
    Thread: Password file or mask attack..
Post: RE: Password file or mask attack..

It is always good to know the algorithm type etc and maybe your setup too, such that we can give more suitable advices... But assume this: - 1. it is a fast hash that you want to crack (e.g md5) - 2....
philsmd General Talk 1 5,318 10-07-2014, 03:05 AM
    Thread: Recovering an encrypted file
Post: RE: Recovering an encrypted file

hashcat supports veracrypt with the hash modes Code: -- 137XY | VeraCrypt X | 1 = PBKDF2-HMAC-RIPEMD160 X | 2 = PBKDF2-HMAC-SHA512 X | 3 = PBKDF2-HMAC-Whirlpool X | 4 =...
philsmd hashcat 7 5,345 11-02-2018, 07:15 PM
    Thread: outfile-format problem ?
Post: RE: outfile-format problem ?

This is a known problem of cpu hashcat 0.47. The upcoming version of cpu hashcat (0.48) won't have this problem any longer.
philsmd Old hashcat Support 2 5,354 07-31-2014, 10:46 PM
    Thread: Hashcat v3.30 and resume
Post: RE: Hashcat v3.30 and resume

It would be great if you could open a github issue (https://github.com/hashcat/hashcat/issues/) such that some dev can have a look at it. Thanks for the report here and the steps to reproduce (but in ...
philsmd hashcat 3 5,360 01-27-2017, 12:14 PM
    Thread: hash extractor
Post: RE: hash extractor

For now you need to use something like: - office: office2hashcat.py or office2john.py - pdf: pdf2john.py for compatibility reasons oclHashcat does use the same "hash" formats as john the ripper.
philsmd Old hashcat Support 2 5,366 02-17-2015, 03:30 PM
    Thread: oclHashcat simple question
Post: RE: oclHashcat simple question

The documentation clearly says that you need to do it in 2 steps (first crack the hashes, afterwards show the combined output): FAQ: --show (https://hashcat.net/wiki/frequently_asked_questions#how_...
philsmd Old oclHashcat Support 3 5,369 07-25-2015, 01:53 AM
    Thread: Hashcat rule help.
Post: RE: Hashcat rule help.

Code: -- hashcat --stdout -o usernames_with_digits.txt -a 6 usernames.txt ?d?d?d -- and Code: -- hashcat -m 0 -a 1 -w 3 hashes.txt usernames_with_digits.txt domain_names.txt --
philsmd hashcat 6 5,416 11-06-2017, 01:19 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
    Thread: hcmask is not recognized in OSX
Post: RE: hcmask is not recognized in OSX

I double-checked the wiki page, https://hashcat.net/wiki/doku.php?id=mask_attack , says this: Code: -- Note: mask files are currently only supported by oclHashcat -- Is that the page you looked at ...
philsmd Old hashcat Support 2 5,445 01-08-2014, 12:50 PM
    Thread: all numbers VS .hcmask
Post: RE: all numbers VS .hcmask

There are at least 2 problems with this question: 1. too general (what do you mean by numbers only etc) 2. you should avoid making things more complicated than they are About #2, if you know that for...
philsmd Old oclHashcat Support 2 5,446 09-25-2014, 06:33 PM
    Thread: Custom symbol character set
Post: RE: Custom symbol character set

oh, you are right. I actually didn't test it and just noticed the , (the only thing that I escaped). The correct syntax, according to the custom charset definition wiki is that you also have to esc...
philsmd hashcat 5 5,451 09-14-2017, 02:20 PM
    Thread: Custom symbol character set
Post: RE: Custom symbol character set

The syntax is explained here: https://hashcat.net/wiki/?id=mask_attack#hashcat_mask_files (and also within the FAQ: https://hashcat.net/wiki/doku.php?id=frequently_asked_questions#what_is_a_hashca...
philsmd hashcat 5 5,451 09-14-2017, 07:20 AM
    Thread: Custom symbol character set
Post: RE: Custom symbol character set

Yeah, that's true that there are 2 different escaping rules. The one about the masks (?? for a literal "?") was always there: see https://hashcat.net/wiki/?id=mask_attack#masks This is also how it...
philsmd hashcat 5 5,451 09-14-2017, 04:09 PM