Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 | 31 |
Tags
- was버그
- avax.net.ssl.SSLHandshakeException:
- 시스템 파악 정리
- Bandit Level 5
- 클린코드
- vue
- 프로토타입 모형
- Bandit Level 6 → Level 7
- mysql 튜닝
- 명령어공부
- 스크럼기법
- Law of Demeter
- 인증서만료에러
- springboot
- 에자일 모형
- was SQLRecoverableException
- pl/sql
- 디미터 법칙
- java.sql.SQLRecoverableException
- CSS
- 변수명 짓는법
- plsql
- table scan
- SQLRecoverableException
- 폭포수 모형
- OpenAPI
- 커맨드공부
- Bandit Level 6
- 나선형 모형
- 시스템 파악
Archives
- Today
- Total
목록Bandit Level 6 (1)
개발햄비
[warGame]Bandit Level 6 → Level 7
시작 root@goorm:/# ssh bandit6@bandit.labs.overthewire.org -p2220 문제 The password for the next level is stored somewhere on the server and has all of the following properties: owned by user bandit7 owned by group bandit6 33 bytes in size user == bandit7 group == bandit6 size == 33 bytes 해결 find / -user bandit7 -group bandit6 -size 33c / 는 서버의 최상위 경로. 시스템 전부에서 찾겠다는 옵션. -user 옵션은 파일의 소유자를 검색 -group ..
카테고리 없음
2021. 9. 26. 17:33