Search Results
|
Post |
Author |
Forum
[asc]
|
Replies |
Views |
Posted |
|
|
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: Building password list
Post: RE: Building password list
policygen from PACK https://github.com/iphelix/PACK |
|
undeath |
hashcat
|
21 |
7,827 |
09-01-2019, 11:22 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: 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: Radeon HD 6990 GPU
Post: RE: Radeon HD 6990 GPU
6990 is way too old for rocm |
|
undeath |
hashcat
|
2 |
1,436 |
09-09-2019, 09:23 PM |
|
|
Thread: Problem with the github release
Post: RE: Problem with the github release
can you post hashcat -I (that's a capital i) results for the github version and the working version? |
|
undeath |
hashcat
|
7 |
2,759 |
09-11-2019, 01:11 PM |
|
|
Thread: Problem with the github release
Post: RE: Problem with the github release
I'm confused. The opening post says 5.1.0 is working!? |
|
undeath |
hashcat
|
7 |
2,759 |
09-11-2019, 10:19 PM |
|
|
Thread: Electrum-3.3.4
Post: RE: Electrum-3.3.4
hashcat is free open source software. You can program the module yourself or hire someone to do it for you. |
|
undeath |
hashcat
|
8 |
3,432 |
09-13-2019, 12:59 PM |
|
|
Thread: Hashcat won't start ''insufficient memory available''
Post: RE: Hashcat won't start ''insufficient memory avai...
There's a bug with the AMD drivers. Use the latest beta version at https://hashcat.net/beta/ |
|
undeath |
hashcat
|
13 |
4,419 |
09-15-2019, 06:50 PM |
|
|
Thread: Hashcat won't start ''insufficient memory available''
Post: RE: Hashcat won't start ''insufficient memory avai...
hashcat can use all available opencl devices at the same time |
|
undeath |
hashcat
|
13 |
4,419 |
09-18-2019, 12:26 PM |
|
|
Thread: Hashcat won't start ''insufficient memory available''
Post: RE: Hashcat won't start ''insufficient memory avai...
Of course you need to install drivers for all devices. I don't understand why you can't install both drivers. |
|
undeath |
hashcat
|
13 |
4,419 |
09-18-2019, 07:08 PM |
|
|
Thread: Defining character length.
Post: RE: Defining character length.
i wonder if this happens when applying rules that shorten the words. Looks very much like the result of applying rule "*05 O03 d '3 p1" from best64.rule |
|
undeath |
hashcat
|
21 |
6,238 |
09-18-2019, 09:28 PM |
|
|
Thread: Defining character length.
Post: RE: Defining character length.
iirc password length restrictions are only enforced on the dictionary word, not the mutated candidate. |
|
undeath |
hashcat
|
21 |
6,238 |
09-18-2019, 11:27 PM |
|
|
Thread: Possible to use CUDA and OpenCL side-by-side?
Post: RE: Possible to use CUDA and OpenCL side-by-side?
I can't imagine why this wouldn't be possible. Why not try it? |
|
undeath |
hashcat
|
5 |
2,170 |
09-19-2019, 10:26 AM |
|
|
Thread: Noob question, bruteforce pmkid/wpa2 ISP default passwords
Post: RE: Noob question, bruteforce pmkid/wpa2 ISP defau...
without further knowledge that's hardly feasible. You might be interested in this thread: https://hashcat.net/forum/thread-6170.html
Other than that, here's the documentation for mask attacks: https:... |
|
undeath |
hashcat
|
1 |
944 |
09-20-2019, 01:09 PM |
|
|
Thread: Hashcat won't start ''insufficient memory available''
Post: RE: Hashcat won't start ''insufficient memory avai...
That's only possible by running different hashcat instances on each device. |
|
undeath |
hashcat
|
13 |
4,419 |
09-21-2019, 03:29 PM |
|
|
Thread: XNMI rule function is not working ?
Post: RE: XNMI rule function is not working ?
rules annotated with "+" on the rules wiki page (https://hashcat.net/wiki/doku.php?id=rule_based_attack) only work with the legacy hashcat-cpu version. |
|
undeath |
hashcat
|
3 |
1,196 |
09-27-2019, 04:42 PM |