Search Results
|
Post |
Author |
Forum |
Replies |
Views |
Posted
[desc]
|
|
|
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))
|
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: 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: 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: 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 |
|
|
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 |