From db00ae12bcaaf2a3e488128b52652b54036de9b0 Mon Sep 17 00:00:00 2001 From: stulle123 Date: Wed, 26 Apr 2023 14:46:12 +0200 Subject: [PATCH] Add file directories and KeyStore infos --- RECON.md | 27 ++++++++++++++++++++++++++- 1 file changed, 26 insertions(+), 1 deletion(-) diff --git a/RECON.md b/RECON.md index aeb69f1..d7bb0af 100644 --- a/RECON.md +++ b/RECON.md @@ -1,6 +1,20 @@ # Recon -- Interfaces with interesting APIs (names generated by `jadx`): +File directories: + +``` +Name Path +---------------------- ---------------------------------------------------------- +cacheDirectory /data/user/0/com.kakao.talk/cache +codeCacheDirectory /data/user/0/com.kakao.talk/code_cache +externalCacheDirectory /storage/emulated/0/Android/data/com.kakao.talk/cache +filesDirectory /data/user/0/com.kakao.talk/files +obbDir /storage/emulated/0/Android/obb/com.kakao.talk +packageCodePath /data/app/com.kakao.talk-wRI5HzbljAi9o-6SZLN55g==/base.apk +``` + +Java interfaces with interesting Rest APIs (interface names generated by `jadx`): + ``` com.kakao.p129i.appserver.AppApi com.kakao.talk.net.retrofit.BackupRestoreService @@ -16,3 +30,14 @@ e31.QRLoginService e31.ReAuthService p360hh.AuthApi ``` + +## Crypto + +Android KeyStore + +``` +Alias Key Certificate +------------------------ ---- ----------- +talkpass_keystore True False +crypto_db_passphrase_key True False +```