Notice
Recent Posts
Recent Comments
Link
Tags
- HacktheBox Mobile
- Android Backup
- Directory traversal
- HackTheBox
- UnCrackable
- DOM
- Xamarin 분석
- login form
- CVE-2010-1622
- HackTheBox APKey
- UnCrackable level 1
- getCachedIntrospectionResults
- PortSwigger
- MariaDB
- SeeTheSharpFlag
- CVE-2022-22965
- Frida
- mongoDB
- CVE-2014-0094
- JAVA ClassLoader 취약점
- mstg
- JSP
- NoSQL
- Android 6.0
- blind sql injection
- File Upload
- XALZ 압축해제
- nginx
- xss
- Hackthebox cat
Archives
- Today
- Total
목록Android Backup (1)
끄적끄적

배경 지식 안드로이드 6.0 이상부터는 앱에 대한 데이터를 자동으로 백업하도록 설정되어 있다. 해당 앱 데이터는 Google Drive에 업로드(최대 25MB) 되어 보존되며, Google 계정 사용자 인증 정보에 따라 보호된다. 기본 백업 파일 공유 환경설정 파일 -> Class별 Manifest 앱 내부 저장소에 저장된 파일: getFilesDir(), getDir(String, int) -> Preferce 디렉터리 파일: getDatabasePath(String), SQLiteOpenHelper Class -> .db 파일 등 디렉터리의 외부 저장소에 있는 파일: getExternalFilesDir(String) -> 앱에서 사용한 SD 카드 저장소내 파일 일시적으로 필요한 파일(캐시)은 백업 파..
Security/Mobile
2022. 5. 23. 22:59