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 Posted [asc]
    Thread: cloud computing
Post: RE: cloud computing

I think it's more about running hashcat on EC2 and similar. That's exactly the same as everywhere else, just install the correct opencl drivers.
undeath hashcat 4 1,859 08-22-2019, 04:23 PM
    Thread: Ubuntu 18.04 + Hashcat
Post: RE: Ubuntu 18.04 + Hashcat

How do you try to run hashcat? Does hashcat -b cause the same behaviour? Are your devices correctly listed by hashcat -I ?
undeath hashcat 4 2,640 08-22-2019, 04:22 PM
    Thread: Need help with building mask
Post: RE: Need help with building mask

You're not going to be happy trying to BF >= 8 characters full ascii charset. Try dict+rules if you haven't.
undeath hashcat 6 2,304 08-22-2019, 04:19 PM
    Thread: Custom Hash Algorithm / Modify or Add new mode
Post: RE: Custom Hash Algorithm / Modify or Add new mode

No, those were manually re-hashed.
undeath hashcat 3 2,091 08-22-2019, 04:13 PM
    Thread: Itunes iOS 12.2 backup password encryption
Post: RE: Itunes iOS 12.2 backup password encryption

With --increment and no lower limit you will see poor performance for short mask lengths. You can try -S in that case.
undeath hashcat 10 3,413 08-21-2019, 10:53 PM
    Thread: Itunes iOS 12.2 backup password encryption
Post: RE: Itunes iOS 12.2 backup password encryption

What mask are you running? Are you using increment? iTunes uses very slow hashing, but I don't know how many iterations are usually used. Try adding -O -w3
undeath hashcat 10 3,413 08-21-2019, 09:43 PM
    Thread: Itunes iOS 12.2 backup password encryption
Post: RE: Itunes iOS 12.2 backup password encryption

If you know it's just numbers and of no other details a mask attack is probably the best you can do. The "approaching final keyspace" notice is not of particular importance.
undeath hashcat 10 3,413 08-21-2019, 08:07 PM
    Thread: Itunes iOS 12.2 backup password encryption
Post: RE: Itunes iOS 12.2 backup password encryption

Don't use --force unless you are a developer. You should run more clever attacks than brute-force. For example dictionary+rules.
undeath hashcat 10 3,413 08-20-2019, 03:54 PM
    Thread: Using hashcat with maskprocessor - here: veracrypt
Post: RE: Using hashcat with maskprocessor - here: verac...

I don't think the mask 'part_I_remember?d?s' does what you want. It tries candidates that start with "part_I_remember" followed by exactly one digit followed by exactly one special character. I gue...
undeath hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip 13 5,771 08-19-2019, 05:09 PM
    Thread: Using hashcat with maskprocessor - here: veracrypt
Post: RE: Using hashcat with maskprocessor - here: verac...

Code: -- hashcat -h | grep increment -i, --increment | | Enable mask increment mode | --increment-min | Num | Start mask incrementing...
undeath hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip 13 5,771 08-19-2019, 12:24 PM
    Thread: Rtx 2080 max-q
Post: RE: Rtx 2080 max-q

Laptops are generally not recommended for use with hashcat. They are not designed to handle sustained high loads and will overheat and/or heat throttle quickly, damaging your hardware in the long run....
undeath Hardware 5 2,768 08-19-2019, 11:23 AM
    Thread: Weird result with MSSQL 2000 mode 131
Post: RE: Weird result with MSSQL 2000 mode 131

A MSSQL 2000 hash consists of two hashes, one with the correct case and one with all upper case letters. Hashcat probably simply ignores one of them. see https://www.theregister.co.uk/2002/07/08/crac...
undeath hashcat 3 1,556 08-18-2019, 10:39 PM
    Thread: Using hashcat with maskprocessor - here: veracrypt
Post: RE: Using hashcat with maskprocessor - here: verac...

You're missing "-m" in front of the hash mode and "--increment 17:19" is absolutely the wrong syntax. Where did you find that?
undeath hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip 13 5,771 08-18-2019, 07:13 PM
    Thread: Hashcat temperature control only works when one GPU used at a time?
Post: RE: Hashcat temperature control only works when on...

fan control mechnisms have been removed from hashcat.
undeath hashcat 3 1,408 08-18-2019, 05:22 PM
    Thread: Hashing NTLM with frequencies
Post: RE: Hashing NTLM with frequencies

hard to say, depends on the hash type and your vram and possibly the attack you're running.
undeath hashcat 6 1,858 08-17-2019, 12:07 AM
    Thread: Hashing NTLM with frequencies
Post: RE: Hashing NTLM with frequencies

not supported. you need to preprocess the hash file.
undeath hashcat 6 1,858 08-16-2019, 12:08 AM
    Thread: hybrid attack can't use all gpu power?
Post: RE: hybrid attack can't use all gpu power?

you can pipe in from another instance like this: Code: -- hashcat -a 6 wordlist.txt -1 dig_symbols.charset ?1?1?1?1?1?1 --increment --stdout | hashcat -m 11300 hash.txt -- note that you won't be...
undeath hashcat 5 1,883 08-15-2019, 11:03 PM
    Thread: How to encrypt password with wpa2?
Post: RE: How to encrypt password with wpa2?

Ar76 Wrote: (08-14-2019, 06:33 PM) -- atom Wrote: (08-14-2019, 11:00 AM) -- But please, stop using the word encrypt, it hurts. -- So what's the correct terminology? -- to hash
undeath hashcat 9 3,131 08-15-2019, 07:23 PM
    Thread: Determine if PKMID is dynamic?
Post: RE: Determine if PKMID is dynamic?

arniezonez Wrote: (08-14-2019, 04:55 PM) -- Would the opengl self test failing be responsible for this? -- LOL
undeath General Talk 5 2,379 08-14-2019, 05:01 PM
    Thread: I want to get the maximum of -S --skip before running hashcat
Post: RE: I want to get the maximum of -S --skip before ...

you need to omit the hash when using --keyspace btw, if you're trying to set up distributed cracking you might be interested in https://github.com/s3inlc/hashtopolis
undeath hashcat 4 1,388 08-14-2019, 12:05 PM