Search Results
|
Post |
Author |
Forum
[asc]
|
Replies |
Views |
Posted |
|
|
Thread: CL_OUT_OF_HOST_MEMORY
Post: RE: CL_OUT_OF_HOST_MEMORY
Excellent!
(And just for the record, you can download hashcat 6.0.0 and run it on older versions of Ubuntu) |
|
royce |
hashcat
|
6 |
903 |
07-11-2020, 05:51 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: Custom mask
Post: RE: Custom mask
Can you provide an artificial example - one that illustrates your question, but isn't the one you're actually looking for? |
|
royce |
hashcat
|
3 |
636 |
07-22-2020, 05:48 AM |
|
|
Thread: Custom mask
Post: RE: Custom mask
If you're unsure what the leet options are, toggling them all can be quite keyspace-intensive. You can do it with custom masks, trivial example:
-1 a@ -2 3e F?1k?2
... but you can only use four ... |
|
royce |
hashcat
|
3 |
636 |
07-22-2020, 06:23 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: Need help with Intel CPU and NVIDIA GPU
Post: RE: What happened to haschat.exe or hashcat.bin?
6.1.1 appears to have both hashcat.exe and hashcat.bin at this writing? |
|
royce |
hashcat
|
43 |
4,390 |
07-29-2020, 11:50 PM |
|
|
Thread: Need help with Intel CPU and NVIDIA GPU
Post: RE: What happened to haschat.exe or hashcat.bin?
|
royce |
hashcat
|
43 |
4,390 |
07-30-2020, 06:37 AM |
|
|
Thread: Need help with Intel CPU and NVIDIA GPU
Post: RE: new problem
|
royce |
hashcat
|
43 |
4,390 |
07-30-2020, 06:38 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: Need help with Intel CPU and NVIDIA GPU
Post: RE: Got it running, kind of
- Your hash is not formatted as -m 1400
- Your mask can be better expressed as -1 ?d- -2 ?l?u?d- -3 ?l?u?d ?d?1?2??3?3?3?3?3?3?3?3?3?3?3?3?3?3?3?3?3?3?3?3
- But your mask is much too long, and your ... |
|
royce |
hashcat
|
43 |
4,390 |
07-30-2020, 04:28 PM |
|
|
Thread: Copy and reuse dictionary cache
Post: RE: Copy and reuse dictionary cache
rli2 is definitely faster - once you've paid the initial cost of the sorting of the input files first. but it only takes one file to be removed as input.
there's also a new project 'rling' in progre... |
|
royce |
hashcat
|
23 |
2,533 |
08-01-2020, 08:44 PM |
|
|
Thread: hashcat v6.1.0
Post: RE: hashcat v6.1.0
The new glibc requirement was affecting the following modes, making them unavailable in 6.1.0:
Code:
--
3910 | md5(md5($pass).md5($salt)) | Raw Hash, Salted and/or Iter... |
|
royce |
hashcat
|
10 |
4,018 |
07-29-2020, 04:47 PM |
|
|
Thread: Copy and reuse dictionary cache
Post: RE: Copy and reuse dictionary cache
The markov flag is unrealted to the dictionary.
I've used split -n l/3 in the past and it split properly. It's OK if the resulting files are not the same size, though they are usually close in my e... |
|
royce |
hashcat
|
23 |
2,533 |
08-01-2020, 09:53 PM |
|
|
Thread: DES weird result
Post: RE: DES weird result
Because of the way DES works, only some bits have to match to get a match.
https://hashcat.net/forum/thread-6285.html |
|
royce |
hashcat
|
1 |
329 |
08-03-2020, 10:20 PM |
|
|
Thread: Copy and reuse dictionary cache
Post: RE: Copy and reuse dictionary cache
I don't know what you mean by the first sentence. As for hashcat loading dictionary files one by one, what should it be doing instead? |
|
royce |
hashcat
|
23 |
2,533 |
08-06-2020, 05:49 AM |
|
|
Thread: Cracking SHA1(linkedin)
Post: RE: Cracking SHA1(linkedin)
There is nothing unusual about the 2012-era LinkedIn SHA1 hashes - they're generic raw SHA1.
There is only one version of hashcat now - does OpenCL or CUDA (but at least one is required, for either... |
|
royce |
hashcat
|
7 |
873 |
08-10-2020, 05:45 PM |
|
|
Thread: Cracking SHA1(linkedin)
Post: RE: Cracking SHA1(linkedin)
Lol -and apparently I used to know this (2017) ... and totally forgot! Thanks, philsmd! |
|
royce |
hashcat
|
7 |
873 |
08-10-2020, 08:45 PM |
|
|
Thread: Copy and reuse dictionary cache
Post: RE: Copy and reuse dictionary cache
Splitting the wordlist into smaller chunks doesn't change the *total* load or attack time. It just distributes the dictionary load time into smaller chunks as well.
If this isn't helpful, please re... |
|
royce |
hashcat
|
23 |
2,533 |
08-11-2020, 05:59 PM |
|
|
Thread: Copy and reuse dictionary cache
Post: RE: Copy and reuse dictionary cache
|
royce |
hashcat
|
23 |
2,533 |
08-16-2020, 01:26 AM |
|
|
Thread: costume charsets and hcmask file
Post: RE: costume charsets and hcmask file
When using a file, the custom character sets must also be in the file, something like (not tested):
okKAayYlLnNr,&/({[,8379,?1?1?1?1?1?1?2?3
okKAayYlLnNr,&/({[,8379,?1?1?1?1?1?1?2?3?3
okKAayYlLnN... |
|
royce |
hashcat
|
3 |
413 |
08-19-2020, 03:51 PM |