Wargame/FTZ

Hackerschool FTZ level6

pwn3r_45 2011. 7. 17. 13:19
Category : System hacking

ssh://ftz.hackerschool.org
id : level6
pw : what the hell

Summary : ctrl + c , SIGINT

 
서버에 접속하여 문제를 확인한다.



hint - 인포샵 bbs의 텔넷 접속 메뉴에서 많이 사용되던 해킹 방법이다.

 


접속하자 bash가 실행되지 않고 위와 같은 문구만 나온다. bbs를 사용할적에 컴퓨터를 다룬적이 없기때문에 이해가 되지 않는다.
ctrl + c 를 눌러 SIGINT signal을 보내 process를 종료시켰다.
종료되자 bash 프롬프트가 나타났다. 현재 디렉토리에있는 파일을 확인하니 password라는 파일이 있었다.

^C
[level6@ftz level6]$ ls -l
합계 32
-rw-r--r--    1 root     root           72 11월 23  2000 hint
-rw-r-----    1 root     level6         36  3월 24  2000 password
drwxr-xr-x    2 root     level6       4096  5월 16  2005 public_html
drwxrwxr-x    2 root     level6       4096  6월 25 21:50 tmp
-rwxr-x---    1 root     level6      14910  3월  5  2003 tn
[level6@ftz level6]$ cat password
Level7 password is "come together".

level7 user의 password를 얻었다.