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: Possible to do attack mode 6 and 7 on same attack
Post: RE: Possible to do attack mode 6 and 7 on same att...

undeath Wrote: (12-20-2017, 01:03 PM) -- I remember only a0 supporting stdin mode. Not sure if this has changed. -- I think you're right: Code: -- ./hashcat -O -w3 -a6 dict.txt ?a?a?a?a --stdout...
walterlacka hashcat 6 5,301 12-20-2017, 03:57 PM
    Thread: Possible to do attack mode 6 and 7 on same attack
Post: RE: Possible to do attack mode 6 and 7 on same att...

The dict I want to use is only 2184 words… so I did this: Code: -- ./hashcat -O -w3 -a7 ?a?a dict.txt --stdout > prependaa.txt ./maskprocessor-0.73/mp64.app '$?a$?a$?a$?a' > appendaaaa.rule -- ...
walterlacka hashcat 6 5,301 12-20-2017, 05:43 PM
    Thread: Restore Fails
Post: RE: Restore Fails

Does this work: hashcat64 -m 2500 -a 3 mio.hccapx -1 ?l?d ?1?1?1?1?1?1?1?1 --session save -w 3 -D 1,2 hashcat64 -m 2500 -a 3 -w 3 -D 1,2 --session save --restore
walterlacka hashcat 12 8,633 12-29-2017, 12:59 AM
    Thread: crackingxkcd with a combinator attack and a sizeable dictionary [HELP]
Post: RE: crackingxkcd with a combinator attack and a si...

I asked a similar question recently, and was pointed to using princeprocessor. See: Code: -- https://hashcat.net/forum/thread-7147-post-38383.html -- Hope this helps.
walterlacka hashcat 4 3,324 01-01-2018, 08:20 PM
    Thread: crackingxkcd with a combinator attack and a sizeable dictionary [HELP]
Post: RE: crackingxkcd with a combinator attack and a si...

To get a better understanding of how the tool works, I created a small dictionary of 5 words and ran the tool against it. I watched on my screen the candidates it produced. I also used the --help sw...
walterlacka hashcat 4 3,324 01-01-2018, 08:53 PM
    Thread: Issue with large hcmask file
Post: RE: Issue with large hcmask file

Hey guys, just wondering if there's a version that has this issue fixed?
walterlacka hashcat 15 9,375 01-19-2018, 04:04 PM
    Thread: Difference between bruteforce and password list for WPA cracking
Post: RE: Difference between bruteforce and password lis...

Does this work? ./hashcat -w 4 -m 2500 -a 3 Dump.hccapx -1 ABDF 071?1?1?d?1?1?14 Couldn't tell based on the BOLD which was -1 and which was -l (bad eyes)
walterlacka hashcat 3 2,888 03-16-2018, 07:26 PM
    Thread: Issue with large hcmask file
Post: RE: Issue with large hcmask file

I'm running into the same issue using a large hcmask file created from PACK.  This is using hashcat version v4.0.1-74-ga680f194 Session..........: joe18 Status...........: Exhausted Hash.Type.....
walterlacka hashcat 15 9,375 01-17-2018, 04:04 PM
    Thread: Issue with large hcmask file
Post: RE: Issue with large hcmask file

Atom - I'm able to reproduce this issue when running both GPU's every time I run it.  Normally it will occur within a day or two.. sometimes it takes another day or so. Like the other poster, it hap...
walterlacka hashcat 15 9,375 03-16-2018, 04:44 PM
    Thread: Issue with large hcmask file
Post: RE: Issue with large hcmask file

Hey philsmd - any additional info needed?
walterlacka hashcat 15 9,375 03-19-2018, 06:43 PM
    Thread: Issue with large hcmask file
Post: RE: Issue with large hcmask file

Wondering if any progress has been made on this one?
walterlacka hashcat 15 9,375 05-04-2018, 05:26 PM
    Thread: Weird estimated time
Post: RE: Weird estimated time

7 character for WPA???!!!?  Thought you needed 8.
walterlacka hashcat 5 3,462 06-05-2018, 02:48 PM
    Thread: Restore value is greater than keyspace
Post: RE: Restore value is greater than keyspace

This may be related: https://hashcat.net/forum/thread-7208.html
walterlacka hashcat 1 1,913 06-12-2018, 02:58 PM
    Thread: Issue with large hcmask file
Post: RE: Issue with large hcmask file

Yes, this problem occurs when running without --restore as well. (It will occur on a --restore or a fresh run). The number of masks in this hcmask file is 29736.  It does NOT always stop at same ma...
walterlacka hashcat 15 9,375 03-17-2018, 12:30 AM
    Thread: 2x GTX 1080ti + 1070 on MD5 /NTLM very very slow
Post: RE: 2x GTX 1080ti + 1070 on MD5 /NTLM very very sl...

try with option -O
walterlacka hashcat 11 7,367 09-26-2018, 10:43 PM
    Thread: Trying to understand RLI and RLI2 better
Post: Trying to understand RLI and RLI2 better

Been reading and doing a little testing with RLI and have the following that I'm trying to understand: I have wordlist1: word1 word2 word3 word4 And wordlist2: camp1 word1 word2 word3 w...
walterlacka hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip 1 2,742 12-23-2017, 11:50 PM
    Thread: Prince processor capability
Post: RE: Prince processor capability

Does the --elem-cnt-min=4 and --elem-cnt-max=4 help?
walterlacka hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip 4 4,503 01-04-2018, 01:34 AM
    Thread: Princeprocessor Resume
Post: RE: Princeprocessor Resume

Does anyone know how this should work? Or maybe it's working correctly and I need to add up the "save" value in case I need to resume more than once.
walterlacka hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip 2 3,518 01-06-2018, 05:48 PM
    Thread: Prince processor capability
Post: RE: Prince processor capability

Code: -- cat dict.txt this orange rocks and -- Code: -- ./pp64.app --elem-cnt-min=4 --elem-cnt-max=4 --pw-max=20 < dict.txt andandandand andandandthis andandthisand andthisandand this...
walterlacka hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip 4 4,503 01-04-2018, 05:07 PM
    Thread: Princeprocessor Resume
Post: Princeprocessor Resume

Looking at the --help for princeprocessor and trying to better understand the -s option. Here's what I did: I let pp run for a bit, then stopped it by ctrl-c Ran this command: Code: -- cat ...
walterlacka hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip 2 3,518 01-04-2018, 09:59 PM