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 [asc] Views Posted
    Thread: Exhausted after skipping right password?
Post: RE: Exhausted after skipping right password?

Can not reproduce: Quote: -- atom@eye ~/hashcat $ ./hashcat -a 3 -m 1800 '$6$ztgjNeRR$ibhPsLvMsFwAORrH9rp8Kqoh9XBFm6CQJzO/olwixugkPXJv6fd4u7a5UxRTjUjQYwhPS5jGXPJ0mL/6SMGRI1' 1234?d?d hashcat (...
atom hashcat 1 2,352 10-22-2017, 12:03 PM
    Thread: Efficient way to crack 8 chars passwords
Post: RE: Efficient way to crack 8 chars passwords

- instead of using a fifo you can use a pipe - you dont save the grep, hashcat rejects > 8 by default for descrypt
atom hashcat 1 2,246 10-27-2017, 05:00 PM
    Thread: How do i use the benchmark
Post: RE: How do i use the benchmark

Just run hashcat -b -D1
atom hashcat 1 2,084 11-02-2017, 11:51 AM
    Thread: hashcat 2 bitcoin
Post: RE: hashcat 2 bitcoin

You mean you want to go back from the hash to the original wallet? That's not possible
atom hashcat 1 3,379 11-02-2017, 11:53 AM
    Thread: input format
Post: RE: input format

You can not, you need to preprocess your hashlist. Something like cut -d: -f2 < input.txt > input_chopped.txt
atom hashcat 1 2,326 11-06-2017, 02:35 PM
    Thread: pot, restore, log location
Post: RE: pot, restore, log location

If you use make install target, all this stuff is stored in $HOME/.hashcat/
atom hashcat 1 2,226 11-06-2017, 02:37 PM
    Thread: Memory usage hashcat v4
Post: RE: Memory usage hashcat v4

There's too man factors that can influence this, but the biggest problem is that the OpenCL runtime sometimes does not allow to allocate some memory even if there's some memory left and sometimes it d...
atom hashcat 1 2,803 11-12-2017, 09:32 PM
    Thread: Cracking TACACS+ with hashcat
Post: Cracking TACACS+ with hashcat

The TACACS+ hash-mode was kind of fun to implement, as it's almost as close as being completely broken. However, I wouldn't use it personally as we only need to crack a single raw MD5 to break it. ...
atom User Contributions 1 6,737 11-30-2017, 02:48 PM
    Thread: Encfs support
Post: RE: Encfs support

Depends on number of requests or who is requesting
atom hashcat 1 2,546 02-13-2018, 10:42 AM
    Thread: Custom installation path
Post: RE: Custom installation path

Sure, just set the PREFIX variable to your custom path in Makefile accordingly.
atom hashcat 1 1,902 06-16-2018, 10:25 AM
    Thread: Hashcat slows down after staring attack.
Post: RE: Hashcat slows down after staring attack.

This is totally not the same problem. As you have read from the original post the user was using 779 networks instead of 1. In your case it's probably heating. Keep a look at the temperature. If it go...
atom hashcat 1 1,629 06-28-2018, 04:21 PM
    Thread: How to obtain a list of emails?
Post: RE: How to obtain a list of emails?

You mean you have a list of hashes that are hashes of email addresses or entire emails? If it's email addresses I'd suggest combinator attack. If it's really emails you're lost.
atom hashcat 1 1,760 06-28-2018, 04:31 PM
    Thread: How is the prompt consistently at the bottom of the screen?
Post: RE: How is the prompt consistently at the bottom o...

Depends on your OS. The tty_* functions are important to make the console unbuffered.
atom General Talk 1 1,781 06-30-2018, 11:22 PM
    Thread: Default router keyspace for TelstraXXXX
Post: RE: Default router keyspace for TelstraXXXX

Thanks!
atom General Talk 1 1,959 08-03-2018, 02:35 PM
    Thread: Duplicates
Post: RE: Duplicates

That's not how it is supposed to work. If you have dupe hashes in your hashlist, hashcat will automatically remove the dupes on startup. It will then create a single entry for in the potfile if it cra...
atom hashcat 1 1,674 09-08-2018, 10:31 AM
    Thread: CL_OUT_OF_HOST_MEMORY
Post: RE: CL_OUT_OF_HOST_MEMORY

1. Since hashcat support passwords up to length 256, you now need four times the same amount of memory on host and on gpu as with older versions. 2. Since hashcat support utilizing all existing GPU t...
atom hashcat 1 2,222 09-24-2018, 03:27 AM
    Thread: kernel implementation quirks between a0, a1, a3
Post: RE: kernel implementation quirks between a0, a1, a...

It's all about optimizations. Whenever possible we try to avoid swaps in the kernel, especially in fast hash kernels. For pure kernels, we need to stick to the original idea of having an openssl-like ...
atom hashcat 1 2,140 09-24-2018, 03:30 AM
    Thread: How to write these rules?
Post: RE: How to write these rules?

That's not possible to do with rules, because rules have no influence on picking the right words in the wordlist. Rules are made however to add single characters. So what you have to do is to create t...
atom hashcat 1 1,634 01-10-2019, 05:12 PM
    Thread: Hashcat with AMD FX 8320 and AMD RX 480
Post: RE: Hashcat with AMD FX 8320 and AMD RX 480

Use the AMD driver from their site
atom General Talk 1 1,564 01-16-2019, 06:47 AM
    Thread: Help understanding NetNTLMv2
Post: RE: Help understanding NetNTLMv2

Best way to explain: https://github.com/hashcat/hashcat/blob/master/OpenCL/m05600_a0-pure.cl#L46-L107
atom hashcat 1 1,862 02-26-2019, 10:08 PM