> For the complete documentation index, see [llms.txt](https://www.pentestwiki.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://www.pentestwiki.com/post-exploit/undefined/extension/hc.md).

# hc

HC 확장자 파일은 VeraCrypt로 암호화된 가상화 이미지 파일입니다. 해당 파일은 마스터키로 암호화가 되지만 무차별 대입 공격을 통해 패스워드를 깨는 것이 가능합니다.

## Abuse

<pre class="language-bash"><code class="lang-bash"><strong># hc 파일 해시 크랙
</strong>hashcat -m 13721 '&#x3C;hc-file>' '&#x3C;wordlist>'

<strong># VeraCrypt 설치
</strong>- https://veracrypt.io/en/Downloads.html
</code></pre>
