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