Search Results
|
Post |
Author |
Forum
[asc]
|
Replies |
Views |
Posted |
|
|
Thread: 100% rejects while using "short words to long" rule
Post: RE: 100 rejects while using duplicate rules with s...
Words are always rejected before applying rules. Since no word satisfies the minimum requirement of 8 chars they are all rejected.
You can work this around by appending two characters to each input... |
|
undeath |
hashcat
|
2 |
1,022 |
09-27-2019, 05:31 PM |
|
|
Thread: mask attack for non-repeating chars
Post: RE: mask attack for non-repeating chars
1. Easier on a mathematical level? Yes. Easier on a practical level? No.
2. Pure hashcat masks cannot do this. maskprocessor has options for this.
3. (94^12 / $hashrate) will give you a rough, optim... |
|
undeath |
hashcat
|
7 |
2,034 |
09-30-2019, 09:51 PM |
|
|
Thread: mask attack for non-repeating chars
Post: RE: mask attack for non-repeating chars
-q 1 is redundant with -r 1
but according to your first post "rxMX8$cQ$4RZ" is a valid example (it includes two dollar signs), hence I assumed you were referring to consecutive occurrences. |
|
undeath |
hashcat
|
7 |
2,034 |
09-30-2019, 10:44 PM |
|
|
Thread: mask attack for non-repeating chars
Post: RE: mask attack for non-repeating chars
Not sure how you deduce your divisor to be 1.5 after determining your hashrate to be 3000 but your conclusion is correct nonetheless. |
|
undeath |
hashcat
|
7 |
2,034 |
10-01-2019, 09:07 PM |
|
|
Thread: Building a password rig with 0 success... help needed!
Post: RE: Building a password rig with 0 success... help...
The problems you are seeing sound like defective risers. |
|
undeath |
hashcat
|
11 |
3,970 |
10-03-2019, 11:47 AM |
|
|
Thread: Building a password rig with 0 success... help needed!
Post: RE: Building a password rig with 0 success... help...
Mrblank Wrote: (10-04-2019, 05:39 AM)
--
you need more system RAM then the combined vram of the gpus, those 1070s afaik are 8gb vram each, do you have sufficient RAM inserted?
--
This is true for h... |
|
undeath |
hashcat
|
11 |
3,970 |
10-04-2019, 02:48 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: does not see the second processor 48 cores/ see only 24 cores
Post: RE: does not see the second processor 48 cores/ se...
Can you show the information hashcat prints at the start of the cracking process? Where it lists the OpenCL devices. |
|
undeath |
hashcat
|
10 |
3,347 |
10-07-2019, 11:27 PM |
|
|
Thread: does not see the second processor 48 cores/ see only 24 cores
Post: RE: does not see the second processor 48 cores/ se...
The part that lists all your detected devices |
|
undeath |
hashcat
|
10 |
3,347 |
10-07-2019, 11:35 PM |
|
|
Thread: does not see the second processor 48 cores/ see only 24 cores
Post: RE: does not see the second processor 48 cores/ se...
You took the correct screenshot. For some reason OpenCL doesn't detect your second CPU, which is some problem with the OpenCL runtime. I don't have any experience with multi-cpu setups and no idea wha... |
|
undeath |
hashcat
|
10 |
3,347 |
10-08-2019, 10:08 AM |
|
|
Thread: GPU not utilised
Post: RE: GPU not utilised
srin2godisgreat Wrote: (10-07-2019, 08:40 PM)
--
From the output of the task manager and the status output of hashcat, it looks like only the cpu is being used.
--
I have no idea how you come to th... |
|
undeath |
hashcat
|
4 |
2,076 |
10-08-2019, 03:46 PM |
|
|
Thread: Hashcat running incorrectly and not using GPU.
Post: RE: Hashcat running incorrectly and not using GPU.
Windows should be as simple as installing the official AMD driver. On linux you need rocm which should not be much trouble to install on ubuntu. |
|
undeath |
hashcat
|
7 |
8,325 |
10-08-2019, 08:50 PM |
|
|
Thread: Running into issues with max mask length
Post: RE: Running into issues with max mask length
this attack works:
Code:
--
hashcat -m10 $(python -c 'print("da8e187436ef310167021504d28c9b68"+":"+"00"*255)') -a3 '?b' --hex-salt
--
although hashcat's mask parser should probably be patched to all... |
|
undeath |
hashcat
|
6 |
2,043 |
10-09-2019, 06:06 PM |
|
|
Thread: Running into issues with max mask length
Post: RE: Running into issues with max mask length
There seems to be a bug with how hashcat processes hcmask files.
On the CLI this works:
Code:
--
hashcat -m0 da8e187436ef310167021504d28c9b68 -a3 "?b$(for x in $(seq 255) ; do echo -n 00; done)" --h... |
|
undeath |
hashcat
|
6 |
2,043 |
10-09-2019, 06:21 PM |
|
|
Thread: Hashcat sees my GPU but not my CPU
Post: RE: Hashcat sees my GPU but not my CPU
use the latest beta version from https://hashcat.net/beta/ to fix the error with your gpu, |
|
undeath |
hashcat
|
20 |
6,851 |
10-09-2019, 10:38 PM |
|
|
Thread: Hashcat sees my GPU but not my CPU
Post: RE: Hashcat sees my GPU but not my CPU
https://hashcat.net/forum/uploads/avatars/avatar_85.jpg?dateline=1337188913 |
|
undeath |
hashcat
|
20 |
6,851 |
10-09-2019, 11:21 PM |
|
|
Thread: Hashcat sees my GPU but not my CPU
Post: RE: Hashcat sees my GPU but not my CPU
If the self test is failing hashcat will be unable to crack hashes. This has nothing to do with speed. |
|
undeath |
hashcat
|
20 |
6,851 |
10-10-2019, 09:08 PM |
|
|
Thread: Hashcat sees my GPU but not my CPU
Post: RE: Hashcat sees my GPU but not my CPU
If you bought the card specifically for hashcat the question is why you chose AMD at all. Their OpenCL runtime is known to be garbage and their hardware is poorly suited for hashcat's purposes, compar... |
|
undeath |
hashcat
|
20 |
6,851 |
10-11-2019, 12:07 AM |
|
|
Thread: Hashcat sees my GPU but not my CPU
Post: RE: Hashcat sees my GPU but not my CPU
it's the GPU it's the OS it you it the driver, not hashcat |
|
undeath |
hashcat
|
20 |
6,851 |
10-11-2019, 12:37 PM |
|
|
Thread: Cracked Passwords when using Brain
Post: RE: Cracked Passwords when using Brain
1. only the instance that cracked the hash knows about it
2. brain only synchronises attacks, not hashes |
|
undeath |
hashcat
|
9 |
2,508 |
10-16-2019, 10:23 PM |