일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 6 | 7 |
8 | 9 | 10 | 11 | 12 | 13 | 14 |
15 | 16 | 17 | 18 | 19 | 20 | 21 |
22 | 23 | 24 | 25 | 26 | 27 | 28 |
29 | 30 |
- 멀티터치노트북
- 자바로 엑셀만들기
- ehart
- C++
- 터치노트북
- XSSF
- Samsung Updates
- airbar
- ftz level3
- 멀티터치노트북이란
- ftz level4
- ftz level1
- 터치패드 먹통
- 노트북 터치패드
- 안드로이드
- c++ 출력문
- c
- 안드로이드스튜디오
- ftz
- ftz level2
- Exception in thread "main" java.lang.NoClassDefFoundError: org/apache/commons/compress/archivers/zip/ZipFile
- for fun
- python library
- Exception in thread "main" java.lang.NoClassDefFoundError: org/apache/commons/collections4/ListValuedMap
- ListValuedMap
- vi editor shell
- 터치패드 오류
- rust #casting
- 삼성 노트북 터치패드 먹통
- java
- Today
- Total
목록ftz (4)
ASCII
로그인 ID : level4 PW : suck my brain 본문 명령어를 이용해서 홈에 있는 파일과 폴더 목록을 확인해봅시다. ls -l [level4@ftz level4]$ ls -l total 12 -rw-r--r-- 1 root root 50 Feb 24 2002 hint drwxr-xr-x 2 root level4 4096 Feb 24 2002 public_html drwxrwxr-x 2 root level4 4096 Jan 31 08:16 tmp cat 명령어를 이용해서 hint 파일의 내용을 확인해봅시다. cat hint [level4@ftz level4]$ cat hint 누군가 /etc/xinetd.d/에 백도어를 심어놓았다.! ls 명령을 이용해서 /etc/xinet.d 경로를 확인해..
로그인 ID : level3 PW : can you fly? 본문 명령어를 이용해서 홈에 있는 파일과 폴더 목록을 확인해봅시다. ls -l [level3@ftz level3]$ ls -l total 12 -rw-r--r-- 1 root root 543 Nov 26 2000 hint drwxr-xr-x 2 root level3 4096 Feb 24 2002 public_html drwxrwxr-x 2 root level3 4096 Jan 30 12:35 tmp cat 명령어를 이용해서 hint 파일의 내용을 확인해봅시다. cat hint [level3@ftz level3]$ cat hint 다음 코드는 autodig의 소스이다. #include #include #include int main(int arg..
로그인 ID : level2 PW : hacker or cracker 본문 명령어를 이용해서 홈에 있는 파일과 폴더 목록을 확인해봅시다. ls -l [level2@ftz level2]$ ls -l total 12 -rw-r--r-- 1 root root 60 Mar 23 2000 hint drwxr-xr-x 2 root level2 4096 Feb 24 2002 public_html drwxrwxr-x 2 root level2 4096 Jan 30 07:17 tmp cat 명령어를 이용해서 hint 파일의 내용을 확인해봅시다. cat hint [level2@ftz level2]$ cat hint 텍스트 파일 편집 중 쉘의 명령을 실행시킬 수 있다는데... 우선 level1에서 처럼 소유자가 level3이..
로그인 ID : level1 PW : level1 본문 명령어를 이용해서 홈에 있는 파일과 폴더 목록을 확인해봅시다. ls -l [level1@ftz level1]$ ls -l total 12 -rw-r--r-- 1 root root 47 Apr 4 2000 hint drwxr-xr-x 2 root level1 4096 Dec 7 2003 public_html drwxrwxr-x 2 root level1 4096 Jan 16 2009 tmp cat 명령어를 이용해서 hint 파일의 내용을 확인해봅시다. cat hint [level1@ftz level1]$ cat hint level2 권한에 setuid가 걸린 파일을 찾는다. find 명령을 이용해서 소유자가 level2이면서 파일 권한에 4000이 포함..