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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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 ...

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: 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: How to optimize speed or setup
Post: RE: How to optimize speed or setup

Yes, I meant usenix, not BH and it's mostly academic. Makes even more sense now that one won the best paper :)
atom General Talk 7 16,993 10-16-2016, 08:09 PM
    Thread: hashcat64 stopped working
Post: RE: hashcat64 stopped working

Good to know, thanks
atom hashcat 2 4,902 10-17-2016, 09:37 AM
    Thread: Overwrite Rule using Lowercase Letters?
Post: RE: Overwrite Rule using Lowercase Letters?

I'd suggest using PACK and set min digits to 10 or whatever count of numbers are known
atom General Talk 2 5,080 10-17-2016, 09:39 AM
    Thread: Issues running hashcat
Post: RE: Issues running hashcat

No clue about OSX. Since I do not have access to an apple computer I can't test the refactoring done with the last 400+ commits :) You may want to stick to the 3.10 stable version? https://github.c...
atom hashcat 7 8,005 10-19-2016, 10:19 AM
    Thread: Combinator attack witj -k rule
Post: RE: Combinator attack witj -k rule

See : Quote: -- root@ht:~/hashcat# cat w1 hello test -- Quote: -- root@ht:~/hashcat# cat w2 apple earth -- Quote: -- root@ht:~/hashcat# ./hashcat w1 w2 -a 1 --stdout helloappl...
atom hashcat 2 3,520 10-19-2016, 04:16 PM