Search Results
|
Post |
Author |
Forum |
Replies |
Views |
Posted
[asc]
|
|
|
Thread: Migrating from Passware to Hashcat (need guidance and opinion of experts here)
Post: RE: Migrating from Passware to Hashcat (need guida...
Switching to hashcat, you will definitely be able to get a lot more performance out of your hardware for a number of hash types, but it comes at a price: less point-and-click automation. You'll need t... |
|
royce |
hashcat
|
2 |
2,352 |
02-06-2019, 07:40 AM |
|
|
Thread: Combining a custom hex charset with the standard charsets
Post: RE: Combining a custom hex charset with the standa...
|
royce |
hashcat
|
4 |
2,417 |
02-05-2019, 05:56 PM |
|
|
Thread: Hashrate
Post: RE: Hashrate
https://hashcat.net/faq/morework |
|
royce |
hashcat
|
2 |
1,759 |
02-04-2019, 07:39 AM |
|
|
Thread: where can i find an Compatible GUI for hashcat v.4.2.1 ?
Post: RE: where can i find an Compatible GUI for hashcat...
There are currently no other options, for the reasons stated in this thread and by atom in the thread that you referenced. |
|
royce |
General Talk
|
6 |
3,541 |
02-04-2019, 02:59 AM |
|
|
Thread: where can i find an Compatible GUI for hashcat v.4.2.1 ?
Post: RE: where can i find an Compatible GUI for hashcat...
Not a lot of options here. The major wrappers and GUIs are tracking the modern/current hashcat.
What's driving your need for this older hashcat version? |
|
royce |
General Talk
|
6 |
3,541 |
02-04-2019, 12:49 AM |
|
|
Thread: Need help working with masks
Post: RE: Need help working with masks
We shall speak no more of it. :)
Generally, that's a hybrid attack, word-on-the-left style - hashcat attack mode 6 (-a 6).
Shifting case would be trickier - you'd have to preprocess the wordlist... |
|
royce |
hashcat
|
5 |
2,536 |
02-04-2019, 12:00 AM |
|
|
Thread: Rejecting candidates under X characters while using rules set?
Post: RE: Rejecting candidates under X characters while ...
Hmm, I wonder how hard it would be to modify hashcat to use -O to reject longer than 14 instead of 15. |
|
royce |
hashcat
|
5 |
3,364 |
02-03-2019, 10:01 PM |
|
|
Thread: Rejecting candidates under X characters while using rules set?
Post: RE: Rejecting candidates under X characters while ...
Yeah, I see the Layer-8 use case. You need to be able to assure people that you're not cracking passwords that are 15 chars or longer.
There's no way I know of within hashcat itself to guarantee that... |
|
royce |
hashcat
|
5 |
3,364 |
02-03-2019, 09:49 PM |
|
|
Thread: Need help working with masks
Post: RE: Need help working with masks
|
royce |
hashcat
|
5 |
2,536 |
02-03-2019, 06:51 PM |
|
|
Thread: i need to make 6number dic list
Post: RE: i need to make 6number dic list
hashcat doesn't need an external wordlist for this. Just use -a 3 and ?d?d?d?d?d?d. |
|
royce |
hashcat
|
4 |
2,160 |
02-02-2019, 07:46 PM |
|
|
Thread: Combining a custom hex charset with the standard charsets
Post: RE: Combining a custom hex charset with the standa...
You have to use a list of masks that represent all possible character positions in the target. This is of course not ideal; if hashcat had support for multibyte characters, all of these workarounds wo... |
|
royce |
hashcat
|
4 |
2,417 |
01-31-2019, 06:27 PM |
|
|
Thread: Cracking foreign words/characters
Post: RE: Cracking foreign words/characters
It's often better to encode the custom charsets in the mask file itself, because it's persistent documentation of the nature of the attack that lives beyond that particular commandline. |
|
royce |
hashcat
|
4 |
3,252 |
01-30-2019, 05:12 PM |
|
|
Thread: Cracking foreign words/characters
Post: RE: Cracking foreign words/characters
This Stackexchange thread may be informative - it has some examples:
https://security.stackexchange.com/questions/154901/attack-wpa-password-with-hashcat-settings-and-resources-for-german-passwords/1... |
|
royce |
hashcat
|
4 |
3,252 |
01-29-2019, 03:09 AM |
|
|
Thread: Cracking a Truecrypt Container
Post: RE: Cracking a Truecrypt Container
That's hashcat mode 6223 (where 3 = "all" (all three algorithms)):
Code:
--
62XY | TrueCrypt | Full-Disk Encryption (FDE)
...
�... |
|
royce |
hashcat
|
2 |
3,013 |
01-27-2019, 10:30 PM |
|
|
Thread: Kubuntu 18.10 Nvidia GTX 1050 OpenCL compatibility
Post: RE: Kubuntu 18.10 Nvidia GTX 1050 OpenCL compatibi...
You need to use the native NVIDIA drivers and their associated OpenCL.
This guide for driver baselining and reinstallation may be helpful.
https://hashcat.net/faq/wrongdriver
CUDA is not nec... |
|
royce |
hashcat
|
9 |
4,191 |
01-26-2019, 01:54 AM |
|
|
Thread: No devices found/left
Post: RE: No devices found/left
Try hashcat -I to show OpenCL info. If there isn't any, then there is indeed something wrong with the driver install. You may also want to review https://hashcat.net/faq/wrongdriver to see if it can h... |
|
royce |
hashcat
|
9 |
7,547 |
01-25-2019, 07:08 AM |
|
|
Thread: Trying to get formatting right
Post: RE: Trying to get formatting right
Posting non-example unredacted hashes is against the forum rules (https://hashcat.net/forum/announcement-2.html). I've redacted your post.
It looks like this mode may match:
Code:
--
140... |
|
royce |
hashcat
|
6 |
3,627 |
01-20-2019, 08:53 PM |
|
|
Thread: 0% progress
Post: RE: 0% progress
Progress in this context is 'how many hashes were successfully cracked'. So if you're only cracking a single hash, progress will always be either 0 or 100. :) |
|
royce |
hashcat
|
4 |
2,489 |
01-19-2019, 09:39 PM |
|
|
Thread: 0% progress
Post: RE: 0% progress
'Rejected' means 'password candidate was inapplicable' (such as if it was too long or too short for that hash algorithm) rather than 'password candidate was tried and it didn't work'.
Recommendatio... |
|
royce |
hashcat
|
4 |
2,489 |
01-19-2019, 07:42 PM |
|
|
Thread: Ransomware attack [email protected]
Post: RE: Ransomware attack [email protected]
Jase, you might consider consulting with your local law enforcement. They often have access to tools to help you narrow down the variant and might be able to tell you more about how this particular va... |
|
royce |
hashcat
|
4 |
4,899 |
01-13-2019, 08:35 PM |