본문 바로가기

공부/모바일해킹

(3)
Package preferenceloader is not installed 오류 해결 Package preferenceloader is not installed 아이폰에서 프록시를 잡기 위해 ssl kill switch를 설치하는 도중 오류가 발생했다. 오류 내용은 PreferenceLoader 미설치. 아래 사진에서 확인 가능하다. 해결법 사파리에서 URL 입력창에서 cydia://package/preferenceloader으로 접속하면 Cydia에서 PreferenceLoader 패키지를 받을 수 있다. 참고글 : https://iosgods.com/topic/13574-how-to-install-preferenceloader/
안드로이드 메모리 덤프 - adb & Eclipse Memory Analyzer 메모리 덤프를 뜨는 방법은 여러가지가 있는데, 이번 포스팅에서는 adb와 Eclipse Memory Analyzer를 이용해보려 한다. 설치 되어있어야 하는 것 1. 안드로이드 SDK https://developer.android.com/studio 2. Eclipse Memory Analyzer 1. 메모리 덤프 뜰 어플의 PID 확인 adb shell ps | grep 2. 메모리 덤프 파일 저장 adb shell am dumpheap ex) adb shell am dumpheap 1769 /data/local/tmp/android.hprof 3. 메모리 덤프 파일을 PC로 복사 adb pull ex) adb pull /data/local/tmp/android.hprof 4. 로그파일 컨버터로 변경 ..
InsecureBank v2 설치 InsecureBank는 모바일 진단을 위해 만들어진 취약한 어플이다. 금융권 어플들이 그러하듯, 서버와 클라이언트로 나누어져있다. InsecureBank는 컴퓨터를 서버로, 모바일에 설치한 어플을 클라이언트로 작동한다. 1. Git에서 InsecureBank를 내려받기 https://github.com/dineshshetty/Android-InsecureBankv2 dineshshetty/Android-InsecureBankv2 Vulnerable Android application for developers and security enthusiasts to learn about Android insecurities - dineshshetty/Android-InsecureBankv2 github.com..