Город МОСКОВСКИЙ
00:10:45

Brute Force VeraCrypt Encryption

Аватар
PHP Заработок
Просмотры:
40
Дата загрузки:
01.12.2023 16:13
Длительность:
00:10:45
Категория:
Обучение

Описание

In this video we'll take a look at brute-forcing VeraCrypt's standard encryption mode using hashcat to get the job done.

I caught myself thinking: how long would it actually take to brute-force specific password masks? That’s when I decided to put it to the test using Hashcat and an operating system equipped with a graphics card.

========= Links =========
1) VeraCrypt: https://www.veracrypt.fr/en/Home.html
2) Hashcat: https://hashcat.net/hashcat/
3) DD for Windows: http://www.chrysocome.net/dd
3) Extracting hash: https://hashcat.net/wiki/doku.php?id=frequently_asked_question #how_do_i_extract_the_hashes_from_truecrypt_volumes


========= Commands ===========
1) Extract VeraCrypt hash:
dd.exe if=..\encrypted\target of=..\encrypted\target_hash.tc bs=512 count=1

2) Hashcat brute-force command:
hashcat.exe -a 3 -w 1 -m 13721 hash.tc ?d?d?d?d

Blog post: https://codeonby.com/2022/01/19/brute-force-veracrypt-encryption/

Рекомендуемые видео