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 Replies [desc] Views Posted
    Thread: Help with cracking a zip Password
Post: RE: Help with cracking a zip Password

You'll need a -m parameter as well.
walterlacka hashcat 5 24,595 12-01-2017, 01:03 AM
    Thread: Weird estimated time
Post: RE: Weird estimated time

7 character for WPA???!!!?  Thought you needed 8.
walterlacka hashcat 5 3,464 06-05-2018, 02:48 PM
    Thread: proper use of increment option
Post: RE: proper use of increment option

I believe what atom and philsmd are saying is that your syntax is correct.  The 8 and 63 numbers that you are seeing shows you what the min and max size is for WPA in general.  That's different than...
walterlacka hashcat 6 17,935 11-27-2017, 01:20 AM
    Thread: Possible to do attack mode 6 and 7 on same attack
Post: Possible to do attack mode 6 and 7 on same attack

Should something like this work? Code: -- ./hashcat -O -w3 -a6 dict.txt ?a?a?a?a -i --stdout | ./hashcat -O -w3 -m0 -a7 ?a?a -i 'hash' -- Trying to accomplish having a dict.txt: cat dog etc ...
walterlacka hashcat 6 5,301 12-19-2017, 08:49 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...

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: Begginer cracking
Post: RE: Begginer cracking

Hahha.. in what format should we respond to you if your head will fall off if we respond with numbers?
walterlacka Hardware 6 5,745 03-22-2018, 08:47 PM
    Thread: Begginer cracking
Post: RE: Begginer cracking

In your case you have 14 potential (2-9 and a-f).  And that is of length 10.  That would be 14^10.  Take that and divide by the rate at which you can hash and you'll find your answer.
walterlacka Hardware 6 5,745 03-22-2018, 09:14 PM
    Thread: Question about hccapx file
Post: RE: Question about hccapx file

IIRC, I think I needed to add a library or something first. If you poke around this forum, I think there may be a post that talks about this.
walterlacka General Talk 6 4,363 06-05-2018, 02:49 PM
    Thread: HD7970 really slow?
Post: RE: HD7970 really slow?

What hash type are you getting 56H/s with?  For a reference, I just recently dusted off a HD7970 and am getting approx 7,500MH/s with my 7970 with m0. I'm using WIN 10 with Radeon 17.7.2 so no I d...
walterlacka Hardware 7 5,615 12-03-2017, 06:25 PM
    Thread: HD7970 really slow?
Post: RE: HD7970 really slow?

On bench test with m15700, I get same error message about OpenCL kernel self-test failed.
walterlacka Hardware 7 5,615 12-03-2017, 07:39 PM
    Thread: A bit help needed
Post: RE: A bit help needed

I found this.. not sure it still applies: https://hashcat.net/wiki/doku.php?id=frequently_asked_questions#does_the_pci-express_speed_have_any_influence_on_cracking_speed
walterlacka Hardware 7 6,825 12-20-2017, 06:42 PM
    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,369 09-26-2018, 10: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,638 12-29-2017, 12:59 AM
    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: 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

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: 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