mirror of
https://github.com/stulle123/kakaotalk_analysis.git
synced 2025-02-06 06:55:29 +00:00
Update documentation
This commit is contained in:
parent
9be7f13d84
commit
a770a0b587
|
@ -13,7 +13,7 @@ This is how one can run the PoC:
|
|||
- Assumption: You've already set up your test environment (see setup description [here](./SETUP.md))
|
||||
- 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 `Frida`: `$ frida -U -l loco-tracer.js -f com.kakao.talk`
|
||||
- Start `Frida`: `$ frida -U -l trace_loco.js -f com.kakao.talk`
|
||||
- Create a new *Secret Chat* room in the KakaoTalk app and send a message
|
||||
- View message in `mitmproxy` terminal window
|
||||
|
||||
|
|
|
@ -50,7 +50,7 @@ class FlipCiphertextBits(LocoMitmBase):
|
|||
|
||||
return
|
||||
|
||||
# Flip ciphertext bits to show CFB malleability
|
||||
# Flip ciphertext bits of incoming messages to show CFB malleability
|
||||
if not message.from_client and self.parser.loco_packet.loco_command == "MSG":
|
||||
flipped_packet = self.parser.flip_bits(self.trigger_msg)
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user