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 [desc] Author Forum Replies Views Posted
    Thread: mask question
Post: RE: mask question

Hi, please read https://hashcat.net/wiki/doku.php?id=mask_attack and --help. What you should investigate is what custom charsets do (--custom-charset1, --custom-charset2, --custom-charset3, --custom-...
philsmd General Talk 2 5,715 09-23-2013, 09:36 AM
    Thread: Mask starting with a dash
Post: RE: Mask starting with a dash

I don't think this is a problem of hashcat, but this is how most command line tools work. a dash is a special character and denotes the beginning of a command line parameter. one dash introduces a s...
philsmd hashcat 4 3,494 05-08-2018, 10:37 AM
    Thread: Mask starting with a dash
Post: RE: Mask starting with a dash

The general rule for any command line tool using the (defacto) standard way of using arguments (getopts) is that the user needs to specify when the list of arguments is over and the remaining paramete...
philsmd hashcat 4 3,494 05-08-2018, 07:17 PM
    Thread: Maskuni : a standalone mask generator with unicode support
Post: RE: Maskgen : a standalone mask generator with uni...

interesting. but the name of the tool is a little bit confusing because we always use maskgen for the hcmask generation tool of PACK (https://github.com/iphelix/pack/). That's very confusing, because ...
philsmd User Contributions 3 1,130 06-03-2020, 08:54 AM
    Thread: Masking??? (Noob)
Post: RE: Masking??? (Noob)

looks almost perfect, but @undeath I think the first step is not quite correct. #1: "either all cap or no cap" this means that you have only 2 possibilities (either 3 lowercase or 3 uppercase ch...
philsmd hashcat 3 2,286 11-27-2018, 12:07 PM
    Thread: maskprocessor - how to combine letters and numbers?
Post: RE: maskprocessor - how to combine letters and num...

-1 ?l?u?d -q 4 -r 5 ?1?1?1?1?1?1?1
philsmd hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip 2 2,084 07-17-2019, 11:05 AM
    Thread: Maskprocessor Help Windows 10
Post: RE: Maskprocessor Help Windows 10

The executable is definitely within the maskprocessor folder: https://github.com/hashcat/maskprocessor/releases Well, it would make sense to explain what attack mode you tried and how your strategy...
philsmd hashcat 12 2,254 05-11-2020, 03:53 PM
    Thread: Maskprocessor Help Windows 10
Post: RE: Maskprocessor Help Windows 10

@Sondero, my guess is that it is similar to the command with -m 2500 mentioned here: https://hashcat.net/faq/morework but I agree, this is very, very rarely fixing the main problem... even if you g...
philsmd hashcat 12 2,254 05-11-2020, 10:59 PM
    Thread: Maskprocessor Help Windows 10
Post: RE: Maskprocessor Help Windows 10

1. try to use this command for benchmark: hashcat64.exe -m 2500 -b 2. the number of networks in the hccapx file will affect the speed (more salt/ESSIDs, more work), try with the example hash from htt...
philsmd hashcat 12 2,254 05-12-2020, 12:03 PM
    Thread: Maskprocessor Help Windows 10
Post: RE: Maskprocessor Help Windows 10

Where do you see these percentages ? Are you talking about the "Util" value in the status prompt of hashcat ?
philsmd hashcat 12 2,254 05-12-2020, 12:42 PM
    Thread: Maskprocessor Help Windows 10
Post: RE: Maskprocessor Help Windows 10

I don't think the task manager will even recognize common OpenCL tools/software. It will just consider a few other/built-in or video editing/media player software etc. It would probably make more s...
philsmd hashcat 12 2,254 05-12-2020, 01:04 PM
    Thread: MaskProcessor Optional Characters
Post: RE: MaskProcessor Optional Characters

Could you please try to explain what you whish in output in a list of statements like this (only dumb example): in first position I always want to have *all* special chars in second position I want ...
philsmd hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip 3 9,951 07-18-2013, 03:15 PM
    Thread: MaskProcessor Optional Characters
Post: RE: MaskProcessor Optional Characters

Hey, maybe you can give some examples? How are you using the output (dict, pipe etc)? Say you want that the 'A' should be at position 3 or not, but otherwise you want to have only digits a plausible ...
philsmd hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip 3 9,951 07-18-2013, 02:57 PM
    Thread: Maskprocessor word at position??[solved]
Post: RE: Maskprocessor word at position??

If you really need to use the number index instead, this could be done VERY easily with a small "position lookup" code in e.g. shell script or other programming language. I mean, a small wrapper that ...
philsmd hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip 8 16,931 08-08-2013, 11:12 AM
    Thread: Maskprocessor | Hashcat syntax question
Post: RE: Maskprocessor | Hashcat syntax question

no, you do NOT need maskprocessor in that specific situation (already a huge keyspace/mask). you could improve speed by adding -w 3 or even -w 4 to your command line
philsmd hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip 2 1,084 02-29-2020, 02:16 PM
    Thread: Max Pass Length using Wordlists
Post: RE: Max Pass Length using Wordlists

You could also just use reject rules from: https://hashcat.net/wiki/doku.php?id=rule_based_attack#rules_used_to_reject_plains e.g. Code: -- hashcat -m 0 -a 0 -w 3 -j "
philsmd hashcat 7 5,996 12-01-2017, 02:56 PM
    Thread: MD5 mask cracking - exhausted/different result each time
Post: RE: MD5 mask cracking - exhausted/different result...

very bad. we call this false positive (or just a wrong result).. just try with -D 1 , it will work perfectly fine. it seems to be a driver problem, because the same code works on each and every ...
philsmd hashcat 2 485 08-05-2020, 03:47 PM
    Thread: MD5($salt.$pass) hashcat syntax, help?
Post: RE: MD5($salt.$pass) hashcat syntax, help?

the hash must be formatted like this: Code: -- hash:salt -- e.g. 531e89....:eWVzX3... see https://hashcat.net/wiki/example_hashes
philsmd General Talk 4 22,427 12-29-2017, 09:20 PM
    Thread: md5($salt.$pass) slower than md5($pass.$salt)
Post: RE: md5($salt.$pass) slower than md5($pass.$salt)

The difference isn't that much for me in benchmarks and some real cracking sessions, but I agree that there is some difference. The speed difference mainly comes from where the position of the pass...
philsmd hashcat 1 412 07-13-2020, 08:30 AM
    Thread: md5(md5($pass))
Post: RE: md5(md5($pass))

see https://hashcat.net/wiki/doku.php?id=example_hashes -m 2600 = Double MD5
philsmd Old oclHashcat Support 2 7,069 06-12-2015, 09:07 AM