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 [asc] Replies Views Posted
    Thread: Low CPU Utilization - OpenCL
Post: RE: Low CPU Utilization - OpenCL

why do you expect your cpu speed to equal the gpu speed?
undeath hashcat 3 2,705 01-24-2018, 09:59 PM
    Thread: GPU not getting close to benchmark?
Post: RE: GPU not getting close to benchmark?

plain dict attack with no rules are limited by IO and are expected to slow down things for fast hashes.
undeath hashcat 5 4,455 01-25-2018, 01:26 PM
    Thread: GPU not getting close to benchmark?
Post: RE: GPU not getting close to benchmark?

try adding -w3, that's what the benchmark uses.
undeath hashcat 5 4,455 01-25-2018, 05:48 PM
    Thread: Hashcat Bruteforce Mode failure
Post: RE: Hashcat Bruteforce Mode failure

wpa passwords must have a length of at least 8 characters. If it worked before that was a bug.
undeath hashcat 8 5,703 01-30-2018, 02:05 PM
    Thread: Hashcat Bruteforce Mode failure
Post: RE: Hashcat Bruteforce Mode failure

the wpa specification does not allow passwords shorter than 8 characters.
undeath hashcat 8 5,703 01-30-2018, 02:26 PM
    Thread: Hashcat Bruteforce Mode failure
Post: RE: Hashcat Bruteforce Mode failure

it is not.
undeath hashcat 8 5,703 01-30-2018, 02:46 PM
    Thread: 1080ti slow speed performance WPA/WPA2
Post: RE: 1080ti slow speed performance WPA/WPA2

Why are you using --force? Try with -w4
undeath hashcat 13 18,420 02-02-2018, 04:36 PM
    Thread: --markov-disable and HCstat file
Post: RE: --markov-disable and HCstat file

it's probably more a bug/missing feature than a necessity.
undeath hashcat 2 2,543 02-03-2018, 12:49 PM
    Thread: USER:HASH
Post: RE: USER:HASH

tail -f outfile.txt
undeath hashcat 8 6,548 02-04-2018, 10:34 PM
    Thread: combinator + rule
Post: RE: combinator + rule

-j/-k only accept a single rule, not files
undeath hashcat 6 6,142 02-05-2018, 12:20 AM
    Thread: How to change password length (min/max)
Post: RE: How to change password length (min/max)

The min 0, max 256 is just technical information and not directly related to the actual password candidates processed. Regarding the creation of masks see the wiki article: https://hashcat.net/wiki...
undeath hashcat 4 9,653 02-06-2018, 01:44 PM
    Thread: Truecrypt 4.3 Volume
Post: RE: Truecrypt 4.3 Volume

as far as I can tell only TC >= 5.0 is supported.
undeath hashcat 1 1,856 02-06-2018, 01:47 PM
    Thread: Already an instance running on pid 5
Post: RE: Already an instance running on pid 5

Shouldn't hashcat check if the pid from hashcat.pid does actually belong to a running process?
undeath hashcat 7 10,362 02-06-2018, 08:44 PM
    Thread: Hashcat is showing wrong password
Post: RE: Hashcat is showing wrong password

hashcat can only be used to recover the password of an encrypted pdf document. There are other tools that can remove restrictions from pdf files without cracking the password.
undeath hashcat 10 8,001 02-08-2018, 07:26 PM
    Thread: Itunes
Post: RE: itunes bis

please post the full output
undeath hashcat 4 3,249 02-09-2018, 10:28 PM
    Thread: Cracking a CHAP from Freeradius
Post: RE: Cracking a CHAP from Freeradius

this worked ./hashcat64.bin -m4800 -a3 777f2a3f6a2e661947b520c6777e0b25:45c915d82d67257209048420a31292d3:00 password
undeath hashcat 21 17,277 02-10-2018, 11:30 AM
    Thread: I can not determine the number in the hashcat
Post: RE: I can not determine the number in the hashcat

https://hashcat.net/wiki/doku.php?id=example_hashes
undeath hashcat 10 8,863 02-10-2018, 02:13 PM
    Thread: Rules rules rules!
Post: RE: Rules rules rules!

for a start, here is the article about rules: https://hashcat.net/wiki/doku.php?id=rule_based_attack The rules you need to accomplish what you are looking for arethe insert rule (i) the prepend rule...
undeath hashcat 3 2,929 02-10-2018, 02:52 PM
    Thread: Rules rules rules!
Post: RE: Rules rules rules!

Well, that will mostly depend on the size of your wordlist. Assuming passwords of up to 10 characters (before rules), you have [positions of LAD]*[positions of BYE]*[possibilities for m@1d]*[positi...
undeath hashcat 3 2,929 02-10-2018, 07:10 PM
    Thread: Cracking a CHAP from Freeradius
Post: RE: Cracking a CHAP from Freeradius

hashcat runs on any device supporting opencl, which includes modern CPUs and GPUs. You just need to install the correct opencl runtime for the device. If you want others to help you with cracking y...
undeath hashcat 21 17,277 02-10-2018, 11:20 PM