Search Results
|
Post |
Author |
Forum |
Replies
[asc]
|
Views |
Posted |
|
|
Thread: Combinator Attack and unique
Post: RE: Combinator Attack and unique
CPU, I would think.
Here's an alias that I stole from epixoip that works well on Linux:
Code:
--
bigsort() { LC_ALL=C sort --parallel=4 -S 4000M -T /path/to/fast/storage/ $*; }
--
A... |
|
royce |
hashcat
|
3 |
2,897 |
11-29-2017, 10:37 PM |
|
|
Thread: Minimun GPU mem requirements
Post: RE: Minimun GPU mem requirements
Hmm - not sure how this translates into total RAM, but the value checked by OpenCL in the code is here:
https://github.com/hashcat/hashcat/blob/master/src/opencl.c#L3076-L3085
Code:
--
... |
|
royce |
hashcat
|
3 |
3,643 |
12-08-2017, 05:00 PM |
|
|
Thread: Benchmarks for GTX 1070Ti FE (Founders Edition)
Post: RE: Benchmarks for GTX 1070Ti FE (Founders Edition...
|
royce |
Hardware
|
3 |
7,857 |
12-30-2017, 05:53 AM |
|
|
Thread: Assistance building mask
Post: RE: Assistance building mask
+1. Specifically:
Code:
--
$ cat words.list
red
blue
green
yellow
$ cat mask.list
?d?s
?d?d?s
?d?d?d?s
?d?d?d?d?s
$ hashcat --stdout -a 6 words.list mask.list | head
red1.
red0.... |
|
royce |
hashcat
|
3 |
2,722 |
01-07-2018, 07:25 PM |
|
|
Thread: Hashcat command
Post: RE: Hashcat command
To verify your approach, you can use the --stdout parameter to check to see what is being output. |
|
royce |
hashcat
|
3 |
3,909 |
01-12-2018, 06:38 AM |
|
|
Thread: How to select exact search space?
Post: RE: How to select exact search space?
Not knowing any better, what is the value in carving up the search space based on human-readable criteria? Why not just use -s/--skip and -l/--limit naturally, and the math like:
https://hashcat.n... |
|
royce |
hashcat
|
3 |
3,487 |
01-13-2018, 10:58 PM |
|
|
Thread: How to select exact search space?
Post: RE: How to select exact search space?
foxtrot Wrote: (01-13-2018, 11:03 PM)
--
Well, I thought that there is some special config - but that sounds like a perfect and simple solution. Thank you very much! (can I mark the thread as solved?... |
|
royce |
hashcat
|
3 |
3,487 |
01-14-2018, 01:01 AM |
|
|
Thread: hashing MS Office 2010 so slow
Post: RE: hashing MS Office 2010 so slow
Yes, newer Office hashes are pretty slow.
You can add -w 4 and -O; that might help. |
|
royce |
hashcat
|
3 |
2,894 |
02-12-2018, 10:01 AM |
|
|
Thread: Hybrid Attack
Post: RE: Hybrid Attack
Nevertheless, that's the answer. Because of how hashcat is optimized to run, undersized masks on the left-hand side have more of an impact on speed than undersized masks on the right-hand side. |
|
royce |
hashcat
|
3 |
3,010 |
02-17-2018, 07:22 PM |
|
|
Thread: solved -- invalid argument hashcat 4.1.0 --gpu-temp-retain=
Post: RE: invalid argument hashcat 4.1.0 --gpu-temp-reta...
Specifically:
Removed option --gpu-temp-retain that tried to retain GPU temperature at X degrees celsius - please use driver-specific tools
Removed option --powertune-enable to enable power tuning ... |
|
royce |
hashcat
|
3 |
5,849 |
02-24-2018, 08:58 PM |
|
|
Thread: is hashcat still support VCL?
Post: RE: is hashcat still support VCL?
VCL is no longer supported. Intel GPUs are supported via OpenCL, though there are some known problems with Intel's GPU OpenCL implementation, so YMMV. |
|
royce |
hashcat
|
3 |
2,728 |
02-27-2018, 08:06 AM |
|
|
Thread: is hashcat still support VCL?
Post: RE: is hashcat still support VCL?
What's out there today divides the work up, using one of a few options:
* Natively, using hashcat's --keyspace, --skip, --limit commands, calculated by custom scripts and work distribution
* Fre... |
|
royce |
hashcat
|
3 |
2,728 |
02-27-2018, 09:39 AM |
|
|
Thread: Problem with Device #1? shuts down process
Post: RE: Problem with Device #1? shuts down process
https://hashcat.net/wiki/doku.php?id=frequently_asked_questions#why_does_hashcat_not_work_with_my_kali_operating_system |
|
royce |
hashcat
|
3 |
2,932 |
02-27-2018, 05:17 PM |
|
|
Thread: Separator Unmatched! Please help!
Post: RE: Separator Unmatched! Please help!
That format has more fields, separated by asterisks, than your hash.
If you try your attack against this example hash from hashcat wiki has more fields:
$itunes_backup$*10*8b715f516ff8e64442c478... |
|
royce |
hashcat
|
3 |
11,612 |
04-13-2018, 04:48 PM |
|
|
Thread: Separator Unmatched! Please help!
Post: RE: Separator Unmatched! Please help!
Does your attack work against the example hash? If so, the problem is probably your hash. Double-check to ensure that the field count is identical. |
|
royce |
hashcat
|
3 |
11,612 |
04-14-2018, 05:13 AM |
|
|
Thread: please add PuTTY private key cracker ! thx
Post: RE: please add PuTTY private key cracker ! thx
Have you considered atom's suggestion above? |
|
royce |
hashcat
|
3 |
6,345 |
04-26-2018, 07:01 AM |
|
|
Thread: Can anyone help me
Post: RE: Can anyone help me
Usually, the only reason people try alternate OpenCL is because drivers from AMD/NVIDIA are not available.
If so, there's not a lot that hashcat can do for you - you should heed the disclaimers at ... |
|
royce |
hashcat
|
3 |
3,116 |
04-27-2018, 06:16 PM |
|
|
Thread: Need Help On Weird Problem
Post: RE: Need Help On Weird Problem
Yeah, it's a normal and understandable intuition. But by design, only trying to hash the entire string will generate a hash that is then compared to the target hash. Once you understand how hashing wo... |
|
royce |
hashcat
|
3 |
2,660 |
05-06-2018, 09:55 PM |
|
|
Thread: 500M hashes
Post: RE: 500M hashes
Yes. If your current platform isn't big enough to hold them all, there's no choice other than to chunk them. Just splitting it in half or thirds might be enough. When splitting it, be sure to use spli... |
|
royce |
General Talk
|
3 |
4,305 |
05-28-2018, 09:34 PM |
|
|
Thread: A few errors
Post: RE: A few errors
Hmm ... yeah, if it's only happening under higher load, it could be hardware-related or thermal-related. The tell is that it's intermittent. |
|
royce |
hashcat
|
3 |
2,627 |
06-02-2018, 08:13 AM |