Search Results
|
Post
[asc]
|
Author |
Forum |
Replies |
Views |
Posted |
|
|
Thread: hashcat speed
Post: RE: hashcat speed
A number of changes and optimizations happened in the era of the hashcat versions that you're showing here.
How is performance for you using the latest (4.0.1 at this writing) and using -w 4 and -O... |
|
royce |
hashcat
|
1 |
4,364 |
11-19-2017, 02:46 AM |
|
|
Thread: Hashcat self-destructs (Windows)
Post: RE: Hashcat self-destructs (Windows)
Ah, so it was previously running, and then it got overwritten somehow?
My first instinct is to say that it's almost certainly due to either a non-hashcat-supplied script with a bug in it, or some o... |
|
royce |
hashcat
|
2 |
1,561 |
04-06-2019, 05:09 PM |
|
|
Thread: Need help with Intel CPU and NVIDIA GPU
Post: RE: hashcat sees 4 devices but only have 2 gpus
Could you be more specific - show us what you're seeing (2 devices vs 4)?
Is this the first time you've moved to a version of hashcat that supports both CUDA and OpenCL? |
|
royce |
hashcat
|
43 |
4,390 |
07-30-2020, 03:47 PM |
|
|
Thread: Hashcat says its starting and then nothing happens
Post: RE: Hashcat says its starting and then nothing hap...
By default, cracks will be written to hashcat.potfile - you don't need -o. If you use -o, hashcat assumes that you're semi-automating something and a lot of the output is suppressed. |
|
royce |
hashcat
|
9 |
3,824 |
02-10-2019, 08:33 AM |
|
|
Thread: Hashcat router admin
Post: RE: Hashcat router admin
You're describing an online attack. Hashcat only works for offline attacks (with the hash in hand). |
|
royce |
hashcat
|
4 |
3,096 |
05-20-2018, 11:59 PM |
|
|
Thread: Hashcat outputting blank result (pdf crack)?
Post: RE: Hashcat outputting blank result (pdf crack)?
Not dumb - just learning. ;) Glad you found an answer (from yourself, even!) :) |
|
royce |
hashcat
|
3 |
3,180 |
11-19-2017, 01:38 AM |
|
|
Thread: Hashcat not working
Post: RE: Hashcat not working
Are you still getting this error? It's very odd for "Device #1" to appear twice with the same number; could that be a typo? |
|
royce |
hashcat
|
1 |
3,242 |
11-19-2017, 02:42 AM |
|
|
Thread: hashcat mask
Post: RE: hashcat mask
Hint for calculating total keyspace:
https://www.wolframalpha.com/input/?i=%2826%2B10%29%5E11
Divide this by your actual attack speed in hashes per second. For example, if your speed is 200M H/s... |
|
royce |
hashcat
|
2 |
568 |
07-19-2020, 04:16 PM |
|
|
Thread: Hashcat exiting with no error message
Post: RE: Hashcat exiting with no error message
|
royce |
hashcat
|
3 |
3,323 |
11-29-2018, 05:08 PM |
|
|
Thread: Hashcat don't use my GPU or my GPU are bottleneck
Post: RE: Hashcat don't use my GPU or my GPU are bottlen...
Wordlist-only attacks (without additional work like rules or hybrid masks) cannot reach full benchmark speeds, because not enough work (candidate words) can be supplied to keep up with the speed of th... |
|
royce |
hashcat
|
2 |
735 |
06-05-2020, 03:56 AM |
|
|
Thread: hashcat do not work android linux ?
Post: RE: hashcat do not work android linux ?
There appears to be no OpenCL on this platform. OpenCL is required. |
|
royce |
hashcat
|
2 |
1,739 |
03-31-2019, 05:10 PM |
|
|
Thread: Hashcat Dictionairy Cache Hit
Post: RE: Hashcat Dictionairy Cache Hit
You're cracking "password\n", not "password":
Code:
--
$ echo -n 'password' | md5sum
5f4dcc3b5aa765d61d8327deb882cf99 -
$ echo 'password' | md5sum
286755fad04869ca523320acce0dc6a4 -
--
... |
|
royce |
hashcat
|
2 |
455 |
07-28-2020, 03:39 AM |
|
|
Thread: hashcat development stalled?
Post: RE: hashcat development stalled?
|
royce |
hashcat
|
2 |
3,042 |
06-14-2018, 08:07 AM |
|
|
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,910 |
01-12-2018, 06:38 AM |
|
|
Thread: Hashcat cloud help
Post: RE: Hashcat cloud help
Howtos and examples are plentiful with a simple Internet search.
https://medium.com/@iraklis/running-hashcat-v4-0-0-in-amazons-aws-new-p3-16xlarge-instance-e8fab4541e9b
Depending on your use cas... |
|
royce |
hashcat
|
1 |
2,311 |
11-19-2017, 02:11 AM |
|
|
Thread: Hashcat clCreateContext(): CL_INVALID_DEVICE error
Post: RE: Hashcat clCreateContext(): CL_INVALID_DEVICE e...
As you can see from the automatic string substitution that happens here in the forums, The-Distribution-Which-Does-Not-Handle-OpenCL-Well (Kali)'s OpenCL handling is problematic. This problem is almos... |
|
royce |
hashcat
|
3 |
6,971 |
04-16-2017, 04:45 PM |
|
|
Thread: Hashcat clCreateContext(): CL_INVALID_DEVICE error
Post: RE: Hashcat clCreateContext(): CL_INVALID_DEVICE e...
Understood. As far as use of hashcat itself is concerned, you're not doing anything wrong.
And your driver looks current. If you're working from a clean setup as described here (https://hashcat.n... |
|
royce |
hashcat
|
3 |
6,971 |
04-17-2017, 07:11 AM |
|
|
Thread: Hashcat brain "too many clients"
Post: RE: Hashcat brain "too many clients"
Interesting - haven't seen this myself yet. How fast is the hash? |
|
royce |
hashcat
|
4 |
574 |
08-20-2020, 12:53 AM |
|
|
Thread: hashcat 5.0.0 with Token length exception with sha1
Post: RE: hashcat 5.0.0 with Token length exception with...
By default, hashcat expects bare hashes (without username). To ignore username, use --username.
With -a 0, you also need to supply a wordlist. If you want to try the default mask attack set instea... |
|
royce |
hashcat
|
3 |
8,195 |
11-19-2018, 03:27 PM |
|
|
Thread: Hashcat 4.1.0 slow speed
Post: RE: Hashcat 4.1.0 slow speed
Ooh, that's good to know - thanks! |
|
royce |
hashcat
|
6 |
3,901 |
06-16-2018, 10:05 PM |