This commit is contained in:
stulle123 2023-12-26 17:14:28 +01:00
commit d569d18fe3

View File

@ -14,7 +14,7 @@ This is how one can run the PoC:
- Wipe all entries in the `public_key_info` and `secret_key_info` tables from the `KakaoTalk.db` database - Wipe all entries in the `public_key_info` and `secret_key_info` tables from the `KakaoTalk.db` database
- Start `mitmproxy`: `$ mitmdump -m wireguard -s mitm_secret_chat.py` - Start `mitmproxy`: `$ mitmdump -m wireguard -s mitm_secret_chat.py`
- Start `Frida`: `$ frida -U -l loco-tracer.js -f com.kakao.talk` - Start `Frida`: `$ frida -U -l loco-tracer.js -f com.kakao.talk`
- Create new *Secret Chat* room in the KakaoTalk app and send a message - Create a new *Secret Chat* room in the KakaoTalk app and send a message
- View message in `mitmproxy` terminal window - View message in `mitmproxy` terminal window
How it works: How it works: