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: Mask generator not working?
Post: RE: Mask generator not working?

I see many problems here. 1. maskprocessor does not support .hcmask files, you can see this easily yourself by checking the output of the maskprocessor command (mp64.exe) 2. there are limitations on t...
philsmd General Help 7 10,508 03-10-2016, 08:06 PM
    Thread: Mask for brut
Post: RE: Mask for brut

If you do not specify any mask the default mask is used, see https://hashcat.net/wiki/doku.php?id=hashcat#default_values I already explained it here (don't just double post that quickly, we already...
philsmd hashcat 4 1,525 02-19-2020, 09:45 AM
    Thread: Mask for brut
Post: RE: Mask for brut

It's just one of the best masks if you care about speed, hit-rate, working efficient with multiple hash-type etc. of course, the user should specify their own masks if they have some knowledge abou...
philsmd hashcat 4 1,525 02-20-2020, 12:43 AM
    Thread: mask files
Post: RE: mask files

Thanks for the report. Next time please do not hesitate to open a trac ticket ( see https://hashcat.net/trac/ticket/617 ).
philsmd Old oclHashcat Support 4 5,871 04-26-2015, 10:46 PM
    Thread: mask files
Post: RE: mask files

Oh, thanks for the info. Strange that this problem wasn't found earlier. Nice find indeed. Fortunately, the problem will be fixed with next release version (1.37). Thanks again
philsmd Old oclHashcat Support 4 5,871 04-27-2015, 12:12 AM
    Thread: Mask file with Custom Character sets
Post: RE: Mask file with Custom Character sets

1. https://hashcat.net/wiki/doku.php?id=mask_attack#hashcat_mask_files clearly says that the format is like this: [?1],[?2],[?3],[?4],[mask] It also says that the first 4 fields are optional only the ...
philsmd Old oclHashcat Support 2 6,431 02-18-2015, 06:40 PM
    Thread: mask file for WPA
Post: RE: mask file for WPA

cr4zynou, I am pretty confident that you are not using the newest version of oclHashcat. Because this looks *exactly* like the bug that was fixed with this ticket https://hashcat.net/trac/ticket/61...
philsmd Old oclHashcat Support 6 9,623 11-26-2015, 02:16 PM
    Thread: Mask Attacks with Mask File and Custom Charset
Post: RE: Mask Attacks with Mask File and Custom Charset

as the two guides from https://hashcat.net/wiki/?id=mask_attack#hashcat_mask_files and https://hashcat.net/faq#what_is_a_hashcat_mask_file already emphasize, you must specify all the hcchr and custom ...
philsmd hashcat 2 1,544 04-03-2019, 01:10 PM
    Thread: mask attack with a max occurrence
Post: RE: mask attack with a max occurrence

maskprocessor (https://github.com/hashcat/maskprocessor) has 2 options: -q, --seq-max=NUM Maximum number of multiple sequential characters -r, --occurrence-max=NUM Maximum number of o...
philsmd hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip 2 4,163 08-03-2017, 04:59 PM
    Thread: Mask Attack with a "blank" value?
Post: RE: Mask Attack with a "blank" value?

Well, the best strategy depends on a couple of things like: 1. is it a slow or fast hashing algorithm (which hash type is used, -m ?) ? 2. how large is the number of constant strings. Is there only ...
philsmd General Talk 37 24,766 01-09-2018, 09:40 AM
    Thread: Mask Attack with a "blank" value?
Post: RE: Mask Attack with a "blank" value?

your syntax is not correct, --custom-charset2 (or short -2) is used to define a charset. You can't specify a dictionary file with -2, it only accepts a set of different chars at the first line of the ...
philsmd General Talk 37 24,766 01-09-2018, 06:43 PM
    Thread: Mask Attack with a "blank" value?
Post: RE: Mask Attack with a "blank" value?

Hashcat makes a strict distinction between rules (see https://hashcat.net/wiki/doku.php?id=rule_based_attack) and masks (https://hashcat.net/wiki/doku.php?id=mask_attack). solace is currently using...
philsmd General Talk 37 24,766 01-15-2018, 11:49 PM
    Thread: Mask Attack with a "blank" value?
Post: RE: Mask Attack with a "blank" value?

In general you do this mangling (like appending/prepending characters etc) with rule based attacks (with -a 0 and -r my.rule for instance), i.e. you run a wordlist and add those special characters and...
philsmd General Talk 37 24,766 01-26-2018, 09:00 PM
    Thread: Mask Attack with a "blank" value?
Post: RE: Mask Attack with a "blank" value?

It doesn't look too bad. but there are at least 2 things that I don't understand: 1. why do you define --custom-charset1 with EFBBBF and only use it at 1 position (this means that hashcat will test ...
philsmd General Talk 37 24,766 01-26-2018, 11:30 PM
    Thread: Mask Attack with a "blank" value?
Post: RE: Mask Attack with a "blank" value?

It doesn't look correct to me. As I already wrote above, the hex 12 (which is decimal 18) and hex 13 (which is decimal 19) do not look correct. You even write: Code: -- ?1 = 101213 = Carriage R...
philsmd General Talk 37 24,766 01-27-2018, 08:59 AM
    Thread: Mask Attack with a "blank" value?
Post: RE: Mask Attack with a "blank" value?

I don't think that this mask would help or even be correct. What -a 3 -1 charset --increment --increment-min 10 --increment-max 30 ?1?1?1?1?1?1?1?1?1?1?1?1PASSWORD?1?1?1?1?1?1?1?1?1?1?1?1?1?1?1?1?1...
philsmd General Talk 37 24,766 02-06-2018, 05:31 PM
    Thread: Mask Attack with a "blank" value?
Post: RE: Mask Attack with a "blank" value?

This type of attack makes no sense to me. You are basically just trying some combinations of the characters "0", "5", "7", "!" and "@" (together with --increment right?). hashcat will generate passwo...
philsmd General Talk 37 24,766 02-07-2018, 09:48 AM
    Thread: Mask 0123456789
Post: RE: Mask 0123456789

https://hashcat.net/wiki/?id=mask_attack Code: -- hashcat64.exe -m 2500 -a 3 -o www.txt C:\ha\20488_1578425546.hccapx ?d?d?d?d?d?d?d?d --
philsmd hashcat 4 1,383 01-07-2020, 09:59 PM
    Thread: Mask 0123456789
Post: RE: Mask 0123456789

https://hashcat.net/wiki/?id=mask_attack#custom_charsets the general idea will be the same and won't change, if you do not know how to do it, you can simple read the explanation on the wiki page, t...
philsmd hashcat 4 1,383 01-07-2020, 11:05 PM
    Thread: Mask + Brute Force with repeated password
Post: RE: Mask + Brute Force with repeated password

How do you know that it doesn't duplicate whenever the length is greater than 15? How did you test it? if I run something like this: Code: -- echo abcdefghijklmnopqrstuvwxyz | hashcat --stdout ...
philsmd hashcat 8 6,282 03-02-2018, 10:14 AM