Search Results
|
Post
[asc]
|
Author |
Forum |
Replies |
Views |
Posted |
|
|
Thread: How to know the number of characters in a password ?
Post: RE: How to know the number of characters in a pass...
I've got no advice other than what I already suggested above. |
|
royce |
hashcat
|
8 |
5,756 |
06-07-2018, 02:23 AM |
|
|
Thread: How to know the number of characters in a password ?
Post: RE: How to know the number of characters in a pass...
Ah, OK. The best wordlist I know of, bang for the buck, is the hashes.org founds (the "found in plain" here: https://hashes.org/left.php). |
|
royce |
hashcat
|
8 |
5,756 |
06-07-2018, 06:10 PM |
|
|
Thread: How to install hxcdumptool manually?
Post: RE: How to install hxcdumptool manually?
There's no install - you just download it by whatever means you can, and then transfer it to where you need to run it, and then compile+run. |
|
royce |
hashcat
|
7 |
2,463 |
08-25-2019, 02:28 AM |
|
|
Thread: How to install hxcdumptool manually?
Post: RE: How to install hxcdumptool manually?
Yep, the GitHub repo says that it's as simple as that. |
|
royce |
hashcat
|
7 |
2,463 |
08-25-2019, 02:43 AM |
|
|
Thread: How to install hxcdumptool manually?
Post: RE: How to install hxcdumptool manually?
Looking at the Makefile, it looks pretty vanilla - I see OpenSSL (which most Linux systems will have). If you encounter an error, post and we'll tackle it together. :) |
|
royce |
hashcat
|
7 |
2,463 |
08-25-2019, 03:06 AM |
|
|
Thread: How to increment in the middle of a mask?
Post: RE: How to increment in the middle of a mask?
Masks, and the incrementing if them, are both per-position - you would need multiple masks to represent the range it looks like you're wanting:
?u?l?l?l?l?l?d?d?s would cover Aaaaaa11! through Zzzz... |
|
royce |
hashcat
|
5 |
856 |
07-04-2020, 11:58 PM |
|
|
Thread: How to increment in the middle of a mask?
Post: RE: How to increment in the middle of a mask?
Yes, you can put them in a file, and then use the filename instead of the mask. |
|
royce |
hashcat
|
5 |
856 |
07-05-2020, 01:21 AM |
|
|
Thread: How to increment in the middle of a mask?
Post: RE: How to increment in the middle of a mask?
Why did you cross-post this question on the Security SE?
https://security.stackexchange.com/questions/234231/hashcat-how-to-increment-in-the-middle-of-a-mask |
|
royce |
hashcat
|
5 |
856 |
07-05-2020, 02:39 PM |
|
|
Thread: how to hash with hashcat
Post: RE: how to hash with hashcat
The full Github hashcat distribution also has a "test.pl" Perl script in the tools/ directory that can hash quite a few formats.
$ echo -n 'password' | ./tools/test.pl passthrough 0
5f4dcc3b5aa765... |
|
royce |
hashcat
|
7 |
7,752 |
05-07-2017, 04:26 PM |
|
|
Thread: How to get DES key if I know plain text?
Post: RE: How to get DES key if I know plain text?
DES and 3DES have been implemented:
https://github.com/hashcat/hashcat/commit/71a8459d851d246945343ea59effa1d46b965bf8
Beta binaries are here: https://hashcat.net/beta/ |
|
royce |
hashcat
|
4 |
7,221 |
08-30-2016, 08:18 PM |
|
|
Thread: how to extract hash from veracrypt container
Post: RE: how to extract hash from veracrypt container
Same procedure as for TrueCrypt:
https://hashcat.net/wiki/frequently_asked_questions#how_do_i_extract_the_hashes_from_truecrypt_volumes |
|
royce |
hashcat
|
6 |
16,511 |
01-16-2017, 09:18 PM |
|
|
Thread: How to disable the output of hacked hashes
Post: RE: How to disable the output of hacked hashes
The --outfile/--outfile-format parameters can suppress the console output this way. (If you don't want the output retains anywhere at all, you can map --outfile to /dev/null). |
|
royce |
hashcat
|
1 |
1,684 |
10-21-2018, 05:30 PM |
|
|
Thread: How to decrypt CSS/CPPM?
Post: RE: How to decrypt CSS/CPPM?
What's the definition of "clean" in this context? |
|
royce |
General Talk
|
4 |
5,241 |
04-23-2017, 03:17 PM |
|
|
Thread: How to crack custom hash - SHA512, SHA256, and MD5 combined
Post: RE: How to crack custom hash - SHA512, SHA256, and...
John the Ripper has a way to express custom hashes, but I'm not sure that it would support hundreds of them nested.
MDXfind's -i flag can be used to iterate hundreds of times, but only for a given ha... |
|
royce |
hashcat
|
3 |
3,429 |
11-11-2018, 03:41 PM |
|
|
Thread: How to crack AEM/CQ sha256 hash?
Post: RE: How to crack AEM/CQ sha256 hash?
Looks like this is the same as:
https://github.com/magnumripper/JohnTheRipper/pull/3240
... so John the Ripper (jumbo edition) may have it soon? |
|
royce |
hashcat
|
5 |
5,005 |
05-02-2018, 06:16 PM |
|
|
Thread: How to configure a thin brute force in hashcat?
Post: RE: How to configure a thin brute force in hashcat...
Hashcat won't do this today.
You might be able to simulate it with John the Ripper's "single" mode, by creating an artificial shadow file, with the expected password in the username field. |
|
royce |
hashcat
|
2 |
2,124 |
12-08-2018, 11:54 PM |
|
|
Thread: How to change password length (min/max)
Post: RE: How to change password length (min/max)
Short answer: add the '-O' flag.
The default min and max lengths shown are very broad, and not as specific as any particular attack (though they do have broad impact on attack speed). It's about yo... |
|
royce |
hashcat
|
4 |
9,652 |
02-06-2018, 03:35 AM |
|
|
Thread: How to add a rule list/set
Post: RE: How to add a rule list/set
https://hashcat.net/wiki/doku.php?id=rule_based_attack |
|
royce |
hashcat
|
3 |
2,484 |
08-30-2018, 05:54 AM |
|
|
Thread: How many GPUs can i use with X10DRG-Q (supermicro)
Post: RE: How many GPUs can i use with X10DRG-Q (supermi...
Our own hardware forum is pretty reputable ;) - search there for PCI-E, extenders, etc. and you should get some good leads. |
|
royce |
Hardware
|
5 |
4,355 |
06-03-2018, 05:16 PM |
|
|
Thread: How many GPUs can i use with X10DRG-Q (supermicro)
Post: RE: How many GPUs can i use with X10DRG-Q (supermi...
Yes, there are ways to do this with PCI-E extenders and an open case. But the choice of extenders can be tricky - powered vs unpowered, and general manufacturing quality can be poor. You can research ... |
|
royce |
Hardware
|
5 |
4,355 |
06-03-2018, 04:29 PM |