Search Results
|
Post
[desc]
|
Author |
Forum |
Replies |
Views |
Posted |
|
|
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: hashcat development stalled?
Post: RE: hashcat development stalled?
|
royce |
hashcat
|
2 |
3,042 |
06-14-2018, 08:07 AM |
|
|
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 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 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 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 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 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 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 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 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: 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 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: 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 takes a very long time to report progress
Post: RE: HashCat takes a very long time to report progr...
Have you tried manually setting the status update frequency (with --status and --status-timer)?
[Edit: apparently this issue is regardless of that; could be a potential feature, likely a GitHub iss... |
|
royce |
hashcat
|
5 |
8,314 |
04-26-2018, 06:59 AM |
|
|
Thread: HashCat takes a very long time to report progress
Post: RE: HashCat takes a very long time to report progr...
I wouldn't say by design - but I have no idea if this longer delay is "fixable" or a natural consequence of the approach. My understanding is that there's some development discussion going on about it... |
|
royce |
hashcat
|
5 |
8,314 |
05-06-2018, 09:56 PM |
|
|
Thread: Hashcat two separators - Other Questions
Post: RE: Hashcat two separators - Other Questions
Looks like there's more than one question here.
A) You'll have to trim out the email, or replace the first colon with a different character (so that hashcat will treat the entire string as the "use... |
|
royce |
General Talk
|
3 |
4,704 |
11-19-2017, 03:02 AM |
|
|
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: hashcat v3.6.0
Post: RE: hashcat v3.6.0
Benchmarks for 1080:
Code:
--
$ nvidia-smi | grep Driver
| NVIDIA-SMI 375.66 Driver Version: 375.66 |
$ uname -sm
Linux x86_64
$ cat /etc/lsb-release | grep DE... |
|
royce |
hashcat
|
6 |
26,344 |
06-09-2017, 06:14 PM |
|
|
Thread: hashcat v3.6.0
Post: RE: hashcat v3.6.0
magimix Wrote: (06-12-2017, 10:42 AM)
--
hello royce
can you tell me, what is your OS and what is your version of nvidia drivers please.
Thanks you !
--
Good call. Will also update post.
... |
|
royce |
hashcat
|
6 |
26,344 |
06-12-2017, 03:04 PM |