Search Results
|
Post
[desc]
|
Author |
Forum |
Replies |
Views |
Posted |
|
|
Thread: How to find out veracrypt hash type
Post: RE: How to find out veracrypt hash type
The FAQ over here https://hashcat.net/wiki/doku.php?id=frequently_asked_questions#how_do_i_extract_the_hashes_from_veracrypt_volumes clearly says that you need to extract the last 512 bytes
Quote:... |
|
philsmd |
hashcat
|
2 |
1,411 |
07-26-2019, 04:27 AM |
|
|
Thread: How to find the password for a hidden partition of a single TrueCrypt file?
Post: RE: How to find the password for a hidden partitio...
best recommendation in such cases is always to try to generate a new very similar file/partition with TrueCrypt with known password (maybe even similar password compared to what expect) and try to cra... |
|
philsmd |
hashcat
|
6 |
2,676 |
07-16-2019, 08:31 PM |
|
|
Thread: How to find the password for a hidden partition of a single TrueCrypt file?
Post: RE: How to find the password for a hidden partitio...
yeah and I also do not agree that testing is a waste of time or you can save time by just asking and take everything for granted. Verify it ! check if the claim about this sector is correct by generat... |
|
philsmd |
hashcat
|
6 |
2,676 |
07-17-2019, 01:10 PM |
|
|
Thread: How to generate/try random keys for 3des?
Post: RE: How to generate/try random keys for 3des?
You should be more specific about what you know about the keys/passwords.
If the keys are completely random and k1, k2 and k3 could all be different, then the keyspace is very large (way too large to... |
|
philsmd |
hashcat
|
5 |
4,445 |
08-14-2017, 03:05 PM |
|
|
Thread: How to generate/try random keys for 3des?
Post: RE: How to generate/try random keys for 3des?
I see no reason to use rand () here. That would only make sense if you know the seed (as explained in my previous post). Otherwise it would just slow everything down by a lot.
Furthermore, there is no... |
|
philsmd |
hashcat
|
5 |
4,445 |
08-14-2017, 04:44 PM |
|
|
Thread: How to get addresses from keys?
Post: RE: How to get addresses from keys?
I don't think so. You would need to have the password to decrypt it and get the private keys (the HD mechanism automatically allows to generate and lookup all the addresses and public keys if you have... |
|
philsmd |
General Talk
|
3 |
728 |
08-05-2020, 03:28 AM |
|
|
Thread: How to get addresses from keys?
Post: RE: How to get addresses from keys?
this makes no sense:
Code:
--
-1 ?u?l -2 ?u?l -3 ?u?l -4 ?u?l
--
they all define the same thing. so do it only once
Code:
--
hashcat -m 22700 -a 3 -w 3 -1 ?u?l -i --increment-min 5 hashe... |
|
philsmd |
General Talk
|
3 |
728 |
08-07-2020, 03:18 AM |
|
|
Thread: How to get status for cracking process to use in other programs?
Post: RE: How to get status for cracking process to use ...
also read this: https://hashcat.net/forum/thread-2296.html
and the restore file format: https://hashcat.net/wiki/doku.php?id=oclhashcat_lite#parsing_the_restore-file |
|
philsmd |
Old hashcat Support
|
3 |
7,262 |
10-30-2013, 12:10 AM |
|
|
Thread: How to get the hash code for simple Veracrypt folder
Post: RE: How to get the hash code for simple Veracrypt ...
1. yeah, you can use that dd windows port. You can see how other users used it:
- https://hashcat.net/forum/thread-8493-post-45361.html#pid45361
- https://hashcat.net/forum/thread-8098-post-43441.ht... |
|
philsmd |
hashcat
|
3 |
681 |
06-30-2020, 07:47 PM |
|
|
Thread: How to get the hash code for simple Veracrypt folder
Post: RE: How to get the hash code for simple Veracrypt ...
you could just simple open the file manager ("explorer.exe") and go to that folder to see if it has the correct file size (and double check the file name + extension).
Normally there also comes som... |
|
philsmd |
hashcat
|
3 |
681 |
07-01-2020, 11:40 AM |
|
|
Thread: How to go about a password you know has 3 - 5 more or less known words?
Post: RE: How to go about a password you know has 3 - 5 ...
you could just use --stdout -a 1 or combinator.bin or combinator3.bin to generate a dictionary file.
you could for instance start with a list of 2 words combinated together and with -a 1 add the 3r... |
|
philsmd |
General Talk
|
11 |
1,772 |
07-05-2020, 01:15 PM |
|
|
Thread: How to go about a password you know has 3 - 5 more or less known words?
Post: RE: How to go about a password you know has 3 - 5 ...
different topic, off-topic
hint: encoding. UTF8 character encoding is supported by default, but all hashing algorithms work with bytes (0x00-0xff) anyways. |
|
philsmd |
General Talk
|
11 |
1,772 |
07-05-2020, 05:23 PM |
|
|
Thread: How to go about a password you know has 3 - 5 more or less known words?
Post: RE: How to go about a password you know has 3 - 5 ...
the file redirect with
Code:
--
> two_words.txt
--
was already mentioned above.
Please read more carefully |
|
philsmd |
General Talk
|
11 |
1,772 |
07-05-2020, 05:35 PM |
|
|
Thread: How to go about a password you know has 3 - 5 more or less known words?
Post: RE: How to go about a password you know has 3 - 5 ...
my guess is that you messed your command up.
maybe you specified a wrong file. Make sure that everything after "combinator" is a text file. for instance "combinator combinator ... " do not make sen... |
|
philsmd |
General Talk
|
11 |
1,772 |
07-05-2020, 06:19 PM |
|
|
Thread: How to go about a password you know has 3 - 5 more or less known words?
Post: RE: How to go about a password you know has 3 - 5 ...
instead of
Code:
--
...
--
you should of course insert the path names as explained above.
Yeah, the BOM is indeed a problem, you should open the file in Notepad++ and store the file witho... |
|
philsmd |
General Talk
|
11 |
1,772 |
07-05-2020, 06:47 PM |
|
|
Thread: How to input '-' charactor?
Post: RE: How to input '-' charactor?
You can just use -- to mark the end of the parameters.
For instance:
Code:
--
cudahashcat-plus64.exe -m 0 -a 3 d:\2222222.md5 -- -?a?a?a?a?a
--
There are several other ways to do it, but most of t... |
|
philsmd |
General Help
|
2 |
4,542 |
12-25-2014, 01:19 PM |
|
|
Thread: how to make an attack
Post: RE: how to make an attack
probably just an escaping problem. for instance use "$-" instead on some operating system, some need \$- etc.
I would test with a rule that doesn't need escaping at all, like:
hashcat -j u ...
... |
|
philsmd |
hashcat
|
4 |
2,139 |
06-25-2019, 08:08 AM |
|
|
Thread: How to map a password policy onto your Mask?
Post: RE: How to map a password policy onto your Mask?
Hey Rob,
the best thing you should do is to have a look into the hashcat wiki https://hashcat.net/wiki/ and for your particular problem, see here: https://hashcat.net/wiki/doku.php?id=mask_attack
Your... |
|
philsmd |
hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip
|
6 |
16,455 |
05-29-2013, 10:44 AM |
|
|
Thread: AesCrypt hash: How to obtain iv, enc_iv, enc_key, HMAC and encrypttion
Post: RE: How to obtain iv, enc_iv, enc_key, HMAC and en...
you might need to have a look at the Aes Crypt file format page:
https://www.aescrypt.com/aes_file_format.html
They explain how the file format is and how it changed over time
there is "AES" at... |
|
philsmd |
hashcat
|
5 |
812 |
07-07-2020, 08:09 PM |
|
|
Thread: AesCrypt hash: How to obtain iv, enc_iv, enc_key, HMAC and encrypttion
Post: RE: How to obtain iv, enc_iv, enc_key, HMAC and en...
btw: just to be very clear, you need to run the perl script like this:
Code:
--
cd tools
perl aescrypt2hashcat.pl file.aes
--
i.e. in your cmd window, you need to enter the tools folder (I as... |
|
philsmd |
hashcat
|
5 |
812 |
07-08-2020, 12:11 PM |