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 [desc] Forum Replies Views Posted
    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
    Thread: Script or tool for hashing lines needed
Post: RE: Script or tool for hashing lines needed

run them with --help
undeath General Talk 4 1,596 09-25-2019, 09:31 PM
    Thread: XNMI rule function is not working ?
Post: RE: XNMI rule function is not working ?

rules annotated with "+" on the rules wiki page (https://hashcat.net/wiki/doku.php?id=rule_based_attack) only work with the legacy hashcat-cpu version.
undeath hashcat 3 1,196 09-27-2019, 04:42 PM
    Thread: 100% rejects while using "short words to long" rule
Post: RE: 100 rejects while using duplicate rules with s...

Words are always rejected before applying rules. Since no word satisfies the minimum requirement of 8 chars they are all rejected. You can work this around by appending two characters to each input...
undeath hashcat 2 1,021 09-27-2019, 05:31 PM
    Thread: mask attack for non-repeating chars
Post: RE: mask attack for non-repeating chars

1. Easier on a mathematical level? Yes. Easier on a practical level? No. 2. Pure hashcat masks cannot do this. maskprocessor has options for this. 3. (94^12 / $hashrate) will give you a rough, optim...
undeath hashcat 7 2,033 09-30-2019, 09:51 PM