Please note, this is a STATIC archive of website hashcat.net from October 2020, cach3.com does not collect or store any user information, there is no "phishing" involved.

Search Results
Post Author Forum Replies Views Posted [desc]
    Thread: Building password list
Post: RE: Building password list

policygen from PACK https://github.com/iphelix/PACK
undeath hashcat 21 7,827 09-01-2019, 11:22 AM
    Thread: Using Cuda 10.2 after OpenCL installed
Post: RE: Using Cuda 10.2 after OpenCL installed

you can select individual devices using -d but as can be seen hashcat will use device #1 by default, which is the CUDA interface of your GPU, which is optimal.
undeath hashcat 2 1,112 09-02-2019, 12:37 AM
    Thread: Building password list
Post: RE: Building password list

you can use a simple hashcat mask attack for that
undeath hashcat 21 7,827 09-02-2019, 12:22 PM
    Thread: some info about rules
Post: RE: some info about rules

https://hashcat.net/wiki/doku.php?id=rule_based_attack
undeath hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip 1 1,274 09-07-2019, 12:07 PM
    Thread: Radeon HD 6990 GPU
Post: RE: Radeon HD 6990 GPU

6990 is way too old for rocm
undeath hashcat 2 1,436 09-09-2019, 09:23 PM
    Thread: Supported cards
Post: RE: Supported cards

for AMD you can mostly refer to the list of devices supported by ROCm: https://rocm.github.io/hardware.html Some older cards may work with the official AMD drivers on Windows but don't expect anythin...
undeath Hardware 2 1,967 09-09-2019, 11:53 PM
    Thread: Problem with the github release
Post: RE: Problem with the github release

can you post hashcat -I (that's a capital i) results for the github version and the working version?
undeath hashcat 7 2,757 09-11-2019, 01:11 PM
    Thread: Problem with the github release
Post: RE: Problem with the github release

I'm confused. The opening post says 5.1.0 is working!?
undeath hashcat 7 2,757 09-11-2019, 10:19 PM
    Thread: Electrum-3.3.4
Post: RE: Electrum-3.3.4

hashcat is free open source software. You can program the module yourself or hire someone to do it for you.
undeath hashcat 8 3,429 09-13-2019, 12:59 PM
    Thread: Hashcat won't start ''insufficient memory available''
Post: RE: Hashcat won't start ''insufficient memory avai...

There's a bug with the AMD drivers. Use the latest beta version at https://hashcat.net/beta/
undeath hashcat 13 4,419 09-15-2019, 06:50 PM
    Thread: Hashcat won't start ''insufficient memory available''
Post: RE: Hashcat won't start ''insufficient memory avai...

hashcat can use all available opencl devices at the same time
undeath hashcat 13 4,419 09-18-2019, 12:26 PM
    Thread: Hashcat won't start ''insufficient memory available''
Post: RE: Hashcat won't start ''insufficient memory avai...

Of course you need to install drivers for all devices. I don't understand why you can't install both drivers.
undeath hashcat 13 4,419 09-18-2019, 07:08 PM
    Thread: Defining character length.
Post: RE: Defining character length.

i wonder if this happens when applying rules that shorten the words. Looks very much like the result of applying rule "*05 O03 d '3 p1" from best64.rule
undeath hashcat 21 6,238 09-18-2019, 09:28 PM
    Thread: Defining character length.
Post: RE: Defining character length.

iirc password length restrictions are only enforced on the dictionary word, not the mutated candidate.
undeath hashcat 21 6,238 09-18-2019, 11:27 PM
    Thread: Possible to use CUDA and OpenCL side-by-side?
Post: RE: Possible to use CUDA and OpenCL side-by-side?

I can't imagine why this wouldn't be possible. Why not try it?
undeath hashcat 5 2,168 09-19-2019, 10:26 AM
    Thread: GTX 1060 3Gb
Post: RE: GTX 1060 3Gb

Please be more specific about what you need help with.
undeath Hardware 8 3,378 09-19-2019, 05:57 PM
    Thread: Parsing and counting salts in hashlists
Post: RE: Parsing and counting salts in hashlists

There is no generic way of doing it. Various formats have their own representation and encoding. See https://hashcat.net/wiki/doku.php?id=example_hashes for some examples.
undeath General Talk 2 1,189 09-20-2019, 12:57 PM
    Thread: Noob question, bruteforce pmkid/wpa2 ISP default passwords
Post: RE: Noob question, bruteforce pmkid/wpa2 ISP defau...

without further knowledge that's hardly feasible. You might be interested in this thread: https://hashcat.net/forum/thread-6170.html Other than that, here's the documentation for mask attacks: https:...
undeath hashcat 1 944 09-20-2019, 01:09 PM
    Thread: Hashcat won't start ''insufficient memory available''
Post: RE: Hashcat won't start ''insufficient memory avai...

That's only possible by running different hashcat instances on each device.
undeath hashcat 13 4,419 09-21-2019, 03:29 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