시스템/FTZ
hackerschool FTZ : level 8 풀이
pu1et
2019. 3. 30. 00:08
풀이
1. find / -size 2700c 2>/dev/null
용량이 2700bytes인 파일을 섬색
2. john the ripper 사용해 패스워드 복호화
shadow파일은 ' : ' 기준으로 9개 항목으로 구성되어 있음
패스워드(2번째)는 암호화되어 저장
패스워드 구조
[$Hashid$Salt$HashValue]
john the ripper을 사용한 복호화
1. john the ripper을 윈도우에 설치
디폴트 설치 경로 : C:\john179
2. C\john179\run에 cmd.exe와 found.txt은 password.txt을 넣고
cmd 실행해 john password.txt 입력하면 복호화 가능