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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: UTF-8 dictionaries (hex format)
Post: RE: UTF-8 dictionaries (hex format)

Note when it comes to non latin wordlist, I'd recommend to use req-include from hashcat-utils to move them into a separate wordlist, convert it to utf-8 and then use this wordlist in combination with ...
atom General Talk 2 3,703 10-01-2017, 11:47 AM
    Thread: Hash-encoding exception problems with colon in username
Post: RE: Hash-encoding exception problems with colon in...

You can also try to change the separator itself in your hashlist and then use -p option in hashcat to inform hashcat about the new separator. Make sure it's a ASCII character.
atom hashcat 2 2,899 10-01-2017, 11:44 AM
    Thread: Hash I do not recognize
Post: RE: Hash I do not recognize

It's fine, he masked them
atom General Talk 4 3,789 10-01-2017, 11:42 AM
    Thread: Most Effective Time Clues?
Post: RE: Most Effective Time Clues?

IMO best public available wordlist is the one from hashes.org (FOUND LISTS on crackers tab)
atom General Talk 1 2,039 10-01-2017, 11:40 AM
    Thread: LINE/ENCODING ERROR
Post: RE: LINE/ENCODING ERROR

You also often see vbull salts somehow url encoded. Make sure to decode first.
atom hashcat 9 7,533 10-01-2017, 11:37 AM
    Thread: Experiences Using Prince Mode
Post: RE: Experiences Using Prince Mode

It's very strong on passphrases (see latest CMIYC challenge 11) It's strong if you just want to push in some target specifc wordlist and then let princeprocessor do all the combinations of it. But ...
atom General Talk 2 4,956 10-01-2017, 11:36 AM
    Thread: hash-password check order in straight attack
Post: RE: hash-password check order in straight attack

The ordering of a wordlist based attack is not changed, but the processes is a parallel one. That means hashcat creates a chunk based on the several factors and process them in parallel. When it's fin...
atom hashcat 2 3,305 10-01-2017, 11:32 AM
    Thread: Mask PWD
Post: RE: Mask PWD

You can use hashcat for your CPU as well, there's no need for hashcat-cli64
atom hashcat 2 2,679 10-01-2017, 11:30 AM
    Thread: Hybrid attack splitting
Post: RE: Hybrid attack splitting

hashcat64.exe -a 7 test.hash ?l?l?l?l?l smallDict.txt --stdout -o new.txt then use -a0 new.txt instead you will have a larger --keyspace range to operate and distribute
atom hashcat 4 4,186 10-01-2017, 11:29 AM
    Thread: hashcat - strange behavior
Post: RE: hashcat - strange behavior

Retry with latest version from github
atom hashcat 2 3,121 10-01-2017, 11:26 AM