Search Results
|
Post |
Author
[desc]
|
Forum |
Replies |
Views |
Posted |
|
|
Thread: Rule Question
Post: RE: Rule Question
hashcat will not run the unmodified word unless a rule in the rules file returns the unmodified word again. |
|
undeath |
hashcat
|
3 |
1,245 |
08-26-2019, 04:05 PM |
|
|
Thread: LM Hashes
Post: RE: LM Hashes
each NTLM hash should have two corresponding LM hashes, so you do not need to BF the second part of the password. |
|
undeath |
General Talk
|
11 |
5,710 |
08-27-2019, 10:14 AM |
|
|
Thread: Multiple hash type mode
Post: RE: Multiple hash type mode
sergio Wrote: (08-27-2019, 09:31 AM)
--
So its slightly different and since hashcat accept both variants and even something knowingly wrong like "--truecrypt-key" is accepted, its hard to understand ... |
|
undeath |
hashcat
|
8 |
3,443 |
08-27-2019, 10:16 AM |
|
|
Thread: LM Hashes
Post: RE: LM Hashes
exactly
It might be useful to convert the LM results to lower-case for that attack. You are likely to get hits a litte bit faster because passwords tend to mainly consist of lower case characters. |
|
undeath |
General Talk
|
11 |
5,710 |
08-27-2019, 04:23 PM |
|
|
Thread: Custom wordlist
Post: RE: Custom wordlist
this doesn't seem to be about hashcat at all, but a simple coding/scripting problem. GNU join should be able to handle that. |
|
undeath |
hashcat
|
1 |
978 |
10-07-2019, 12:57 PM |
|
|
Thread: Discrepancy between Benchmark numbers and actual numbers
Post: RE: Discrepancy between Benchmark numbers and actu...
|
undeath |
hashcat
|
43 |
12,656 |
08-27-2019, 11:47 PM |
|
|
Thread: Discrepancy between Benchmark numbers and actual numbers
Post: RE: Discrepancy between Benchmark numbers and actu...
can you try with -w3?
Weirdly the loops are much lower for your actual run compared to the benchmark. |
|
undeath |
hashcat
|
43 |
12,656 |
08-28-2019, 10:12 AM |
|
|
Thread: ATTENTION! OpenCL kernel self-test failed.
Post: RE: ATTENTION! OpenCL kernel self-test failed.
There's a problem with the 5.1.0 version and AMD cards. This problem is fixed in the beta version. |
|
undeath |
hashcat
|
31 |
12,819 |
08-28-2019, 10:14 AM |
|
|
Thread: Hashcat not working on q8200
Post: RE: Hashcat not working on q8200
as long as you have a single device that supports opencl you can use hashcat. |
|
undeath |
hashcat
|
10 |
3,054 |
08-28-2019, 02:41 PM |
|
|
Thread: 5.1.0+1394 not processing LM hashes
Post: RE: 5.1.0+1394 not processing LM hashes
cannot reproduce
Code:
--
./hashcat -m 3000 299bd128c1101fd6 -a3 hashca?l
hashcat (v5.1.0-1397-g7f4df9eb) starting...
* Device #2: CUDA SDK Toolkit installation NOT detected.
CUDA SDK ... |
|
undeath |
Beta Tester
|
1 |
2,219 |
08-28-2019, 06:18 PM |
|
|
Thread: Discrepancy between Benchmark numbers and actual numbers
Post: RE: Discrepancy between Benchmark numbers and actu...
try hashcat64.exe -m1000 -a3 d:\hashlists\Random\test.txt ?a?a?a?a?a?a?a?a -w3 -O |
|
undeath |
hashcat
|
43 |
12,656 |
08-28-2019, 09:01 PM |
|
|
Thread: Best way to crack emails?
Post: RE: Best way to crack emails?
convert your email appendixes to a rules file and do a straight wordlist + rules attack. |
|
undeath |
General Talk
|
3 |
1,906 |
10-06-2019, 11:31 AM |
|
|
Thread: Discrepancy between Benchmark numbers and actual numbers
Post: RE: Discrepancy between Benchmark numbers and actu...
Piping in words means every single word needs to be copied from your CPU to the GPU. That's slow! You can get away without speed penalties when using slow hash modes, but for fast hash modes that's ba... |
|
undeath |
hashcat
|
43 |
12,656 |
08-30-2019, 11:05 AM |
|
|
Thread: Some way to 'increment from a wordlist'
Post: RE: Some way to 'increment from a wordlist'
You can use princeprocessor for this. It can handle everything but the space between the words. Toggling the case of the first character can be done with a hashcat rule. |
|
undeath |
hashcat
|
6 |
2,052 |
08-30-2019, 09:36 PM |
|
|
Thread: Discrepancy between Benchmark numbers and actual numbers
Post: RE: Discrepancy between Benchmark numbers and actu...
I'd guess the mask is still too short and doesn't provide enough work. Numbers are pretty close to the benchmark on all cards but the fastest, the 2080. |
|
undeath |
hashcat
|
43 |
12,656 |
08-30-2019, 09:41 PM |
|
|
Thread: Some way to 'increment from a wordlist'
Post: RE: Some way to 'increment from a wordlist'
Yes, you could simply append a space to every word in your wordlist for that case. Just remember to add a rule in hashcat that deletes the trailing space of the last word. |
|
undeath |
hashcat
|
6 |
2,052 |
08-30-2019, 09:43 PM |
|
|
Thread: Discrepancy between Benchmark numbers and actual numbers
Post: RE: Discrepancy between Benchmark numbers and actu...
Quote:
--
It's acting like a basic dictionary lookup and ignores the rules parameter completely.
--
You're specifying the rules file for the first instance, rules are applied before they hit the seco... |
|
undeath |
hashcat
|
43 |
12,656 |
08-31-2019, 08:32 PM |
|
|
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: Building password list
Post: RE: Building password list
you can use a simple hashcat mask attack for that |
|
undeath |
hashcat
|
21 |
7,827 |
09-02-2019, 12:22 PM |
|
|
Thread: some info about rules
Post: RE: some info about rules
https://hashcat.net/wiki/doku.php?id=rule_based_attack |
|
undeath |
hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip
|
1 |
1,274 |
09-07-2019, 12:07 PM |