Search Results
|
Post |
Author |
Forum |
Replies |
Views |
Posted
[desc]
|
|
|
Thread: email: pass after dehashed
Post: RE: email: pass after dehashed
https://hashcat.net/forum/archive/index.php?announcement-2.html |
|
royce |
hashcat
|
4 |
510 |
09-11-2020, 06:25 AM |
|
|
Thread: Run few processes
Post: RE: Run few processes
Multiple sessions are fine. I regularly pause one long-running session to do a quick shorter session. You will want to use the --session parameter to give additional ones different names.
Multiple ... |
|
royce |
hashcat
|
1 |
236 |
09-13-2020, 06:13 PM |
|
|
Thread: Nvidia 3080 benchmarks
Post: RE: Nvidia 3080 benchmarks
Watch @Chick3nman512 on Twitter - he'll likely be posting some in the next day or two. |
|
royce |
Hardware
|
19 |
4,598 |
09-16-2020, 08:04 PM |
|
|
Thread: 6.1.1 potfile
Post: RE: 6.1.1 potfile
@philsmd, I can recreate this - for both TrueCrypt and Veracrypt, it seems, if a session is specified, but a potfile is not, then ses.potfile is not created on the fly that I can find (on Linux, anywa... |
|
royce |
hashcat
|
14 |
1,235 |
09-21-2020, 11:16 PM |
|
|
Thread: custom charset help
Post: RE: custom charset help
Some of the characters are interpreted by your command shell - you might have to backslash one or more of the characters that have special meaning in the shell, such as !, $, ', ", etc.
But in your c... |
|
royce |
hashcat
|
4 |
270 |
09-23-2020, 07:30 AM |
|
|
Thread: custom charset help
Post: RE: custom charset help
Huh - when I run it, the memory requirement looks pretty small:
Code:
--
Host memory required for this attack: 228 MB
--
Also FYI, hashcat will throw an integer overflow for this attack at ?a ... |
|
royce |
hashcat
|
4 |
270 |
09-23-2020, 07:53 AM |
|
|
Thread: Can I run hashcat on startup and save where computation goes to some file?
Post: RE: Can I run hashcat on startup and save where co...
if you quit, you can restore with --restore. If you're using the default session name (not specifying an alternate one), then "hashcat --restore" (with no other parameters) will pick up where you left... |
|
royce |
hashcat
|
1 |
173 |
09-23-2020, 07:59 AM |
|
|
Thread: Expected hashrates with -m 22000
Post: RE: Expected hashrates with -m 22000
If you GPU is consistently showing 100% utilization, you're supplying enough work for the GPUs to not be bored. For a slower hash like the WPA family, speeds like you're showing aren't unreasonable, b... |
|
royce |
hashcat
|
2 |
383 |
09-23-2020, 08:13 AM |
|
|
Thread: low-end CPU recommendation.
Post: RE: low-end CPU recommendation.
FWIW, for some attacks I've seen it's good to have one core per GPU. I haven't seen anything that would benefit from multiple cores per GPU. |
|
royce |
Hardware
|
6 |
935 |
09-23-2020, 08:15 AM |
|
|
Thread: 6.1.1 potfile
Post: RE: 6.1.1 potfile
Huh - when I did my veracrypt testing in late 2018, it used the filename. This seems like the approach that would cause the least amount of confusion. Otherwise, we'll have a steady stream of users as... |
|
royce |
hashcat
|
14 |
1,235 |
09-24-2020, 07:47 PM |
|
|
Thread: 6.1.1 potfile
Post: RE: 6.1.1 potfile
I've also opened an issue to explore improvements here:
https://github.com/hashcat/hashcat/issues/2554 |
|
royce |
hashcat
|
14 |
1,235 |
09-25-2020, 03:52 AM |
|
|
Thread: New Attack-Mode: Association Attack
Post: RE: New Attack-Mode: Association Attack
Wow, this is going to be a game-changer!
If feasible, one UX request: Please do what JtR does here and warn the user about any "calculatable" efficiency thresholds into this new mode. For example, a ... |
|
royce |
Beta Tester
|
21 |
3,761 |
09-29-2020, 05:03 PM |
|
|
Thread: New Attack-Mode: Association Attack
Post: RE: New Attack-Mode: Association Attack
atom Wrote: (09-30-2020, 12:11 PM)
--
Code:
--
The wordlist or mask that you are using is too small.
This means that hashcat cannot use the full parallel power of your device(s).
Unless you supp... |
|
royce |
Beta Tester
|
21 |
3,761 |
09-30-2020, 05:57 PM |
|
|
Thread: New Attack-Mode: Association Attack
Post: RE: New Attack-Mode: Association Attack
"Association" is a general term here that allows attacks to be targets *on a per-hash basis*.
In other words, you don't have to try each word against each hash. Instead, you can try just one word ag... |
|
royce |
Beta Tester
|
21 |
3,761 |
10-01-2020, 05:20 PM |