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 [asc] Replies Views Posted
    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,330 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,349 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,122 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: 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: 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: 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
    Thread: brute forcing sha256 - need help locating salt in open source code
Post: RE: brute forcing sha256 - need help locating salt...

Someone would need to read through the sources to find out how the hash is built. After that, one need to write a new hashcat kernel to do it. Nothing that can be done in a few hours.
atom hashcat 8 6,872 10-25-2017, 01:52 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,249 10-27-2017, 05:00 PM
    Thread: hashcat v4.0.0
Post: hashcat v4.0.0

[hr] Welcome to hashcat 4.0.0 release! [hr] This release deserved the 4.x.x major version increase because of a new major feature: Added support to crack passwords and salts up to length 256 Inte...
atom hashcat 11 86,633 10-27-2017, 05:17 PM
    Thread: A custom php algorithm in hashcat?
Post: RE: A custom php algorithm in hashcat?

There's no magic involved here. You can either create a new mode or hack an existing one. It's all OSS
atom hashcat 3 3,513 10-28-2017, 12:31 PM
    Thread: Benchmark selection
Post: Benchmark selection

According to this github issue: https://github.com/hashcat/hashcat/issues/1411 The plan is to split the benchmark into a shorter one, with selected modes and a complete one.  The question is, whic...
atom hashcat 8 9,943 10-28-2017, 01:03 PM