Search Results
|
Post |
Author |
Forum |
Replies
[desc]
|
Views |
Posted |
|
|
Thread: Noob Extracting VeraCrypt MBR
Post: RE: Noob Extracting VeraCrypt MBR
Where did you get the information from that it needs to have a "Veracrypt" string in it?
This is not true as far as I can tell.
You are basically searching for something (the "Veracrypt" thing) that s... |
|
philsmd |
hashcat
|
20 |
24,726 |
01-26-2017, 09:34 AM |
|
|
Thread: Noob Extracting VeraCrypt MBR
Post: RE: Noob Extracting VeraCrypt MBR
Looks good. Good luck with the password recovery. |
|
philsmd |
hashcat
|
20 |
24,726 |
01-27-2017, 10:33 AM |
|
|
Thread: Noob Extracting VeraCrypt MBR
Post: RE: Noob Extracting VeraCrypt MBR
Why do you use mask processor? hashcat has inbuilt support for mask attack (--attack-mode 3 or short -a 3).
Your disk and transfer speed to the GPUs is probably the bottleneck (if you do not use -a 3 ... |
|
philsmd |
hashcat
|
20 |
24,726 |
01-27-2017, 10:55 AM |
|
|
Thread: Noob Extracting VeraCrypt MBR
Post: RE: Noob Extracting VeraCrypt MBR
Well, that's very different, both the size of the binary data and they don't even use an offset (the skip parameter).
Of course if you skip 31744 from the start you won't find the "Truecrypt΅ header ... |
|
philsmd |
hashcat
|
20 |
24,726 |
01-27-2017, 09:36 AM |
|
|
Thread: Noob Extracting VeraCrypt MBR
Post: RE: Noob Extracting VeraCrypt MBR
atom was not speaking about the output length but about the details of the algorithm, i.e. whenever you have to apply the same hashing function thousand or even millions of times, the speed will be dr... |
|
philsmd |
hashcat
|
20 |
24,726 |
01-28-2017, 01:50 PM |
|
|
Thread: WPA/WPA2 PMK mode (2501)
Post: RE: WPA/WPA2 PMK mode (2501)
If you run hashcat --help (with the latest version of hashcat) you will see that 2501 is supported and within the output.
you can use hcxtools from https://github.com/ZerBea/hcxtools (wlancap2hcx -... |
|
philsmd |
General Talk
|
20 |
19,682 |
03-02-2018, 10:03 AM |
|
|
Thread: Hashcat sees my GPU but not my CPU
Post: RE: Hashcat sees my GPU but not my CPU
run this:
Code:
--
clinfo
--
or (filtered):
Code:
--
clinfo | grep "Platform Name"
--
if some very basic third party tools like "clinfo" do not recognize your OpenCL installation, al... |
|
philsmd |
hashcat
|
20 |
6,851 |
10-10-2019, 08:37 AM |
|
|
Thread: Mask not finding password Straight hit or miss.
Post: RE: Mask not finding password Straight hit or miss...
already the fact that it contains the same amount of passwords, but is 2 bytes shorter is suspicous to say the least, maybe it doesn't contain the correct passwords:
Passwords.: 14344392
Bytes....... |
|
philsmd |
hashcat
|
20 |
5,249 |
11-17-2019, 09:01 AM |
|
|
Thread: Mask not finding password Straight hit or miss.
Post: RE: Mask not finding password Straight hit or miss...
just do the same test by putting the word "hashcat!" (without quotes) into rockyou txt and using the example hash from https://hashcat.net/wiki/example_hashes
furthermore, you should clean up (spli... |
|
philsmd |
hashcat
|
20 |
5,249 |
11-17-2019, 04:49 PM |
|
|
Thread: Mask not finding password Straight hit or miss.
Post: RE: Mask not finding password Straight hit or miss...
I really think this is a user error. what is all this strange commands:
Guess.Mask.......: rockyouEdited1.text [19]
Candidates.#1....: rockyouEdited1.text -> rockyouEdited1.text
This means ... |
|
philsmd |
hashcat
|
20 |
5,249 |
11-18-2019, 08:57 AM |
|
|
Thread: Is there a way to extract a password hash from AESCrypt archive?
Post: RE: Is there a way to extract a password hash from...
it seems that the algorithm is quite simple and there are a lot of alternative implementations.
as a test I tried to find out if I'm able to recover/find the password of the example file from here:... |
|
philsmd |
General Talk
|
20 |
5,128 |
01-09-2020, 01:52 AM |
|
|
Thread: Is there a way to extract a password hash from AESCrypt archive?
Post: RE: Is there a way to extract a password hash from...
update: we've now implemented this new algorithm: see https://github.com/hashcat/hashcat/issues/2267 and https://github.com/hashcat/hashcat/pull/2285
The hash format is also explained in the github p... |
|
philsmd |
General Talk
|
20 |
5,128 |
01-17-2020, 11:59 AM |
|
|
Thread: Is there a way to extract a password hash from AESCrypt archive?
Post: RE: Is there a way to extract a password hash from...
just run it and see if it works for you (betas of hashcat are over https://hashcat.net/beta/).
The extraction script can be found here: https://raw.githubusercontent.com/hashcat/hashcat/master/tool... |
|
philsmd |
General Talk
|
20 |
5,128 |
04-08-2020, 04:11 PM |
|
|
Thread: Is there a way to extract a password hash from AESCrypt archive?
Post: RE: Is there a way to extract a password hash from...
There is a file called hashcat.exe in the beta version, as well. You do not need to use ubuntu.
Just use the exe files for windows. this should be a quite obvious thing to do and was also already m... |
|
philsmd |
General Talk
|
20 |
5,128 |
04-08-2020, 05:48 PM |
|
|
Thread: Is there a way to extract a password hash from AESCrypt archive?
Post: RE: Is there a way to extract a password hash from...
This is quite off-topic for the AEScrypt problem. I would suggest to just search for forum posts that explain how to identify the hardware you have and install the driver from the vendors page.
It'... |
|
philsmd |
General Talk
|
20 |
5,128 |
04-08-2020, 06:40 PM |
|
|
Thread: Is there a way to extract a password hash from AESCrypt archive?
Post: RE: Is there a way to extract a password hash from...
just to make it very clear: NO, a ramdisk doesn't help against missing or wrong drivers (people often see some "solutions" here and just think this might work... but a ramdisk is something completely/... |
|
philsmd |
General Talk
|
20 |
5,128 |
04-09-2020, 08:32 AM |
|
|
Thread: Is there a way to extract a password hash from AESCrypt archive?
Post: RE: Is there a way to extract a password hash from...
Do you have any suggestion what we can do to get rid of the "Access is denied" error ?
I'm pretty sure that we have a lot of users testing with the beta and it works for them. Maybe you can just tr... |
|
philsmd |
General Talk
|
20 |
5,128 |
04-09-2020, 05:06 PM |
|
|
Thread: Is there a way to extract a password hash from AESCrypt archive?
Post: RE: Is there a way to extract a password hash from...
In general, everything that you can test with beta is already merged (https://github.com/hashcat/hashcat/pull/2285).
so the answer is, it is already merged and everything can be tested with latest ... |
|
philsmd |
General Talk
|
20 |
5,128 |
04-09-2020, 07:38 PM |
|
|
Thread: Is there a way to extract a password hash from AESCrypt archive?
Post: RE: Is there a way to extract a password hash from...
maybe the main problem was something completely unrelated.
for instance, I noticed a lot of users just copy-paste commands... so for instance they copy-paste this:
(ATTENTION: this command is not ... |
|
philsmd |
General Talk
|
20 |
5,128 |
04-09-2020, 12:49 PM |
|
|
Thread: MD5: Need Advice
Post: RE: MD5: Need Advice
If you are sure that the algorithm is:
md5_hex(md5($salt) . md5_hex($pass))
... where md5 (x) is the binary/raw output and md5_hex (y) is the hexadecimal output...
then it should work.
just try it... |
|
philsmd |
hashcat
|
21 |
20,787 |
05-12-2017, 09:17 AM |