Notice
Recent Posts
Recent Comments
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- NTFS
- SQL Injection
- diva
- CTF-d
- 2018
- 파이썬
- Docker
- lord of sql injection
- ESXi
- beebox
- igoat
- ctf
- 인시큐어뱅크
- InsecureBank
- Strings
- logstash
- elasticsearch
- base64
- kibana
- foremost
- otter
- Openstack
- Volatility
- 안드로이드
- frida
- vulnhub
- XSS
- MFT
- Suninatas
- Reflected XSS
Archives
- Today
- Total
Information Security
Server Communication 본문
Server Communication
- 사용자와 서버 간에 통신상에서 문제가 발생할 수 있는 취약점
위치
iGoat\Server Communicaton\ServerCommunicationExerciseController.m
영향
서버랑 평문 전송시 중요한 정보가 노출될 위험이 있다.
진단
First Name Hugh, Last Name Manatee, SSN 111-22-3344 입력하고 데이터를 전송했다.
사용자 정보는 악의적인 SSL 서버에 전송된다는 메시지를 보여준다.
대응방안
서버와 클라이언트 통신할 때 SSL/TLS 보안 통신을 하는 것이 좋다.
'모바일 > iOS igoat 분석' 카테고리의 다른 글
SQL Injection (0) | 2019.11.19 |
---|---|
Cross Site Scripting (0) | 2019.11.19 |
Public Key pinning (0) | 2019.11.19 |
YAP Storage (0) | 2019.11.19 |
Realm Data Storage (0) | 2019.11.19 |