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 [desc] Replies Views Posted
    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 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 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: is it possible to try different mask at once?
Post: RE: is it possible to try different mask at once?

If you are using oclHashcat / cudaHashcat , then the answer is yes, see: https://hashcat.net/wiki/doku.php?id=mask_attack#hashcat_mask_files you could put each of those masks into a separate line o...
philsmd hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip 2 6,165 04-22-2014, 12:37 PM
    Thread: ALL outputs of best64.rules of a word in a dic.
Post: RE: ALL outputs of best64.rules of a word in a dic...

The advice of Milzo was to use cpu hashcat (https://hashcat.net/hashcat/) and not oclHashcat ./hashcat-cli64.bin means cpu hashcat, because the missing ocl and the cli in the name. oclHashcat doe...
philsmd hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip 5 11,170 11-13-2014, 02:50 PM
    Thread: [solved] how to pipe rli2 tot textfile?
Post: RE: how to pipe rli2 tot textfile?

Code: -- rli2.exe text1 text2 > outfile --
philsmd hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip 5 10,704 12-14-2014, 04:36 PM
    Thread: [solved] how to pipe rli2 tot textfile?
Post: RE: how to pipe rli2 tot textfile?

No, it should work like that. See for instance here: https://hashcat.net/forum/thread-3826.html Same OP and identical problem. The suggested solution in both cases was to use "> outfile", which of co...
philsmd hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip 5 10,704 12-14-2014, 06:44 PM
    Thread: Practical PRINCE: 1 CPU + 24 hours = 63% Linkedin hashes cracked, 100% automated
Post: RE: Practical PRINCE: 1 CPU + 24 hours = 63% Linke...

There is no more need to use a named pipe for cpu hashcat to use the PRINCE attack mode (Note: with oclHashcat you can simply pipe it, no named pipe needed at all) because version 0.49 of hashcat has ...
philsmd hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip 22 74,889 01-09-2015, 02:13 PM
    Thread: A Rule For not more then 2 consecutive number or letter
Post: RE: A Rule For not more then 2 consecutive number ...

fonzy35 Wrote: (02-06-2015, 09:46 AM) -- I looked in to maskprocessor rule, but i didn't find any. -- The answer of atom was for maskprocessor ( https://hashcat.net/wiki/doku.php?id=maskprocessor , ...
philsmd hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip 5 12,857 02-06-2015, 05:50 PM
    Thread: strange output statsprocessor
Post: RE: strange output statsprocessor

You should always specify a mask, the --help says: ./sp64.bin [options]... hcstat-file [filter-mask] the mask (filter-mask) is needed to tell sp64 where you want the --custom-charset1 etc to be used,...
philsmd hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip 2 7,219 04-10-2015, 11:11 PM
    Thread: How does -q and -r work with maskprocessor?
Post: RE: How does -q and -r work with maskprocessor?

The --help explains it very clearly: -q, --seq-max=NUM Maximum number of multiple sequential characters -r, --occurrence-max=NUM Maximum number of occurrence of a character Thi...
philsmd hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip 7 12,578 08-13-2015, 01:02 PM
    Thread: combinator.bin command not found?
Post: RE: combinator.bin command not found?

are you sure you run a binary that fits your operating system? For instance, on a 64bit system you should run a 64bit binary (or have the required 32 bit libraries installed). see https://stackoverflow...
philsmd hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip 12 19,433 11-09-2015, 04:18 PM
    Thread: markprocessor --combinations and -q -r
Post: RE: markprocessor --combinations and -q -r

Actually yes, there are exactly 2 alternatives: 1. do the math yourself (total number of combinations - (number of combinations "removed" by "-q" and/or number of combinations "removed" by "-r")). No...
philsmd hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip 3 6,203 01-05-2016, 01:15 PM
    Thread: Create a single rule file with maskprocessor
Post: RE: Create a single rule file with maskprocessor

Congratz, you actually found out the "hard way" what the differences between rule and mask attack is (the easy way would be to just read the wiki pages, in this specific case especially these 2 pages:...
philsmd hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip 2 6,701 07-24-2016, 11:26 AM
    Thread: Creating rule file
Post: RE: Creating rule file

just use this: Code: -- maskprocessor 'T0$1$9$?d$?d' > toggle_first_and_append_digits.rule -- btw: if you look here: https://hashcat.net/wiki/rule_based_attack the "TN" rule stands for toggle not ...
philsmd hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip 4 9,180 08-18-2016, 04:17 PM
    Thread: Creating rule file
Post: RE: Creating rule file

That's a very known "limitation". The rejection test will occur as soon as possible and in most of the cases makes perfect sense since otherwise too short plains will be transfered to the GPUs. Since ...
philsmd hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip 4 9,180 08-20-2016, 02:27 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: Markov attack
Post: RE: Markov attack

It's not a special "kind of attack", instead it is "just" one of many optimisations. It is on by default in hashcat (to disable it you need to use --markov-disable). You can see the differences by u...
philsmd hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip 4 9,099 01-30-2017, 05:51 PM
    Thread: cap2hccapx and odd ESSID
Post: RE: cap2hccapx and odd ESSID

Yeah, feel free to contribute with such a pull request. I would say that using the $HEX[] format would be a good solution since it is already used a lot for the different hashcat tools. So the input...
philsmd hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip 6 7,821 03-17-2017, 09:53 AM
    Thread: Need help for this algoritm
Post: RE: Need help for this algoritm

For instance you could just use -m 120 = sha1($salt.$pass) (see https://hashcat.net/wiki/example_hashes) where the format of your hashes is: Code: -- sha1_hash:USERNAME: --
philsmd hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip 1 3,208 05-07-2017, 06:28 PM