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 Views [asc] Posted
    Thread: having trouble with hashcat working with gpu's
Post: RE: having trouble with hashcat working with gpu's

From the screenshots you have posted that does not seem to be the case. Both your Nvidia cards are listed and apparently being used, your CPU is skipped.
undeath hashcat 5 1,706 12-29-2019, 05:27 PM
    Thread: Question formatting command cracking NetNTLMv2 pulled from WPA2 Enterprise
Post: RE: Question formatting command cracking NetNTLMv2...

Please take a week off to make yourself familiar with the forum rules.
undeath hashcat 1 1,687 06-27-2018, 05:09 PM
    Thread: KeePass/ Word list help!!!!
Post: RE: KeePass/ Word list help!!!!

It's not easy to find a generic way to generate such highly targeted candidates, hence there is no direct support embedded to hashcat. The way to go about this is creating a small script/program that ...
undeath hashcat 1 1,687 12-29-2018, 11:27 AM
    Thread: Argon2 Support
Post: RE: Argon2 Support

Surprisingly there isn't even a github issue for argon2 support (except as part of a keepass update). I'd be interested in seeing how hashcat performs with various argon2 parameter combinations myself...
undeath hashcat 2 1,684 03-27-2019, 09:06 PM
    Thread: Attack mode 6 only uses 1 GPU.
Post: RE: Attack mode 6 only uses 1 GPU.

What is your full command line? How do you determine hashcat only using one device?
undeath hashcat 6 1,682 03-09-2020, 06:18 PM
    Thread: Attack mode 6 only uses 1 GPU.
Post: RE: Attack mode 6 only uses 1 GPU.

You're not providing enough work to hashcat. Hashcat's performance highly depends on the left part of the attack. In a6 that means the wordlist. As a workaround you can either pipe in the words: Cod...
undeath hashcat 6 1,682 03-09-2020, 09:03 PM
    Thread: Cannot find an OpenCL ICD loader library.
Post: RE: Cannot find an OpenCL ICD loader library.

what os/linux distro are you using?
undeath hashcat 3 1,678 11-20-2019, 02:37 PM
    Thread: 2x32 Bytes in base64, separated by $
Post: RE: 2x32 Bytes in base64, separated by $

PBKDF2-HMAC-SHA1 is supported by hashcat (mode 12000)
undeath General Talk 4 1,671 09-24-2019, 11:39 PM
    Thread: 1080ti card with old hardware
Post: RE: 1080ti card with old hardware

There is no bottleneck for hashcat in that setup. Enough PCIe lanes, enough ram and sufficient power for a 1080ti.
undeath Hardware 1 1,669 03-26-2019, 01:31 PM
    Thread: Scheduled checkpoint
Post: RE: Scheduled checkpoint

Hashcat will automatically update the restore file as soon as a checkpoint is reached. If you do not want to lose any progress and have some control over the shutdown process you can monitor the resto...
undeath hashcat 3 1,669 06-18-2019, 05:23 PM
    Thread: MS Word read-only docx hash extract
Post: RE: MS Word read-only docx hash extract

only encrypted office documents are supported, not protected ones
undeath hashcat 4 1,631 12-20-2019, 01:05 AM
    Thread: Radeon Vega 64 Compatible? OpenCl Self-Test Failed
Post: RE: Radeon Vega 64 Compatible? OpenCl Self-Test F...

have you tried the latest driver + hashcat beta?
undeath Hardware 4 1,630 03-09-2020, 01:33 AM
    Thread: GPU GTX 1080 + Intel Xeon CPUs
Post: RE: GPU GTX 1080 + Intel Xeon CPUs

Try reinstalling the gpu driver.
undeath hashcat 2 1,627 07-16-2019, 05:57 PM
    Thread: Ethereum Wallet and 1080ti trouble
Post: RE: Ethereum Wallet and 1080ti trouble

on scrypt that's not unexpected
undeath hashcat 4 1,626 02-15-2020, 06:13 PM
    Thread: Alienware 17 R4 Nvidia GTX1070
Post: RE: Alienware 17 R4 Nvidia GTX1070

looks like The-Distribution-Which-Does-Not-Handle-OpenCL-Well does not handle OpenCL well /sigh
undeath hashcat 1 1,624 10-01-2018, 08:06 PM
    Thread: Session recovery with multiple gpu's
Post: RE: Session recovery with multiple gpu's

Session restores work checkpoint-based. hashcat will always continue from the last reached checkpoint on. If that one happens to have been a while back that's simply what it is.
undeath hashcat 4 1,618 02-16-2020, 03:20 PM
    Thread: Session recovery with multiple gpu's
Post: RE: Session recovery with multiple gpu's

More GPUs means more parallelization means more variance between reaching checkpoints. Pressing C stops after some new checkpoint has been reached, but that still means that devices working already on...
undeath hashcat 4 1,618 02-16-2020, 10:50 PM
    Thread: Combinator
Post: RE: Combinator

It's not directly supported. For best performance in your case do it like this: 1. create combined.txt hashcat -a1 word1.txt word2.txt --stdout -o combined.txt 2. pipe in hybrid combined + mask hash...
undeath hashcat 8 1,615 05-20-2020, 02:01 PM
    Thread: Combinator
Post: RE: Combinator

It would work that way but since there are only 3*4=12 words it would be very slow.
undeath hashcat 8 1,615 05-20-2020, 04:29 PM
    Thread: Combinator
Post: RE: Combinator

The case at hand doesn't have much to do with I/O but hashcat's scheduler/parallelisation. Without having any idea about how hashcat's implementation actually works I think you can imagine it to sched...
undeath hashcat 8 1,615 05-21-2020, 02:59 AM