반응형
Notice
Recent Posts
Recent Comments
Link
250x250
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- ui 디자인 기본원칙
- UseCase
- 암표거래
- 구조적 설계
- gof design pattern
- factory metohd pattern
- 객체 상속 속성 인스턴스 메소드 오퍼레이션
- strucuture charat
- prototypepattern 예시 example
- 클래스 관계
- Bandit
- sofrware architeture
- 모듈구조도
- base64
- telnet
- bandit21
- 리버스쉘
- 상태다이어그램
- 소프트웨어공학 디자인패턴
- nc reverse shell
- ssh
- fan-in fan-out
- 생성패턴 행위패턴 구조패턴
- usecase description
- status diagram
- madia designer ui design
- 팬인과 팬아웃
- 매크로를 바라보는 시각
- cron
- 디자인패턴
Archives
- Today
- Total
목록bandit15 (1)
2.log
[bandit] level 15 - 19
✅ Level 15 :The password for the next level can be retrieved by submitting the password of the current level to port 30001 on localhost using SSL encryption 🖊︎ OpenSSL 의 HeartBeat 취약점 이용한 exploit netstat -tnl 명령어로 현재 연결된 포트 확인하니 30001번 포트가 LISTEN(연결 대기중) 상태였음 문제에서 localhost가 ssl encrytion 을 사용중이라고 하였으므로, ssl 로 구현된 서버에 원격접속하기 위해 명령어 입력 $ openssl s_client -connect 127.0.0.1:30001 연결에 성공하자 인증 체인정보,..
HACKING/Bandit
2023. 4. 9. 17:35