Search Results
|
Post
[asc]
|
Author |
Forum |
Replies |
Views |
Posted |
|
|
Thread: Devices being skipped
Post: RE: Devices being skipped
-D is for device types (2 in your case), -d is for individual devices. Try that instead. |
|
undeath |
hashcat
|
8 |
1,249 |
07-25-2020, 01:43 PM |
|
|
Thread: Device#2 skipped and Temp-Abort /retain-temp
Post: RE: Device#2 skipped and Temp-Abort /retain-temp
device #1 is your onboard gpu, device #2 your cpu. I guess the onboard gpu simply doesn't have a dedicated temp sensor. |
|
undeath |
hashcat
|
5 |
2,685 |
01-22-2019, 11:57 AM |
|
|
Thread: Device#2 skipped and Temp-Abort /retain-temp
Post: RE: Device#2 skipped and Temp-Abort /retain-temp
gpu-temp-retain was removed quite a while ago. You can always check --help if you want to know what options are available.
You can restore hashcat sessions using the --restore option. See https://h... |
|
undeath |
hashcat
|
5 |
2,685 |
01-22-2019, 11:31 PM |
|
|
Thread: Determine if PKMID is dynamic?
Post: RE: Determine if PKMID is dynamic?
arniezonez Wrote: (08-14-2019, 04:55 PM)
--
Would the opengl self test failing be responsible for this?
--
LOL |
|
undeath |
General Talk
|
5 |
2,379 |
08-14-2019, 05:01 PM |
|
|
Thread: Descrypt 8 Char PW
Post: RE: Descrypt 8 Char PW
Code:
--
OpenCL Platform #2: NVIDIA Corporation
======================================
* Device #2: GeForce GTX 1060 6GB, 1518/6072 MB allocatable, 10MCU
Hash.Type........: descrypt, DES (Unix), Tra... |
|
undeath |
General Talk
|
10 |
8,115 |
11-30-2017, 01:01 AM |
|
|
Thread: DES-ECB brute force
Post: RE: DES-ECB brute force
what is the string after "--hex-charset" supposed to be? What is the key for each of those ciphertexts? |
|
undeath |
General Talk
|
5 |
5,241 |
02-01-2018, 06:44 PM |
|
|
Thread: DES-ECB
Post: RE: DES-ECB
That's because DES operates on 7 bits only. Both keys are valid. |
|
undeath |
hashcat
|
7 |
1,523 |
04-22-2020, 12:10 AM |
|
|
Thread: DES-ECB
Post: RE: DES-ECB
|
undeath |
hashcat
|
7 |
1,523 |
04-22-2020, 01:29 AM |
|
|
Thread: DES-ECB
Post: RE: DES-ECB
The DES character set is simply cutting the keyspace. If you were using ?b you'd brute-force the unused bit as well. |
|
undeath |
hashcat
|
7 |
1,523 |
04-22-2020, 10:47 PM |
|
|
Thread: des(salt,pass) or mschap fast or send me source
Post: RE: des(salt,pass) or mschap fast or send me sourc...
if you're looking for DES source code try jtr or openssl. |
|
undeath |
Feature Requests
|
1 |
5,882 |
11-16-2012, 04:28 PM |
|
|
Thread: DES random generated bforcing
Post: RE: DES random generated bforcing
there is no guarantee for a "total random word" not to equal "aaaaaa" |
|
undeath |
Very old oclHashcat-plus Support
|
8 |
13,482 |
05-06-2012, 08:44 PM |
|
|
Thread: DES random generated bforcing
Post: RE: DES random generated bforcing
phillips321 Wrote: (05-07-2012, 10:08 AM)
--
26*26*10 per character position
* length of 6
--
check your math: (26+26+10)^6 |
|
undeath |
Very old oclHashcat-plus Support
|
8 |
13,482 |
05-07-2012, 01:40 PM |
|
|
Thread: DES random generated bforcing
Post: RE: DES random generated bforcing
what exactly is it you don't understand about "random"? There is no pattern. A random password can also be "aaaaaaa" or "hello1". It is just exactly the same probability. |
|
undeath |
Very old oclHashcat-plus Support
|
8 |
13,482 |
05-12-2012, 10:04 AM |
|
|
Thread: DES ECB error
Post: RE: DES ECB error
The high amount of multithreading causes non-determinism regarding the order of candidates processed. |
|
undeath |
hashcat
|
10 |
7,626 |
02-17-2018, 09:38 PM |
|
|
Thread: DES decryption
Post: RE: DES decryption
hashcat can show all generated candidates by using --stdout (unless I'm missing some context here) |
|
undeath |
General Talk
|
6 |
8,305 |
02-07-2018, 02:46 PM |
|
|
Thread: Demo hash request.
Post: RE: Demo hash request.
https://hashcat.net/wiki/doku.php?id=example_hashes |
|
undeath |
User Contributions
|
12 |
23,147 |
04-21-2014, 05:15 PM |
|
|
Thread: Deleting symbols with rules?
Post: RE: Deleting symbols with rules?
There is no way. The @ rule is not implemented in hashcat. It was only available in the old cpu-only version. |
|
undeath |
hashcat
|
4 |
1,043 |
02-06-2020, 09:04 PM |
|
|
Thread: Deleting symbols with rules?
Post: RE: Deleting symbols with rules?
Indeed the rule seems to have been implemented into hashcat. But no, there's no shortcut for whole sets. You may consider pre-processing your wordlist file(s) if applicable. |
|
undeath |
hashcat
|
4 |
1,043 |
02-06-2020, 10:48 PM |
|
|
Thread: Defining your own alphabet
Post: RE: Defining your own alphabet
https://hashcat.net/wiki/doku.php?id=mask_attack#custom_charsets |
|
undeath |
General Talk
|
1 |
2,594 |
08-20-2017, 12:40 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 |