본문 바로가기
컴퓨터/hackerschool

hackerschool level 7

by 싱판다 2012. 2. 17.
level7 / come together

[level7@localhost level7]$ cat hint

/bin/level7 명령을 실행하면, 패스워드 입력을 요청한다.

1. 패스워드는 가까운곳에..
2. 상상력을 총동원하라.
3. 2진수를 10진수를 바꿀 수 있는가?
4. 계산기 설정을 공학용으로 바꾸어라.

[level7@localhost bin]$ ls -al level7
-rws--x---    1 level8   level7      12312  2월 16 21:35 level7
 
[level7@localhost bin]$ ./level7
Insert The Password : 111
?щ컮瑜댁? ?딆? ?⑥뒪?뚮뱶?낅땲??..
?⑥뒪?뚮뱶??媛€源뚯슫怨녹뿉...
--_--_- --____- ---_-__ --__-_-
[level7@localhost bin]$

--_--_- --____- ---_-__ --__-_- 이것을 1과 0으로 바꿔서 10진수로 바꿔보겠다

1101101 1100001 1110100 1100101 
109          97         116       101

나온 이 수들을 아스키 코드에 넣어보면... 

mate 

[level7@localhost bin]$ ./level7
Insert The Password : mate

Congratulation! next password is "break the world".

[level7@localhost bin]$
 


'컴퓨터 > hackerschool' 카테고리의 다른 글

hackerschool level 9  (0) 2012.02.17
hackerschool level 8  (0) 2012.02.17
hackerschool level 6  (0) 2012.02.17
hackerschool level 5  (0) 2012.02.17
hackerschool level 4  (0) 2012.02.13

댓글