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 [desc] Views Posted
    Thread: Any advantage to providing multiple sample hashes?
Post: RE: Any advantage to providing multiple sample has...

No, it just makes it slower. Ideally use only one
atom General Talk 1 3,006 11-06-2016, 03:39 PM
    Thread: autotuning
Post: RE: autotuning

Convered here: https://hashcat.net/wiki/doku.php?id=frequently_asked_questions#how_to_create_more_work_for_full_speed
atom hashcat 1 2,640 11-09-2016, 11:39 PM
    Thread: 0 H/s after install opencl very rare
Post: RE: 0 H/s after install opencl very rare

maybe the sudo?
atom hashcat 1 2,954 11-13-2016, 10:09 PM
    Thread: WPA mac addresses "flip flopped" in potfile
Post: RE: WPA mac addresses "flip flopped" in potfile

Please add an issue on github for it. I'm closing this here
atom hashcat 1 2,602 11-14-2016, 09:33 PM
    Thread: Nvidia K280Q with hashcat
Post: RE: Nvidia K280Q with hashcat

According to NV documents only M60-8Q, M6-8Q virtual GPU is supported
atom hashcat 1 2,891 11-15-2016, 07:14 PM
    Thread: Crash when starting md5 hash
Post: RE: Crash when starting md5 hash

It's the drivers for sure. Read this: https://hashcat.net/wiki/doku.php?id=frequently_asked_questions#i_may_have_the_wrong_driver_installed_what_should_i_do and follow it with pedantic accuracy.
atom hashcat 1 2,608 11-21-2016, 01:15 PM
    Thread: hashcracking a WPA2 8 char caps [need support]
Post: RE: hashcracking a WPA2 8 char caps [need support]

Quote: -- hashcat -m 2500 3 /root/Desktop/8.hccap ?u?u?u?u?u?u?u?u -- I think what you mean is this: Quote: -- hashcat -m 2500 -a 3 /root/Desktop/8.hccap ?u?u?u?u?u?u?u?u -- Also do t...
atom hashcat 1 3,242 11-21-2016, 01:18 PM
    Thread: problem with user:hash
Post: RE: problem with user:hash

There's no general rule, you can place it anywere you want unless getopt expects an option parameter. For example "-m 0 -a 0 -o C:/cracked.txt C:hash.txt C/wordlist --username" would be fine.
atom hashcat 1 2,541 11-24-2016, 09:01 AM
    Thread: Prince attack mode unsupported
Post: RE: Prince attack mode unsupported

It's not compatible to the base/mod concept required for GPGPU, therefore there's no good reason to implement it. The way to use it is to use the princeprocessor from here: https://github.com/hash...
atom hashcat 1 2,873 11-27-2016, 02:33 PM
    Thread: Need a little help with hashcat 3.20
Post: RE: Need a little help with hashcat 3.20

Two things to mentions here: * Looks like this is some issue with AMD on Windows * Even if this does not affect the problem with the AMD cards, remove OpenCL Driver for Intel Iris and Intel HD Gra...
atom hashcat 1 3,347 12-03-2016, 02:17 PM
    Thread: hashcat v3.20 + plaintext
Post: RE: hashcat v3.20 + plaintext

The hash is a word in plaintext. This can be useful if you want to check your own written rules, for example. You don't need to make it a hash first, you don't need to use stdout and compare using ext...
atom hashcat 1 2,736 12-04-2016, 03:19 PM
    Thread: Stuck --username cracking
Post: RE: Stuck --username cracking

Is this a joke?
atom hashcat 1 2,596 12-04-2016, 03:21 PM
    Thread: Crash during kernel & memory init.
Post: RE: Crash during kernel & memory init.

Propably just used "7z e" to extract the archive instead of "7z x"?
atom hashcat 1 3,211 12-06-2016, 01:31 PM
    Thread: FYI: two mistakes in wiki
Post: RE: FYI: two mistakes in wiki

You're absolutely right. Fixed. Thanks!
atom hashcat 1 2,502 12-07-2016, 07:27 PM
    Thread: AMD Radeon™ R7 M360 2GB DDR3 The-Distribution-Which-Does-Not-Handle-OpenCL-Well (Kali) 2.0 Error
Post: RE: AMD Radeon™ R7 M360 2GB DDR3 The-Distributio...

AMD users on Linux require "AMDGPU-Pro Driver" (16.40 or later)
atom Hardware 1 3,589 12-18-2016, 11:29 PM
    Thread: hashcat creates empty output file at start
Post: RE: hashcat creates empty output file at start

That's wanted. It makes sure it has write-permission to the outfile. Imagine you're cracking a hash and hashcat can't write to outfile and errors out.
atom hashcat 1 2,674 12-22-2016, 02:58 PM
    Thread: Performance related to password length
Post: RE: Performance related to password length

Hard to estimate. Best way to find out is to modify the kernels directly. But gutfeeling tells me it's not much because of some other optimizations that went into the code since then.
atom hashcat 1 2,719 12-22-2016, 03:02 PM
    Thread: How to Allocate More Memory?
Post: RE: How to Allocate More Memory?

The OpenCL runtime limits hashcat to use only 1/4 of the total memory, but for memory intense algorithms like scrypt it allocates four blocks to workaround that problem. For other algorithms it doesn'...
atom hashcat 1 4,401 12-25-2016, 02:15 PM
    Thread: The speed varies between 1300 KH / s and 608 KH / s
Post: RE: The speed varies between 1300 KH / s and 608 K...

Maybe the large keyspace. Try something more normal like ?l?l?l?l?l?l?l?l and report if it still occurs
atom hashcat 1 2,921 12-30-2016, 11:35 AM
    Thread: Custom Ruleset assistance
Post: RE: Custom Ruleset assistance

That's simple. Use hashcat in combinator mode (or combinator.bin) and pipe it to a second hashcat in stdin mode and add the rules on there.
atom hashcat 1 2,718 01-19-2017, 04:02 PM