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
- Strings
- 안드로이드
- diva
- otter
- elasticsearch
- frida
- kibana
- igoat
- MFT
- beebox
- lord of sql injection
- CTF-d
- SQL Injection
- Docker
- Suninatas
- foremost
- ESXi
- 파이썬
- 인시큐어뱅크
- Volatility
- vulnhub
- InsecureBank
- XSS
- Openstack
- ctf
- base64
- NTFS
- Reflected XSS
- 2018
- logstash
Archives
- Today
- Total
Information Security
YAP Storage 본문
YAP Storage
- YAP 데이터베이스는 iOS 및 MAC 용 확장 데이터베이스이다.
위치
iGoat\YAP Data Storage\YAPExcresizeViewController.m
영향
데이터베이스 저장되어 있는 정보가 유출될 위험이 있다.
진단
Yap Storage 문제에서 Username i2sec Password 1234 입력했다.

그림 8-1 처럼 데이터를 입력해 Failed 메시지를 보여준다.

iGoat\YAP Data Storage\YAPExcresizeViewController.m 소스 코드를 보면 Email, Password 정보를 확인할 수 있다.

Username JohnDoe@yap.com Password TheUnknown 데이터를 입력해 Success!! 메시지를 보여준다.

대응방안
데이터베이스에 저장되어 있는 정보를 암호화한다.
'모바일 > iOS igoat 분석' 카테고리의 다른 글
Server Communication (0) | 2019.11.19 |
---|---|
Public Key pinning (0) | 2019.11.19 |
Realm Data Storage (0) | 2019.11.19 |
Plist Storage (0) | 2019.11.19 |
NSUserDefault Storage (0) | 2019.11.19 |