Search Results
|
Post
[desc]
|
Author |
Forum |
Replies |
Views |
Posted |
|
|
Thread: UPS/surge protector
Post: RE: UPS/surge protector
IANAE (I Am Not An Electrician), and this is not electrical advice ... but this depends entirely on your own use cases.
If you're OK with cracking being interrupted for significant periods of time,... |
|
royce |
Hardware
|
4 |
4,986 |
02-04-2017, 05:28 AM |
|
|
Thread: Use whole RAM Colab
Post: RE: Use whole RAM Colab
Have you analyzed what resource is the bottleneck? Just a guess, but it's probably not RAM. |
|
royce |
hashcat
|
7 |
1,257 |
05-03-2020, 11:26 PM |
|
|
Thread: Use with Xeon Phi
Post: RE: Use with Xeon Phi
Search the forum for "Xeon phi" - you'll find a few hits, but focus on the ones 2016 and later (that's when support was added, IIRC). Also IIRC the performance is not stellar. |
|
royce |
hashcat
|
9 |
6,679 |
06-07-2018, 06:29 PM |
|
|
Thread: Use with Xeon Phi
Post: RE: Use with Xeon Phi
I don't think there's anything special required. If the OS, GPU drivers, and OpenCL are installed properly and supported, it should Just Work™. :) |
|
royce |
hashcat
|
9 |
6,679 |
06-08-2018, 04:25 AM |
|
|
Thread: Use with Xeon Phi
Post: RE: Use with Xeon Phi
That's not a Phi problem; that's an OS problem. What OS is it? |
|
royce |
hashcat
|
9 |
6,679 |
06-11-2018, 05:19 PM |
|
|
Thread: USER:HASH
Post: RE: USER:HASH
https://hashcat.net/wiki/doku.php?id=frequently_asked_questions#how_can_i_show_previously_cracked_passwords_and_output_them_in_a_specific_format_eg_emailpassword |
|
royce |
hashcat
|
8 |
6,545 |
02-04-2018, 01:32 AM |
|
|
Thread: USER:HASH
Post: RE: USER:HASH
Yes, that's *exactly* what the link I sent you does. Please study it more closely.
First, crack, using --username so that usernames are understood in the target hash file:
Code:
--
$ cat test... |
|
royce |
hashcat
|
8 |
6,545 |
02-04-2018, 02:05 AM |
|
|
Thread: USER:HASH
Post: RE: USER:HASH
Ah, if you're asking whether you can customize the realtime output as the cracks *are actually occurring*, I'm not aware of a way to do that. But tailing the output file in a separate window will have... |
|
royce |
hashcat
|
8 |
6,545 |
02-04-2018, 08:29 PM |
|
|
Thread: Using for Axcrypt
Post: RE: Using for Axcrypt
You need to extract the Axcrypt hash, rather than feeding hashcat the entire file.
https://github.com/Fist0urs/AxSuite |
|
royce |
hashcat
|
10 |
11,238 |
05-30-2017, 08:59 PM |
|
|
Thread: Using hashcat with maskprocessor - here: veracrypt
Post: RE: Using hashcat with maskprocessor - here: verac...
Is the container mounted? You'll need to provide the path to the raw file, the raw device, or else extract the first 512 bytes and save that to a file to provide to hashcat.
Also, from your cmdline... |
|
royce |
hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip
|
13 |
5,771 |
08-18-2019, 05:19 PM |
|
|
Thread: Using hashcat with maskprocessor - here: veracrypt
Post: RE: Using hashcat with maskprocessor - here: verac...
Ha! I think I've just always wanted that syntax; didn't even give me pause. :D |
|
royce |
hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip
|
13 |
5,771 |
08-18-2019, 07:29 PM |
|
|
Thread: Using newline character as part of mask attack
Post: RE: Using newline character as part of mask attack
[heh, yeah - what philsmd said. :) ]
Are you getting an error, by any chance?
I think if you use --hex-charset, hashcat expects the other literals in the mask to either also be hex or else to be ... |
|
royce |
hashcat
|
16 |
9,677 |
04-22-2018, 07:34 AM |
|
|
Thread: Using newline character as part of mask attack
Post: RE: Using newline character as part of mask attack
Regardless of attack, -m 0 is unsalted and -m 20 is salted. If this concept isn't familiar, search a bit for "password" and "salting". |
|
royce |
hashcat
|
16 |
9,677 |
04-25-2018, 07:28 AM |
|
|
Thread: Using two rule files at the same time
Post: RE: Using two rule files at the same time
It's the product of both rulesets - rule 1 from list 1 AND rule 1 from list 2, etc etc.
This is one reason why ':' (do nothing) is often included in rulesets, so that each rule from each wordlist i... |
|
royce |
hashcat
|
2 |
325 |
09-06-2020, 11:41 PM |
|
|
Thread: usr/bin/opencl directory missing abort
Post: RE: usr/bin/opencl directory missing abort
The GeForce 8500 is indeed quite outdated. Also, don't take anything from The-Distribution-Which-Does-Not-Handle-OpenCL-Well (Kali) - its OpenCL is ... questionable.
Get a new card (I'd recommend a... |
|
royce |
hashcat
|
1 |
2,326 |
11-19-2017, 02:23 AM |
|
|
Thread: Variable mask in the middle of the password
Post: RE: Variable mask in the middle of the password
I'm not sure that I fully understand the use case. Can you provide a contrived example?
For at least some part of the attack, you can hard-code a prefix and suffix:
Code:
--
$ hashcat --stdou... |
|
royce |
hashcat
|
5 |
3,849 |
03-18-2018, 12:18 AM |
|
|
Thread: vBulletin < v3.8.5 salt length issue
Post: RE: vBulletin < v3.8.5 salt length issue
But this is different from 2811? |
|
royce |
hashcat
|
3 |
2,676 |
09-09-2018, 03:37 AM |
|
|
Thread: vBulletin < v3.8.5 salt length issue
Post: RE: vBulletin < v3.8.5 salt length issue
If there's no direct support for this length in hashcat as shipped, you could pull the source from GitHub and modify the expected salt length.
(Also, just in case - make sure that the command line ... |
|
royce |
hashcat
|
3 |
2,676 |
09-09-2018, 04:35 PM |
|
|
Thread: Veracrypt Kuznyechik(Serpent(Camellia))
Post: RE: Veracrypt Kuznyechik(Serpent(Camellia))
I don't believe this algorithm is current supported. You might consider requesting it on the hashcat GitHub. |
|
royce |
hashcat
|
2 |
2,627 |
04-30-2018, 05:09 PM |
|
|
Thread: Veracrypt question
Post: RE: Veracrypt question
Follow-up - there are at least now non-boot VeraCrypt examples on the example hashes wiki page.
https://hashcat.net/wiki/doku.php?id=example_hashes |
|
royce |
General Talk
|
6 |
16,081 |
05-15-2017, 03:33 AM |