1. 버프스위트 설치 2. 프록시 서버 설정[설정] - ['프록시' 서버 설정] 버프스위트에서 프록시 서버에 설정버프스위트 실행 - [Proxy] - [Proxy settings] [Intercept is on] 활성화 , [Open browser] 실행 Forward : 웹사이트를 실행하여 버튼이나 여러 동작들이 실행되면서 소스코드가 움직이는 것을 확인 가능
https://learn.microsoft.com/ko-kr/sysinternals/downloads/strings 문자열 - Sysinternals이진 이미지에서 ANSI 및 UNICODE 문자열을 검색합니다.learn.microsoft.com 1. Strings 설치 확인 2. 문자열 확인strings.exe "파일 경로" > 저장할이름.txt
1. 오라클 VirtualBox 다운로드https://www.virtualbox.org/ Oracle VM VirtualBoxWelcome to VirtualBox.org! News Flash New May 3rd, 2024VirtualBox 7.0.18 released! Oracle today released a 7.0 maintenance release which improves stability and fixes regressions. See the Changelog for details. New April 16th, 2024VirtualBox 7.0.16 releasedwww.virtualbox.org VirtualBox 및 설치 후 USB 사용을 위해 확장팩(Extension Pack)도 함께 ..
Window 로컬에서 설치공식 문서 : https://mobsf.github.io/docs/#/가상 환경 생성python 버전 : 3.10 이상conda create -n 가상환경명 python==3.10 가상 환경 활성화conda activate mobSF MobSF Clonehttps://github.com/MobSF/Mobile-Security-Framework-MobSFgit clone https://github.com/MobSF/Mobile-Security-Framework-MobSF.git Settings.py 파일 내 JAVA 경로 수정JAVA_DIRECTORY = '자바 설치 경로' Python 라이브러리 설치1. Django 설치conda install -c conda-forge Dja..
Frida 설치1. anaconda 설치https://www.anaconda.com/download 2. 가상환경 생성conda create -n 가상환경명 python==3.7conda activate 가상환경명 3. 가상환경 내 Frida 설치pip install fridapip install frida-tools 4. 단말기 내에 frida 서버 설치 frida-server : https://github.com/frida/frida/releases adb push '다운받은 frida 서버' /data/local/tmp FRIDA 실행1. frida 실행adb shellsucd /data/local/tmpls -al./frida-server-설치버전 & Permission denied 오류 발생시 ..
* 펌웨어가 깨졌을 때 공장 초기화 과정도 수행되지 않을 경우 아래와 같은 방법으로 복구할 수 있습니다 1. 펌웨어 다운로드 기종에 맞는 버전으로 다운로드를 진행하여야 합니다! https://samfw.com Samsung Firmware Download - Lastest official firmware update Samsung Firmware Download ⭐ Official and fast update ⭐ Lastest and old version ⭐ Max speed and free download ⭐ Best Samsung Galaxy website samfw.com 2. odin 설치 https://www.osamsung.com/kr/ 최신 삼성 오딘 무료 다운로드 | Latest Samsu..