Search Results
|
Post |
Author |
Forum |
Replies |
Views
[asc]
|
Posted |
|
|
Thread: Decrypt PGP encryption (Symantec).
Post: Decrypt PGP encryption (Symantec).
Hello.
I have a hard disk with one encryption partition. PGP encryption (Symantec).
How can I decrypt this partition with hashcat?
Thanks in advance. |
|
eugene_777 |
hashcat
|
6 |
3,675 |
02-07-2019, 07:28 PM |
|
|
Thread: Decrypt PGP encryption (Symantec).
Post: RE: Decrypt PGP encryption (Symantec).
undeath Wrote: (02-07-2019, 08:24 PM)
--
not supported. btw, hashcat can help with recovering a password but not decrypt anything.
--
It's would be good. I mean recovery password. But how can I do it... |
|
eugene_777 |
hashcat
|
6 |
3,675 |
02-07-2019, 11:36 PM |
|
|
Thread: Decrypt PGP encryption (Symantec).
Post: RE: Decrypt PGP encryption (Symantec).
undeath Wrote: (02-07-2019, 11:52 PM)
--
the software you are asking about is not supported by hashcat.
--
I understood. Maybe could you advise me other software for my goal? |
|
eugene_777 |
hashcat
|
6 |
3,675 |
02-08-2019, 12:29 AM |
|
|
Thread: Decrypt PGP encryption (Symantec).
Post: RE: Decrypt PGP encryption (Symantec).
Mem5 Wrote: (02-08-2019, 12:43 PM)
--
eugene_777 Wrote: (02-08-2019, 12:29 AM)
--
I understood. Maybe could you advise me other software for my goal?
--
EnCase Forensic 8 (https://www.guidancesoft... |
|
eugene_777 |
hashcat
|
6 |
3,675 |
02-08-2019, 02:57 PM |
|
|
Thread: To crack passwords with Russian symbols
Post: To crack passwords with Russian symbols
Hello. Help me, please. I have read a lot of to topics into this forum, but I can't understand how to crack passwords with Russian symbols.
For instance, I have the test NTLM hash from the SAM f... |
|
eugene_777 |
hashcat
|
8 |
2,991 |
11-27-2019, 12:03 PM |
|
|
Thread: To crack passwords with Russian symbols
Post: RE: To crack passwords with Russian symbols
Ок. If I understood right my request should look as:
hashcat -a 3 -m 1000 e:\testvmhash.txt -1 charsets/standard/Russian/ru_cp1251.hcchr ?d?1 --encoding-to=UTF-16LE
but it doesn't work anyway.
What... |
|
eugene_777 |
hashcat
|
8 |
2,991 |
11-27-2019, 02:50 PM |
|
|
Thread: To crack passwords with Russian symbols
Post: RE: To crack passwords with Russian symbols
undeath Wrote: (11-27-2019, 03:42 PM)
--
You need to use the MD4 (900) hash mode, not NTLM (1000) in that case. And you probably need to specify the --encoding-from option.
--
I tried it but it doesn... |
|
eugene_777 |
hashcat
|
8 |
2,991 |
11-27-2019, 04:12 PM |
|
|
Thread: To crack passwords with Russian symbols
Post: RE: To crack passwords with Russian symbols
undeath Wrote: (11-27-2019, 04:34 PM)
--
your command should probably look like this:
hashcat -a 3 -m 900 e:\testvmhash.txt -1 charsets/standard/Russian/ru_cp1251.hcchr ?d?1 --encoding-to=utf16le --... |
|
eugene_777 |
hashcat
|
8 |
2,991 |
11-27-2019, 04:45 PM |