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: WPA password that contains mixalphanumeric
Post: RE: WPA password that contains mixalphanumeric

use policygen.py from PACK (https://thesprawl.org/projects/pack/) The only thing you need to know here is that .hcmask files are needed and pack will generate them for you hashcat64.exe -m 2500 ...
philsmd hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip 1 3,317 06-17-2017, 09:06 PM
    Thread: cap2hccapx essid filters
Post: RE: cap2hccapx essid filters

Currently, the code searches for exact matches. This could be simply changed by, for instance, replacing strcmp () with strchr () here: https://github.com/hashcat/hashcat-utils/blob/b1e45b2337c2011...
philsmd hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip 2 4,574 07-14-2017, 09:44 AM
    Thread: unusually short crc from 7z2hashcat
Post: RE: unusually short crc from 7z2hashcat

Use the latest release which is now also up-to-date with the source code: 7z2hashcat64-1.1.exe (for 32 bit windows use 7z2hashcat32-1.1.exe instead)
philsmd hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip 3 4,737 07-18-2017, 04:09 PM
    Thread: unusually short crc from 7z2hashcat
Post: RE: unusually short crc from 7z2hashcat

You are not allowed to post hashes within this forum (except if moderators or the administrator ask you to help them troubleshoot some problem with a specific hash). Which version of hashcat and 7z2h...
philsmd hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip 3 4,737 07-18-2017, 08:49 AM
    Thread: cap2hccapx
Post: RE: cap2hccapx

You can use it to filter (i.e. limit) the number of "hashes" by generating a .hccapx file that only contains "hashes" involving only a very specific network name (ESSID). That means, if you know the n...
philsmd hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip 1 2,852 08-02-2017, 10:47 AM
    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: Mix of digits, uppercase and a specific letter rule - help
Post: RE: Mix of digits, uppercase and a specific letter...

What you normally use in such a case is a mask attack: https://hashcat.net/wiki/doku.php?id=mask_attack Therefore, in hashcat's terminology this is not called a rule, but a mask attack (using attac...
philsmd hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip 1 2,952 11-14-2017, 09:06 AM
    Thread: Adding 4 digit variable number to Name wordlist
Post: RE: Adding 4 digit variable number to Name wordlis...

Code: -- for i in {1722..2017}; do echo $i | sed 's/\(.\)/\$\1 /g'; done > rules/add_year.rule --
philsmd hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip 8 8,777 11-30-2017, 10:18 PM
    Thread: Adding 4 digit variable number to Name wordlist
Post: RE: Adding 4 digit variable number to Name wordlis...

Yeah, that's true my example was targeted for linux/mac users that use a bash-compatible shell. That said, you can extend the idea to any other environment or tool (yes you could also do it all wit...
philsmd hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip 8 8,777 12-05-2017, 01:57 PM
    Thread: Statsprocessor specific characters
Post: RE: Statsprocessor specific characters

Why do you want to write this to a file ? Hashcat has in-built support for markov chains and mask attack (-a 3). Anyways, if you really, really want to write it to a disk (I don't know why), you n...
philsmd hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip 4 4,974 12-23-2017, 07:28 PM
    Thread: [HELP] Hashcat Mask
Post: RE: [HELP] Hashcat Mask

for points 1 to 3 you could use maskprocessor. It supports the -q and -r command line arguments that filter out exactly the password candidates that do not match the policy that you described above. ...
philsmd hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip 4 4,613 02-13-2018, 10:15 AM
    Thread: [HELP] Hashcat Mask
Post: RE: [HELP] Hashcat Mask

That is just a hint how long WPA/WPA2 hashes could be in general (maximum allowed password length for WPA/WPA2). For some hash types there are even 2 different kernel files (optimized vs pure). For...
philsmd hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip 4 4,613 02-13-2018, 12:30 PM
    Thread: How to save progress with PRINCE ?
Post: RE: How to save progress with PRINCE ?

you should have a file called pp.save automatically saved into the current directory (if you didn't provide --save-pos-disable). just copy the number within that file to the -s parameter therefore...
philsmd hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip 4 3,620 08-22-2018, 06:31 PM
    Thread: Help with policygen/maskprocessor to create hcmask
Post: RE: Help with policygen/maskprocessor to create hc...

I literally just wrote what you should do for point #3 use maskprocessor with -q 2 as explained in my command above.
philsmd hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip 8 5,806 01-26-2019, 04:11 PM
    Thread: Help with cracking krb5tgs hash
Post: RE: Help with cracking krb5tgs hash

please test with the example hash from https://hashcat.net/wiki/example_hashes and compare your hash with the example hash. Most of the time it's just a matter of removing the file names from the "ha...
philsmd hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip 1 3,692 01-28-2019, 10:29 AM
    Thread: Help with policygen/maskprocessor to create hcmask
Post: RE: Help with policygen/maskprocessor to create hc...

maskprocessor has an option for #3, see mp64 --help output: Code: -- -q, --seq-max=NUM Maximum number of multiple sequential characters -- for #2 instead you need to generate some k...
philsmd hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip 8 5,806 01-26-2019, 12:44 PM
    Thread: Help with policygen/maskprocessor to create hcmask
Post: RE: Help with policygen/maskprocessor to create hc...

the hashcat forum software (CMS) uses mybb. The mybb community/devs implemented the password reset mechanism with a temporary password. It's not your original password. The original password is stored...
philsmd hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip 8 5,806 01-26-2019, 11:03 PM
    Thread: Hi, need some help about hashcat
Post: RE: Hi, need some help about hashcat

First you need to know what the protection is (is it only protected to not-print the document or not-edit the document, or is the whole document encrypted ?). After that you should use pdf2john.pl ...
philsmd hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip 11 6,617 03-09-2019, 07:12 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: Using hashcat with maskprocessor - here: veracrypt
Post: RE: Using hashcat with maskprocessor - here: verac...

you need to add --increment too the --increment command line switch enables the increment feature (and min/max options are further restrictions/limits)
philsmd hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip 13 5,771 08-19-2019, 01:35 PM