Search Results
|
Post
[desc]
|
Author |
Forum |
Replies |
Views |
Posted |
|
|
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: 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: Diceware cracking math for @thorsheim
Post: RE: Diceware cracking math for @thorsheim
you don't have 150 GPUs but 150 cards = 300 GPUs |
|
undeath |
General Talk
|
6 |
15,861 |
09-02-2013, 09:45 PM |
|
|
Thread: Dictiionary Attack - how-to-question
Post: RE: Dictiionary Attack - how-to-question
-a 0 is default, so you can omit it. But adding it is not going to cause any problems.
The words in your wordlist must be delimited by a newline character not a comma. |
|
undeath |
General Talk
|
29 |
5,284 |
04-17-2020, 11:38 PM |
|
|
Thread: Dictiionary Attack - how-to-question
Post: RE: Dictiionary Attack - how-to-question
A dictionary attack runs each word in your dictionary and applies rules if you specified any. What you describe would be a combinator attack but even that doesn't really fit your use case well.
You... |
|
undeath |
General Talk
|
29 |
5,284 |
04-20-2020, 12:07 AM |
|
|
Thread: Dictiionary Attack - how-to-question
Post: RE: Dictiionary Attack - how-to-question
whops, minor typo on my part. Should be -a 6 not -a 0
?s201?d is a mask |
|
undeath |
General Talk
|
29 |
5,284 |
04-20-2020, 01:06 PM |
|
|
Thread: Dictiionary Attack - how-to-question
Post: RE: Dictiionary Attack - how-to-question
Are you sure you were running the command with -a 6? The error message shows an error for the -a 1 kernel. |
|
undeath |
General Talk
|
29 |
5,284 |
04-22-2020, 12:17 AM |
|
|
Thread: Dictionary Attack
Post: RE: Dictionary Attack
rockyou is a good wordlist but you should add rules. Hashcat ships a bunch. There is no way to guarantee cracking a hash though. |
|
undeath |
General Talk
|
3 |
1,523 |
01-05-2020, 01:09 PM |
|
|
Thread: Dictionary character limit?
Post: RE: Dictionary character limit?
knightwolf Wrote: (11-04-2017, 08:25 AM)
--
So hashvalue = encrypt_with_SHA1(?item=25&price=50.00[b]mySecret)
--
Please don't refer to hashing as "encryption". Those are two completely different thin... |
|
undeath |
hashcat
|
11 |
8,829 |
11-06-2017, 01:16 AM |
|
|
Thread: dictionnary
Post: RE: dictionnary
"at the same time" doesn't really make sense. You could start multiple hashcat instances, one for each dictionary, but that's not generally recommended.
Also, don't use --force. ever. |
|
undeath |
hashcat
|
4 |
1,122 |
04-08-2020, 11:33 AM |
|
|
Thread: Difference between bruteforce and password list for WPA cracking
Post: RE: Difference between bruteforce and password lis...
what walterlacka wrote. You are missing B in your custom charset. |
|
undeath |
hashcat
|
3 |
2,893 |
03-16-2018, 07:34 PM |
|
|
Thread: difference between double wide PCIex16 vs double wide PCIe Gen3 x16
Post: RE: difference between double wide PCIex16 vs doub...
PCIe is fully downward compatible. |
|
undeath |
Hardware
|
5 |
2,904 |
06-26-2019, 07:56 PM |
|
|
Thread: different encodings
Post: RE: different encodings
hashcat can't handle non-ascii for office (and related hashes). See https://github.com/hashcat/hashcat/blob/master/docs/limits.txt#L25-L35 |
|
undeath |
hashcat
|
1 |
593 |
03-23-2020, 02:51 PM |
|
|
Thread: Dilemma…!
Post: RE: Dilemma…!
read this thread https://hashcat.net/forum/thread-6839.html |
|
undeath |
hashcat
|
13 |
9,650 |
09-12-2017, 09:15 PM |
|
|
Thread: Dilemma…!
Post: RE: Dilemma…!
Come up with different solutions if they're attacking fast hash modes. PACK for example can do the same thing by generating hcmask files. |
|
undeath |
hashcat
|
13 |
9,650 |
09-13-2017, 03:00 PM |
|
|
Thread: Dilemma…!
Post: RE: Dilemma…!
PACK is just a collection of python scripts. You can run python on almost any OS, including Windows. |
|
undeath |
hashcat
|
13 |
9,650 |
09-13-2017, 05:37 PM |
|
|
Thread: Disable message about outdated version
Post: RE: Disable message about outdated version
You can compile the program yourself from the source code on github. |
|
undeath |
Old oclHashcat Support
|
7 |
8,654 |
01-11-2016, 04:30 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: 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 |