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
- binwalk
- otter
- frida
- foremost
- Suninatas
- ESXi
- Reflected XSS
- 안드로이드
- MFT
- 2018
- Openstack
- beebox
- lord of sql injection
- Docker
- ctf
- igoat
- vulnhub
- CTF-d
- elasticsearch
- base64
- SQL Injection
- XSS
- dreamhack
- InsecureBank
- FTK Imager
- Strings
- diva
- kibana
- Volatility
- 인시큐어뱅크
Archives
- Today
- Total
Information Security
DIVA - Access Control Issues - Part 1 본문
목표: 앱을 실행하지 않은 상태에서 API 자격증명 획득하기

VIEW API CREDENTIALS 버튼 클릭 시 API 정보가 노출된 것을 알 수 있다.

소스코드에서 Activity는 intent-filter로 보호된 것을 볼 수 있다. 그러나 절대 intenet-filter를 보호 메커니즘으로 사용하면 안 된다. intent-filter가 Activity와 같은 애플리케이션 컴포넌트에 쓰였을 때 해당 컴포넌트는 공개적으로 export 되기 때문에 임의로 접근할 수 있다.

am = Activity Manager, start = Activity 실행, APICredsActivity를 시작하라는 명령어다.

메인 화면에서 바로 Vendor API Credentials 화면을 보여주는 것을 알 수 있다.

'모바일 > Android DIVA' 카테고리의 다른 글
| DIVA - Access Control Issues - Part 3 (0) | 2021.01.06 |
|---|---|
| DIVA - Access Control Issues - Part 2 (0) | 2021.01.05 |
| DIVA - Input Validation Issues - Part 2 (0) | 2021.01.04 |
| DIVA - Input Validation Issues - Part 1 (0) | 2021.01.04 |
| DIVA - Insecure Data Storage - Part 4 (0) | 2021.01.03 |