kakaotalk_analysis/README.md
2023-12-26 17:09:47 +01:00

20 lines
471 B
Markdown

# Kakaotalk 10.4.3 Security Analysis
## Setup
[My setup used to analyze the KakaoTalk Android app](./doc/SETUP.md).
## Recon
- [General recon notes](./doc/RECON.md).
- [WebView recon](./doc/WEBVIEW.md).
## Findings
- [Steal another user's chat messages](./doc/ACCOUNT_TAKEOVER.md)
- [Secret Chat findings](./doc/SECRET_CHAT.md)
## Scripts
- Frida and mitmproxy scripts are in [here](./scripts/).
- [How to run the mitmproxy scripts](./scripts/mitmproxy/README.md)