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: amd-gpu-pro update
Post: amd-gpu-pro update

Just updated amd-gpu-pro from amdgpu-pro_16.30.3-306809 to amdgpu-pro_16.30.3-315407 and it still sucks. Still required i386 architecture to be enabled Still fails to compile -m 1800
atom General Talk 35 48,976 10-15-2016, 09:07 PM
    Thread: String generation, how did you avoid previous outputs?
Post: RE: String generation, how did you avoid previous ...

You're lucky, there's a standalone implementation of it. It should answer all your questions. You can find it here: https://github.com/hashcat/statsprocessor
atom hashcat 3 4,820 10-15-2016, 06:21 PM
    Thread: Problem with skip and limit
Post: RE: Problem with skip and limit

For example, read about it here: https://hashcat.net/wiki/doku.php?id=frequently_asked_questions#what_is_a_keyspace
atom hashcat 4 6,576 10-15-2016, 10:30 AM
    Thread: String generation, how did you avoid previous outputs?
Post: RE: String generation, how did you avoid previous ...

With hashcat it's solved like this: https://github.com/hashcat/hashcat/blob/master/OpenCL/markov_le.cl If you want to verify, use --stdout and sort -u the output. The number of passwords in your ou...
atom hashcat 3 4,820 10-15-2016, 10:27 AM
    Thread: Initializing device kernels and memory
Post: RE: Initializing device kernels and memory

The GUI is an overlay.
atom hashcat 10 14,880 10-15-2016, 10:23 AM
    Thread: troubles upgrading to v3.1
Post: RE: troubles upgrading to v3.1

I've tried on a XEON box, just to be sure, here's a log: Quote: -- [atom@super hashcat]$ ./hashcat -b -m 1000 -d 5 -D 1 hashcat (v3.10-141-gfd70fde) starting in benchmark-mode... OpenCL Plat...
atom hashcat 7 8,637 10-15-2016, 10:21 AM
    Thread: How to optimize speed or setup
Post: RE: How to optimize speed or setup

Two notes here: Approaches that use Markov Models need to be split into two groups. The ones that can work with slow hashes and the ones that can work with both slow and fast hashes. There's only o...
atom General Talk 7 16,993 10-15-2016, 10:12 AM
    Thread: ERROR: Failed acquiring write lock: No locks available
Post: RE: ERROR: Failed acquiring write lock: No locks a...

Please upgrade to latest beta and retry
atom hashcat 2 3,428 10-14-2016, 10:46 AM
    Thread: new hashcat 3 does not work anymore on my nvidia
Post: RE: new hashcat 3 does not work anymore on my nvid...

The 5xx series is too old and too slow. Best way to solve this is to upgrade to 1. new driver 2. new hardware with at least maxwell chipset
atom hashcat 3 4,666 10-13-2016, 04:19 PM
    Thread: Truecrypt / Veracrypt Container
Post: RE: Truecrypt / Veracrypt Container

Vercrypt is like Truecrypt: https://hashcat.net/wiki/doku.php?id=frequently_asked_questions#how_do_i_extract_the_hashes_from_truecrypt_volumes
atom hashcat 2 5,757 10-13-2016, 04:16 PM
    Thread: Hashcat v3.10 cannot use --show option
Post: RE: Hashcat v3.10 cannot use --show option

https://hashcat.net/wiki/doku.php?id=frequently_asked_questions#how_can_i_show_previously_cracked_passwords_and_output_them_in_a_specific_format_eg_emailpassword
atom hashcat 3 4,254 10-13-2016, 04:14 PM
    Thread: Hashcat v3.10 cannot use --show option
Post: RE: Hashcat v3.10 cannot use --show option

This looks like a GUI problem (invalid command), but GUI is not supported here. Please ask on GUI forum.
atom hashcat 3 4,254 10-11-2016, 03:09 PM
    Thread: Space character with custom charset
Post: RE: Space character with custom charset

With \
atom hashcat 7 8,726 10-11-2016, 01:43 PM
    Thread: macOS - mask attack doesn't work
Post: RE: macOS - mask attack doesn't work

It's an opencl runtime problem. If possible try to update the driver. Anyway, not hashcats fault here.
atom hashcat 6 7,495 10-10-2016, 05:14 PM
    Thread: need help with cracking sha1 hash
Post: RE: need help with cracking sha1 hash

The hash sha1($salt.sha1($salt.sha1($pass))) is not supported.
atom General Talk 1 2,923 10-10-2016, 05:08 PM
    Thread: troubles upgrading to v3.1
Post: RE: troubles upgrading to v3.1

Looks like your opencl runtime is broken. The OpenCL™ Runtime 16.1.1 for Intel® Core™ and Intel® Xeon® Processors installed is the correct one, but if you had a different opencl runtime install...
atom hashcat 7 8,637 10-10-2016, 05:06 PM
    Thread: Kernel problem with hashcat gui
Post: RE: Kernel problem with hashcat gui

Quote: -- Error: internal error. -- That's some error from your opencl runtime library. You need to reinstall it
atom hashcat 4 7,212 10-10-2016, 05:03 PM
    Thread: Space character with custom charset
Post: RE: Space character with custom charset

You just need to quote correctly then it will use space, too
atom hashcat 7 8,726 10-10-2016, 05:00 PM
    Thread: Hashcat - Can't find OpenCL ICD loader library
Post: RE: Hashcat - Can't find OpenCL ICD loader library

Interessting, maybe we should add that path to the search. If you symlink libOpenCL.so on /usr/lib hashcat should find it.
atom hashcat 9 39,012 10-10-2016, 04:59 PM
    Thread: DES/NetNTLMv1 Cracking Issue
Post: RE: DES/NetNTLMv1 Cracking Issue

I think you just forgot to mix in the SSP. You can do that like this: 1. Generate SSP by appending the ESS e81d062fe3f8fb9f to the challenge 7ab2b26a22061831 and calculate the md5 of it Code: -...
atom hashcat 2 4,799 10-10-2016, 04:54 PM