Search Results
|
Post |
Author |
Forum |
Replies |
Views
[desc]
|
Posted |
|
|
Thread: Bruteforce + rules
Post: RE: Bruteforce + rules
Man, I thought I tried that and it didn't work. But I checked and it was failing for other syntax reasons.
So:
Code:
--
$ cat double.rule
d
$ mp64 '$?a$?a' >append-aa.rule
$ head appen... |
|
royce |
hashcat
|
14 |
14,530 |
11-22-2017, 08:33 PM |
|
|
Thread: Output all hashes: cracked and non-cracked
Post: RE: Output all hashes: cracked and non-cracked
Out of curiosity - why is the order important? |
|
royce |
Old oclHashcat Support
|
3 |
14,872 |
06-18-2016, 06:02 PM |
|
|
Thread: Initializing device kernels and memory
Post: RE: Initializing device kernels and memory
Could you post your full command line (with any hashes redacted)? One possibility is that one of your command line options isn't in the proper order, such that hashcat is trying to load one of your l... |
|
royce |
hashcat
|
10 |
14,879 |
08-21-2016, 09:12 PM |
|
|
Thread: Initializing device kernels and memory
Post: RE: Initializing device kernels and memory
I'm not an expert in all of the options you're using, but it looks sane overall to me. Is there any CPU or GPU load during that period? And can you confirm that running this commandline directly, rath... |
|
royce |
hashcat
|
10 |
14,879 |
08-22-2016, 12:20 AM |
|
|
Thread: 10 years to crack a 13 character password?
Post: RE: 10 years to crack a 13 character password?
That's not quite how specifying a mask works. IF you don't know which characters are in which positions, you want something more like this -- first definiting a custom character set, and then using it... |
|
royce |
hashcat
|
7 |
14,883 |
11-15-2016, 09:07 PM |
|
|
Thread: Password list
Post: RE: Password list
logistix111 Wrote: (12-06-2017, 05:19 PM)
--
Thanks! One of the things I didn't like about other lists is they contained the hash too which is a PITA to remove and clean up.
--
Find a way to do this ... |
|
royce |
hashcat
|
6 |
15,311 |
12-06-2017, 08:52 PM |
|
|
Thread: Veracrypt question
Post: RE: Veracrypt question
Follow-up - there are at least now non-boot VeraCrypt examples on the example hashes wiki page.
https://hashcat.net/wiki/doku.php?id=example_hashes |
|
royce |
General Talk
|
6 |
16,081 |
05-15-2017, 03:33 AM |
|
|
Thread: Ubuntu 14.04 Hashcat command?
Post: RE: Ubuntu 14.04 Hashcat command?
Prepend "./" (because the current directory isn't in your path by default in Linux) and use the executable for your platform (cudaHashcat64.bin or the 32-bit equivalent). |
|
royce |
Old hashcat Support
|
11 |
16,491 |
11-16-2015, 02:40 AM |
|
|
Thread: how to extract hash from veracrypt container
Post: RE: how to extract hash from veracrypt container
Same procedure as for TrueCrypt:
https://hashcat.net/wiki/frequently_asked_questions#how_do_i_extract_the_hashes_from_truecrypt_volumes |
|
royce |
hashcat
|
6 |
16,511 |
01-16-2017, 09:18 PM |
|
|
Thread: WPA 10 digit phone number using area code dictionary and 7 digit mask? HOW?
Post: RE: WPA 10 digit phone number using area code dict...
Hybrid (-a 6 - word list on left-hand side, mask on right) should work for your use case. Please try again, and post your command line for a cross-check. |
|
royce |
hashcat
|
12 |
16,742 |
10-20-2016, 09:15 PM |
|
|
Thread: 1080ti slow speed performance WPA/WPA2
Post: RE: 1080ti slow speed performance WPA/WPA2
atom also came up with a pretty clever way to push more data across the PCI-e!
https://hashcat.net/forum/thread-7267-post-39112.html |
|
royce |
hashcat
|
13 |
18,419 |
02-05-2018, 09:22 PM |
|
|
Thread: bitcoin mining vs password cracking?
Post: RE: bitcoin mining vs password cracking?
You're probably better off just running a benchmark for your specific setup, or using tools like https://whattomine.com/ |
|
royce |
General Talk
|
17 |
18,837 |
10-03-2017, 07:50 PM |
|
|
Thread: hashcat v3.5.0
Post: RE: hashcat v3.5.0
Thanks especially for sha1crypt!
My 3x 1080 FE + 3x EVGA 970 SC benchmarks are here:
Raw: https://gist.github.com/roycewilliams/0d6a837a5c47de36f9aa9c7953384017
Table: (one line per total speed): ht... |
|
royce |
hashcat
|
9 |
18,853 |
04-05-2017, 06:22 PM |
|
|
Thread: AWS EC2 p2 x16 instance (full benchmark)
Post: RE: AWS EC2 p2 x16 instance (full benchmark)
|
royce |
Hardware
|
10 |
19,506 |
10-05-2016, 05:36 PM |
|
|
Thread: Do not try to write --keyspace yourself
Post: RE: Do not try to write --keyspace yourself
For more on the scope and impact of keyspace, see
https://hashcat.net/wiki/doku.php?id=frequently_asked_questions#what_is_a_keyspace
Also, atom: can you speak to what keyspace is actually intend... |
|
royce |
hashcat
|
15 |
20,288 |
11-24-2017, 02:55 AM |
|
|
Thread: Do not try to write --keyspace yourself
Post: RE: Do not try to write --keyspace yourself
*lightbulb*
Ahhhh ... so they only need to be "proportional" within specific attack type/combos, and that's why they can't be compared across them! Because it's *called* a keyspace ... but it isn't... |
|
royce |
hashcat
|
15 |
20,288 |
11-24-2017, 11:00 AM |
|
|
Thread: Do not try to write --keyspace yourself
Post: RE: Do not try to write --keyspace yourself
Yeah, the naming cat is probably already out of the bag.
I've clarified the FAQ section to make it very clear that hashcat --keyspace is specifically for distributing work, and does not directly co... |
|
royce |
hashcat
|
15 |
20,288 |
11-25-2017, 10:38 PM |
|
|
Thread: Do not try to write --keyspace yourself
Post: RE: Do not try to write --keyspace yourself
epixoip Wrote: (11-28-2017, 05:02 AM)
--
I can't really explain it any better than I already did in the thread you linked to. I guess I can try to expand upon it.
--
Great writeup. Totally stealing... |
|
royce |
hashcat
|
15 |
20,288 |
11-30-2017, 05:26 PM |
|
|
Thread: PrinceProcessor now open source
Post: RE: PrinceProcessor now open source
I have changed ELEM_CNT_MAX, but have not tried changing OUT_LEN_MAX. |
|
royce |
hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip
|
12 |
20,294 |
11-19-2017, 01:39 AM |
|
|
Thread: Build advice
Post: RE: Build advice
Yep, that looks about right. |
|
royce |
Hardware
|
27 |
20,575 |
12-18-2017, 01:42 AM |