tags: VeraCript_Cracking cracking


Usa il seguente comando per estrarre i 512 bytes del container:

dd.exe if=<path_to_container> of=<path_to_hashfile.tc> bs=512 count=1

Usa il seguente comando per fare un bruteforce numerico:

hashcat.exe -a 3 -w 1 -m 13721 <path_to_hashfile.tc> ?d?d?d?d

Oppure un bruteforce usando una wordlist:

hashcat.exe -w 1 -m 13721 hash.tc wordlist.txt