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: Rules possible?
Post: RE: Rules possible?

ROTOR Wrote: (09-29-2017, 10:59 AM) -- now how avoid more that three different consonants go consecutive? -- Only maskprocessor can do that using -r and -q, you need to pipe it to hashcat
atom hashcat 1 2,415 10-01-2017, 11:49 AM
    Thread: HMAC-SHA1 with an MD5 key
Post: RE: HMAC-SHA1 with an MD5 key

Well I'd just create the 26^5 combinations using maskprocessor like mp64.bin -1 0123456789abcdef ?1?1?1?1?1 -o out.txt Then you can use hmac sha1 mode to crack it (mode 50) in -a 0 mode with out...
atom hashcat 4 4,259 10-01-2017, 11:55 AM
    Thread: HMAC-SHA1 with an MD5 key
Post: RE: HMAC-SHA1 with an MD5 key

Unfortunately there's no documentation about how to add new kernels, but it's all pretty straight forwarded C, so should be easy to find out. 150 is using the password as key and salt as message, 160 ...
atom hashcat 4 4,259 10-01-2017, 07:03 PM
    Thread: Hashcat on FPGA (old bitcoin miners)
Post: RE: Hashcat on FPGA (old bitcoin miners)

You need a FPGA that comes with an OpenCL runtime
atom hashcat 1 3,210 10-08-2017, 10:56 AM
    Thread: How to crack phpass(md5($pass))
Post: RE: How to crack phpass(md5($pass))

where is this used in?
atom hashcat 3 4,651 10-08-2017, 01:36 PM
    Thread: Non-ascii rule issue
Post: RE: Non-ascii rule issue

The wide characters are not supported. If you want to push in utf-8, split them into two rules.
atom hashcat 1 2,176 10-10-2017, 10:30 AM
    Thread: network cluster cracking
Post: RE: network cluster cracking

I don't know of any distributed overlay that supports stdin. You may need to rethink your strategy, for example generate the chunks yourself and write them into wordlists so you can distribute them
atom hashcat 7 8,328 10-10-2017, 10:32 AM
    Thread: PRINCE processor weights to wordlists
Post: RE: PRINCE processor weights to wordlists

Not supported but maybe interessting for princeprocessor 2
atom hashcat 1 2,319 10-11-2017, 03:55 PM
    Thread: hashcat v 4.0.0
Post: RE: hashcat v 4.0.0

Why would someone use -w in combination with -b unless he's somehow experienced. The option -b set automatically -w 3 by default.
atom hashcat 9 7,346 10-11-2017, 03:59 PM
    Thread: Hash Benchmark Much Slower Than Expected
Post: RE: Hash Benchmark Much Slower Than Expected

The -O option has an influence in -b but only if -w is used
atom hashcat 8 8,121 10-11-2017, 04:00 PM
    Thread: IOS 10 OpenCL kernel self-test failed
Post: RE: IOS 10 OpenCL kernel self-test failed

You need to update your OpenCL runtime
atom hashcat 4 6,030 10-20-2017, 11:17 AM
    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,354 10-22-2017, 12:03 PM
    Thread: MD5 hash seed? Find the hash that hashes to this
Post: RE: MD5 hash seed? Find the hash that hashes to th...

Use rules/togglesX.rule or if more than X needed you can use hashcat-legacy in -a 2 mode.
atom General Talk 2 3,846 10-22-2017, 11:55 AM
    Thread: Help with Win Zip / Zip2 Hash from zip2john
Post: RE: Help with Win Zip / Zip2 Hash from zip2john

If you have this: Quote: -- Hashfile on line 1 () Salt-value exception -- then you have either an empty first line or you are using a BOM (eventually added by a texteditor) that you need to ...
atom hashcat 2 5,707 10-22-2017, 11:58 AM
    Thread: Do not try to write --keyspace yourself
Post: Do not try to write --keyspace yourself

Keyspace is not the number of words in a wordlist: Quote: -- $ wc -l rockyou.txt  14344391 rockyou.txt $ ./hashcat --keyspace rockyou.txt  14344384 -- So 14344391 != 14344384. It's a...
atom hashcat 15 20,288 11-21-2017, 11:14 AM
    Thread: Do not try to write --keyspace yourself
Post: RE: Do not try to write --keyspace yourself

There's another nice example! The hash-mode has also influence: Quote: -- $ ./hashcat --keyspace -a 3 ?d?d?d?d?d?d?d?d -m 0 100000 $ ./hashcat --keyspace -a 3 ?d?d?d?d?d?d?d?d -m 400 10000000...
atom hashcat 15 20,288 11-21-2017, 11:20 AM
    Thread: kwprocessor on Windows - Unexpected results
Post: RE: kwprocessor on Windows - Unexpected results

please retry with latest beta on hashcat.net/beta and if the problem still occurs, create a github issue
atom hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip 2 4,029 10-25-2017, 12:45 PM
    Thread: No idea how to succeed cracking hashes
Post: RE: No idea how to succeed cracking hashes

Note that most default wpa passwords base on known key generations which make them perfectly brute-force able on a single GPU and 90% of the users don't change it.
atom hashcat 7 6,926 10-25-2017, 01:10 PM
    Thread: IOS 10 OpenCL kernel self-test failed
Post: RE: IOS 10 OpenCL kernel self-test failed

This was a bug, fixed in RC8, up in beta.
atom hashcat 4 6,030 10-25-2017, 01:45 PM
    Thread: Hashcat and itunes backup 10+ (-m 14800) vs itunes backup recover tools
Post: RE: Hashcat and itunes backup 10+ (-m 14800) vs ...

There's no software which can crack PBKDF2-HMAC-SHA256 faster than hashcat.
atom hashcat 2 2,604 10-25-2017, 01:45 PM