Search Results
|
Post |
Author |
Forum
[desc]
|
Replies |
Views |
Posted |
|
|
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: 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,236 |
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 |
384 |
09-23-2020, 08:13 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,236 |
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,236 |
09-25-2020, 03:52 AM |
|
|
Thread: Count-words ?
Post: RE: Count-words ?
Closest I could find:
https://github.com/dandavison/ngrams/blob/master/src/count-words.pl |
|
royce |
hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip
|
2 |
5,158 |
08-12-2016, 06:50 AM |
|
|
Thread: Custom charset, I'm lost...
Post: RE: Custom charset, I'm lost...
You can supply a custom charset using --custom-charset[1-4] files. The ./charsets/ directory has some stock ones, including the ./charsets/standard/German/ directory. You can combine up to four multip... |
|
royce |
hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip
|
4 |
8,360 |
10-07-2016, 05:47 PM |
|
|
Thread: Markov: Wordlist Generation
Post: RE: Markov: Wordlist Generation
It sounds like you're doing a lot of work to create word lists with a lot of permutations up front, and storing them.
But hashcat has features that make this less necessary. In brute force attacks,... |
|
royce |
hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip
|
3 |
4,716 |
04-29-2017, 11:33 PM |
|
|
Thread: Markov: Wordlist Generation
Post: RE: Markov: Wordlist Generation
WPA2 is salted using the SSID. So rainbow tables of passwords of non-trivial length are likely to be infeasible for a given AP, other than maaaaaaaaaybe for the ones that are named "linksys" and other... |
|
royce |
hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip
|
3 |
4,716 |
04-30-2017, 06:33 AM |
|
|
Thread: do hashcat-utils use the gpu's?
Post: RE: do hashcat-utils use the gpu's?
If you are piping combinator3 output to hashcat, then if hashcat reports that it is using the GPUs, then it is.
What's more likely is that the rate of wordlist generation is low enough that you'd n... |
|
royce |
hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip
|
5 |
6,382 |
10-19-2017, 09:40 PM |
|
|
Thread: NEED HELP WITH HASHCAT
Post: RE: NEED HELP WITH HASHCAT
* You should definitely use hashcat 4.0.1
* Please don't use the word 'dehash'; that's not what any hash-cracking utility does (because it implies reversing a hash, which is by definition impossible
... |
|
royce |
hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip
|
1 |
3,125 |
11-19-2017, 01:30 AM |
|
|
Thread: PrinceProcessor now open source
Post: RE: PrinceProcessor now open source
I have changed ELEM_CNT_MAX, but have not tried changing OUT_LEN_MAX. |
|
royce |
hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip
|
12 |
20,294 |
11-19-2017, 01:39 AM |
|
|
Thread: maskprocessor to output in HEX?
Post: RE: maskprocessor to output in HEX?
Not sure if this matches your use case, but FWIW, hops suggested this workaround:
Code:
--
$ ./mp64.bin -1 ?dabcdef '$HEX[?1?1]'
$HEX[00]
$HEX[01]
$HEX[02]
$HEX[03]
$HEX[04]
$HEX[05]
$HEX... |
|
royce |
hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip
|
1 |
5,357 |
11-25-2017, 10:34 PM |
|
|
Thread: Trying to understand RLI and RLI2 better
Post: RE: Trying to understand RLI and RLI2 better
The purpose of rli is to diff two lists, and only show the new ones in the new file. It's not a dedupe tool.
For general dedupe, sort -u is your go-to for this. I use this alias (adjust parameters to... |
|
royce |
hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip
|
1 |
2,745 |
12-25-2017, 08:57 PM |
|
|
Thread: New
Post: RE: New
Wiping a hard drive for reuse doesn't usually involve having to provide a password.
Unless you're trying to revive drives that were wiped with ATA Secure Erase and have a security password set on ... |
|
royce |
hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip
|
1 |
2,683 |
01-12-2018, 05:37 AM |
|
|
Thread: Princeprocessor Resume
Post: RE: Princeprocessor Resume
This should work, but I don't immediately see what might be different about your command line that would make the number go backwards. In my scripts that resume princeprocessor, the only thing that I ... |
|
royce |
hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip
|
2 |
3,522 |
01-07-2018, 12:01 AM |
|
|
Thread: Help with spaces and rules
Post: RE: Help with spaces and rules
'head' just shows the first X lines of output (the default is 10 lines). This is just to make the output shorter, and give a sample from the beginning of the output. |
|
royce |
hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip
|
5 |
5,809 |
02-10-2018, 06:30 PM |