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 [desc]
    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
    Thread: batch command for cracking zip or rar
Post: RE: batch command for cracking zip or rar

not supported
atom hashcat 2 3,937 10-19-2016, 04:17 PM
    Thread: MTC3 The World Record Challenge
Post: RE: MTC3 The World Record Challenge

I don't think the key is a password, otherwise it would be cracked in no time.
atom Organisation and Events 2 5,168 10-21-2016, 06:57 PM
    Thread: confusion in example list
Post: RE: confusion in example list

No?
atom hashcat 1 2,661 10-21-2016, 06:59 PM
    Thread: WPA 10 digit phone number using area code dictionary and 7 digit mask? HOW?
Post: RE: WPA 10 digit phone number using area code dict...

If you want to verify the password candidates match your expectations you can use latest beta version, it will show them to you in the status view or use --stdout
atom hashcat 12 16,742 10-21-2016, 07:01 PM
    Thread: Iterated hash
Post: RE: Iterated hash

You can't, because iteration (as well as salted) are somehow too unprecise to map it to code. Therefore, there can't be any generic hash-mode for this. This is the way to go for you: https://hashca...
atom General Talk 1 2,939 10-25-2016, 10:57 AM