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: hashcat v3.20
Post: hashcat v3.20

[hr] The hashcat core was completely refactored to be a MT-safe library (libhashcat). The goal was to help developers include hashcat into distributed clients or GUI frontends. The CLI (hashcat.b...
atom hashcat 5 17,082 12-02-2016, 04:34 PM
    Thread: Building hashcat v3.20
Post: RE: Building hashcat v3.20

Just do: git reset --hard git clean -f git pull make clean make
atom hashcat 12 12,520 12-02-2016, 07:02 PM
    Thread: Reduced performance
Post: RE: Reduced performance

Yes, this GPU has very bad performance when it comes to crypto
atom hashcat 4 5,931 12-02-2016, 07:30 PM
    Thread: Reduced performance
Post: RE: Reduced performance

Nope, there's no good AWS GPU. AWS GPU's are good for floating point operations (flops), not raw integer power. In crypto, we need raw integer power.
atom hashcat 4 5,931 12-02-2016, 07:49 PM
    Thread: Hybrid attack using rules on a dictionary
Post: RE: Hybrid attack using rules on a dictionary

Yes, add --status --status-timer 1 to the 2nd
atom hashcat 10 14,669 12-02-2016, 07:50 PM
    Thread: Which version hashcat with OpenCL 13.9
Post: RE: Which version hashcat with OpenCL 13.9

Upgrade your GPU, the 4870 is slower than your CPU
atom hashcat 2 4,278 12-02-2016, 07:50 PM
    Thread: Building hashcat v3.20
Post: RE: Building hashcat v3.20

Hm, for some reason I think this is related to your opencl installation. Can you post the output of /opt/amdgpu-pro/bin/clinfo ?
atom hashcat 12 12,520 12-02-2016, 07:55 PM
    Thread: Hybrid attack using rules on a dictionary
Post: RE: Hybrid attack using rules on a dictionary

Not with stdin input, because hashcat can't know the number of candidates it will recieve via stdin.
atom hashcat 10 14,669 12-02-2016, 07:56 PM
    Thread: Building hashcat v3.20
Post: RE: Building hashcat v3.20

Try with --gpu-temp-disable
atom hashcat 12 12,520 12-02-2016, 08:14 PM
    Thread: Hybrid attack using rules on a dictionary
Post: RE: Hybrid attack using rules on a dictionary

Yes, that will work
atom hashcat 10 14,669 12-02-2016, 08:15 PM
    Thread: Building hashcat v3.20
Post: RE: Building hashcat v3.20

Can you compile hashcat with DEBUG=1 and send me a backtrace ?
atom hashcat 12 12,520 12-02-2016, 08:22 PM
    Thread: Hybrid attack using rules on a dictionary
Post: RE: Hybrid attack using rules on a dictionary

number-of-words-in-wordlist1 * number-of-words-in-wordlist2 * number-of-rules
atom hashcat 10 14,669 12-02-2016, 08:23 PM
    Thread: Hybrid attack using rules on a dictionary
Post: RE: Hybrid attack using rules on a dictionary

in hybrid mode with -a 6 the ?a?a gets expanded into number of words internally, so it 95*95
atom hashcat 10 14,669 12-02-2016, 08:24 PM
    Thread: Building hashcat v3.20
Post: RE: Building hashcat v3.20

make clean DEBUG=1 make ulimit -c 999999999999 ./hashcat -b (core dumped) gdb ./hashcat core Then in gdb prompt type "bt" Send me full output
atom hashcat 12 12,520 12-02-2016, 08:37 PM
    Thread: Building hashcat v3.20
Post: RE: Building hashcat v3.20

Can you please delete the line fclose (fd_drm); in src/opencl.cl in line 78 and retry?
atom hashcat 12 12,520 12-02-2016, 09:21 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 mix temperature readings
Post: RE: hashcat mix temperature readings

Can you please open an issue for this on Github. Thanks!
atom hashcat 3 4,057 12-03-2016, 02:18 PM
    Thread: am I doing something wrong?
Post: RE: am I doing something wrong?

* Does the mask match the password? * Did you set the correct offset for full drive encryption? Is this one really the same as with TrueCrypt? * Are you sure the cipher is not cascaded?
atom hashcat 5 5,675 12-03-2016, 02:47 PM
    Thread: hashcat mix temperature readings
Post: RE: hashcat mix temperature readings

I need some additional information, but let's continue to talk on github about this bug. Forum should be for usage problems not bugs, therefore closing here.
atom hashcat 3 4,057 12-03-2016, 04:09 PM
    Thread: Third-party utility: analyze_hc_restore
Post: RE: Third-party utility: analyze_hc_restore

That would be nice, isn't it working anymore?
atom User Contributions 3 7,404 12-03-2016, 04:10 PM