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
- Bandit Level 6 → Level 7
- 변수명 짓는법
- springboot
- pl/sql
- was버그
- Bandit Level 6
- CSS
- java.sql.SQLRecoverableException
- mysql 튜닝
- 나선형 모형
- 인증서만료에러
- 에자일 모형
- table scan
- Law of Demeter
- 커맨드공부
- 클린코드
- 스크럼기법
- 시스템 파악
- OpenAPI
- 명령어공부
- 디미터 법칙
- was SQLRecoverableException
- SQLRecoverableException
- 프로토타입 모형
- plsql
- Bandit Level 5
- vue
- 시스템 파악 정리
- avax.net.ssl.SSLHandshakeException:
- 폭포수 모형
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