Search Results
|
Post
[desc]
|
Author |
Forum |
Replies |
Views |
Posted |
|
|
Thread: usage of --show option
Post: RE: usage of --show option
You are checking unsalted hashes against your pot file and have salted hashes with improper salt in your output file? Just to make sure I got this correctly. |
|
undeath |
Old oclHashcat Support
|
3 |
5,910 |
01-26-2015, 02:38 AM |
|
|
Thread: USB Drive
Post: RE: USB Drive
20 random digits on a veracrypt volume? That's too many. |
|
undeath |
hashcat
|
6 |
3,334 |
01-13-2019, 01:49 PM |
|
|
Thread: USB Drive
Post: RE: USB Drive
carmitchel Wrote: (01-14-2019, 02:26 PM)
--
Just remembering where a few characters were would reduce the keyspace drastically. Or maybe you remember that the first 3 characters were capitals and the... |
|
undeath |
hashcat
|
6 |
3,334 |
01-14-2019, 03:02 PM |
|
|
Thread: Use CPU and GPU
Post: RE: Use CPU and GPU
i guess it's more about keeping cpu and gpu threads synced. Syncing both produces an overhead, thus slowing down the overall process. |
|
undeath |
Feature Requests
|
6 |
25,881 |
03-23-2012, 03:16 AM |
|
|
Thread: Use dictionary word anywhere in the mask
Post: RE: Use dictionary word anywhere in the mask
There is no such attack mode. You need to emulate it using masks or generated rules. The hybrid attack modes would work, but only for mask + word or word + mask but not mask + word + mask. |
|
undeath |
hashcat
|
10 |
8,457 |
11-22-2017, 05:39 PM |
|
|
Thread: Use dictionary word anywhere in the mask
Post: RE: Use dictionary word anywhere in the mask
|
undeath |
hashcat
|
10 |
8,457 |
11-22-2017, 08:05 PM |
|
|
Thread: Use dictionary word anywhere in the mask
Post: RE: Use dictionary word anywhere in the mask
you could just generate a file for ^?a and $?a and use rule file chaining in hashcat by using multiple -r switches |
|
undeath |
hashcat
|
10 |
8,457 |
11-23-2017, 12:28 AM |
|
|
Thread: Use dictionary word anywhere in the mask
Post: RE: Use dictionary word anywhere in the mask
note about your python script: specify the command as list of strings and you don't have to worry about any kind of escaping.
but anyway, just generate a rule file with pattern ^?a and one with $?a... |
|
undeath |
hashcat
|
10 |
8,457 |
11-23-2017, 01:42 PM |
|
|
Thread: Use dictionary word anywhere in the mask
Post: RE: Use dictionary word anywhere in the mask
undeath Wrote: (11-23-2017, 01:42 PM)
--
generate a rule file
--
|
|
undeath |
hashcat
|
10 |
8,457 |
11-23-2017, 07:46 PM |
|
|
Thread: Use of "/" slash in mask
Post: RE: Use of "/" slash in mask
If the mask is a valid path hashcat will try to load it as a hcmask file. Workaround is to create a hcmask file that has the / inside. |
|
undeath |
hashcat
|
3 |
2,804 |
08-13-2018, 05:57 PM |
|
|
Thread: Use rules on dicrionary
Post: RE: Use rules on dicrionary
|
undeath |
General Talk
|
10 |
8,016 |
06-15-2017, 04:54 PM |
|
|
Thread: Use rules on dicrionary
Post: RE: Use rules on dicrionary
|
undeath |
General Talk
|
10 |
8,016 |
06-15-2017, 05:26 PM |
|
|
Thread: Use rules on dicrionary
Post: RE: Use rules on dicrionary
cannot reproduce your problem with 3.5.0. hashcat terminates after printing for me. |
|
undeath |
General Talk
|
10 |
8,016 |
06-16-2017, 08:18 PM |
|
|
Thread: USER:HASH
Post: RE: USER:HASH
|
undeath |
hashcat
|
8 |
6,548 |
02-04-2018, 10:34 PM |
|
|
Thread: Using a combo of masks and rules
Post: RE: Using a combo of masks and rules
That's pretty much how you have to do things with masks. Note that custom charsets support all the included charsets as well.
Instead of
abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789... |
|
undeath |
hashcat
|
3 |
892 |
05-11-2020, 01:06 AM |
|
|
Thread: Using Cuda 10.2 after OpenCL installed
Post: RE: Using Cuda 10.2 after OpenCL installed
you can select individual devices using -d
but as can be seen hashcat will use device #1 by default, which is the CUDA interface of your GPU, which is optimal. |
|
undeath |
hashcat
|
2 |
1,112 |
09-02-2019, 12:37 AM |
|
|
Thread: Using DD to get the hash of a non-system partition encrypted by VeraCrypt
Post: RE: Using DD to get the hash of a non-system parti...
if your dd in fact spits out ascii-hex it's probably broken |
|
undeath |
hashcat
|
3 |
865 |
03-29-2020, 04:27 PM |
|
|
Thread: Using discrete GPU on macOS
Post: RE: Using discrete GPU on macOS
can you post a hashcat status output? |
|
undeath |
hashcat
|
4 |
2,030 |
10-18-2019, 12:45 PM |
|
|
Thread: Using discrete GPU on macOS
Post: RE: Using discrete GPU on macOS
Looks like a bug in the macOS dashboard then. Probably not accounting for OpenCL usage. Speed also seems ok. |
|
undeath |
hashcat
|
4 |
2,030 |
10-18-2019, 01:37 PM |
|
|
Thread: Using hashcat (GPU) with simple hash function
Post: RE: Using hashcat (GPU) with simple hash function
If you implement your own module you can use hashcat for this. btw, that's a bloody stupid hash function. |
|
undeath |
hashcat
|
4 |
1,953 |
07-09-2019, 04:54 PM |