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: 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

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

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
    Thread: Custom start for bruting?
Post: RE: Custom start for bruting?

Actually yes there is. The only thing you need to make sure is that markov is *disabled*, otherwise you can't easily say at which percentage that number is being checked (that also means that if you ...
philsmd Old oclHashcat Support 5 7,188 12-27-2015, 07:04 PM
    Thread: Custom start for bruting?
Post: RE: Custom start for bruting?

nope. it doesn't work like that. You always need to make it relative to the --keyspace value. also note 100% (the total --keyspace for oclHashcat) is 100000000 (100M) and *not* 1000000000 (1G, or 10^...
philsmd Old oclHashcat Support 5 7,188 12-27-2015, 07:21 PM
    Thread: Custom start for bruting?
Post: RE: Custom start for bruting?

Also, thinking about it, it might actually not work exactly like that, since even with --markov-disable oclHashcat changes the left side most frequently e.g.: 531238761 631238761 731238761 831238761 a...
philsmd Old oclHashcat Support 5 7,188 12-27-2015, 07:38 PM
    Thread: Custom Ruleset, Correct word but exhausted
Post: RE: Custom Ruleset, Correct word but exhausted

I discovered several problems here: 1. This command makes absolutely no sense: Code: -- hashcat64.exe -w 1 -m 2500 -a 0 -r rules\mine.rule C:\Pen\hs\mywifi.hccap C:\Pen\word\test.txt --stdout --gpu...
philsmd hashcat 8 8,308 08-25-2016, 08:37 AM
    Thread: Custom rule/mask not working
Post: RE: Custom rule not working

maybe you should give some examples of plains which hashcat should try. what do you mean by "I want to try at the end all ?l?d?s possibilities" do you mean the mix of them OR first of the 3 is a l...
philsmd Old hashcat Support 5 9,948 04-03-2014, 08:54 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: Custom iterations count
Post: RE: Custom iterations count

What are the details about the algorithm used? "sha512 salted with custom iterations" doesn't really say much. There are many different ways to use "sha512", "iterations" and "salt" all within a has...
philsmd Old oclHashcat Support 2 5,103 12-28-2015, 08:14 PM
    Thread: custom hcmask aborting aborting 7 seconds
Post: RE: custom hcmask aborting aborting 7 seconds

Please make sure that you provide the correct path to the file "test.hcmask" otherwise it will be interpreted as a literal mask specified on the command line (not a mask file: .hcmask). If you spec...
philsmd hashcat 3 3,694 05-31-2017, 08:27 PM
    Thread: Custom chat set
Post: RE: Custom chat set

Code: -- hashcat -m 500 -a 3 -w 3 -O --custom-charset2 my.hcchr -o krekovan hash.txt ?2?2?2?2?2?2?2 -- the file my.hcchr only consists of one line (no BOM ! see https://en.wikipedia.org/wiki/...
philsmd hashcat 4 721 07-24-2020, 07:31 PM
    Thread: Custom chat set
Post: RE: Custom chat set

The file extension doesn't actually matter, but I agree it's good to stick to some convention/standard. It would probably make sense to rename our .charset files into .hcchr files, because of the "...
philsmd hashcat 4 721 07-24-2020, 08:29 PM
    Thread: Custom charsets for Cyrillic passwords in NTLM hashes
Post: RE: Custom charsets for Cyrillic passwords in NTLM...

just sort and unique it Code: -- echo -n хер | iconv -f utf8 -t utf16le | xxd -p -c 1 | sort -un | tr -d '\n' --
philsmd hashcat 8 2,730 06-13-2019, 10:49 PM
    Thread: Custom charsets for Cyrillic passwords in NTLM hashes
Post: RE: Custom charsets for Cyrillic passwords in NTLM...

this discussion is very difficult to follow. are you using 2 forum accounts or why are you BotPass answering like it was an answer to you (but actually given to boreas). How are you related if I may a...
philsmd hashcat 8 2,730 06-14-2019, 09:42 PM
    Thread: Custom charsets for Cyrillic passwords in NTLM hashes
Post: RE: Custom charsets for Cyrillic passwords in NTLM...

no, it's perfectly fine to answer like you did and clarify the situation. Thanks for the clarification ! It just wasn't very clear (maybe only to me) that this was just a general clarification/s...
philsmd hashcat 8 2,730 06-15-2019, 07:42 AM
    Thread: Custom charset with mask files
Post: RE: Custom charset with mask files

@swing did you try putting my1.hcchr and my2.hcchr into the root directory of hashcat and use a mask like this: my1.hcchr,my2.hcchr,?l,?1?2?1?2?3?3?3 I think it's just a matter of if the file i...
philsmd hashcat 3 3,832 01-18-2019, 07:48 PM
    Thread: Custom charset issue
Post: RE: Custom charset issue

1. maskprocessor doesn't support loading hashcat's charset files ( https://hashcat.net/wiki/mask_attack#hashcat_charset_files ) 2. the file extension would be .hcchr and not .hccr (but this, even if i...
philsmd hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip 1 4,026 08-22-2016, 07:58 AM
    Thread: Custom charset
Post: RE: Custom charset

If you do not know how your shell escaping works, just use a file: https://hashcat.net/wiki/doku.php?id=mask_attack#hashcat_charset_files
philsmd hashcat 4 1,170 04-09-2020, 03:47 PM