Add file directories and KeyStore infos

This commit is contained in:
stulle123 2023-04-26 14:46:12 +02:00 committed by GitHub
parent 01719c837f
commit db00ae12bc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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
```