일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- nc reverse shell
- ssh
- 소프트웨어공학 디자인패턴
- UseCase
- base64
- ui 디자인 기본원칙
- 객체 상속 속성 인스턴스 메소드 오퍼레이션
- 클래스 관계
- prototypepattern 예시 example
- cron
- 매크로를 바라보는 시각
- bandit21
- strucuture charat
- 상태다이어그램
- 리버스쉘
- status diagram
- telnet
- 구조적 설계
- Bandit
- 팬인과 팬아웃
- 생성패턴 행위패턴 구조패턴
- fan-in fan-out
- factory metohd pattern
- usecase description
- sofrware architeture
- 디자인패턴
- 모듈구조도
- 암표거래
- madia designer ui design
- gof design pattern
- Today
- Total
목록Bandit (2)
2.log
✅ Level 10 : The password for the next level is stored in the file data.txt, which contains base64 encoded data 🖊︎ base64로 인코딩된 데이터 디코딩하기 base64로 인코딩 된 데이터를 다시 디코딩 해주면 될 듯 함 base64 디코딩 방법은 $ base64 -d [파일명] bandit+) 인코딩과 디코딩 / base64 에 대하여 / https://kimkmg.tistory.com/32 ✅ Level 11 : The password for the next level is stored in the file data.txt, where all lowercase (a-z) and uppercase (A-Z) let..
✅ Level0 : The goal of this level is for you to log into the game using SSH. The host to which you need to connect is bandit.labs.overthewire.org, on port 2220. The username is bandit0 and the password is bandit0. ✅ Level1 : The password for the next level is stored in a file called readme located in the home directory 🖊︎ ssh 접속과 파일 읽어내기 ssh 접속 방법 $ ssh (서버 id)@(ip 주소) 아이디는 bandit0, ip주소는 bandit..