2023-04-25 12:21:58 +00:00
|
|
|
# Recon
|
|
|
|
|
2023-04-26 12:46:12 +00:00
|
|
|
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`):
|
|
|
|
|
2023-04-25 12:21:58 +00:00
|
|
|
```
|
|
|
|
com.kakao.p129i.appserver.AppApi
|
|
|
|
com.kakao.talk.net.retrofit.BackupRestoreService
|
|
|
|
com.kakao.talk.net.retrofit.service.AccountService
|
|
|
|
com.kakao.talk.net.retrofit.service.AccountTempTokenService
|
|
|
|
com.kakao.talk.net.retrofit.service.ChangePhoneNumberService
|
|
|
|
com.kakao.talk.net.retrofit.service.CreateAccountService
|
|
|
|
com.kakao.talk.net.retrofit.service.KakaoOAuthService
|
|
|
|
com.kakao.talk.net.retrofit.service.OAuth2Service
|
|
|
|
com.kakao.talk.net.retrofit.service.SettingsService
|
|
|
|
com.kakao.talk.net.retrofit.service.SubDeviceLoginService
|
|
|
|
e31.QRLoginService
|
|
|
|
e31.ReAuthService
|
|
|
|
p360hh.AuthApi
|
|
|
|
```
|
2023-04-26 12:46:12 +00:00
|
|
|
|
|
|
|
## Crypto
|
|
|
|
|
|
|
|
Android KeyStore
|
|
|
|
|
|
|
|
```
|
|
|
|
Alias Key Certificate
|
|
|
|
------------------------ ---- -----------
|
|
|
|
talkpass_keystore True False
|
|
|
|
crypto_db_passphrase_key True False
|
|
|
|
```
|