mirror of
https://github.com/stulle123/kakaotalk_analysis.git
synced 2025-05-07 12:06:09 +00:00
Add file directories and KeyStore infos
This commit is contained in:
parent
01719c837f
commit
db00ae12bc
27
RECON.md
27
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
|
||||
```
|
||||
|
|
Loading…
Reference in New Issue
Block a user