본문 바로가기
728x90
반응형

안드로이드 해킹8

[Tip] 안드로이드 해킹을 위한 AVD 환경 세팅 기존에 Nox 사용하다가 초기화 한 번 하니까 가상 환경 문제로 실행이 안됐다.wsl2랑 동시 사용 불편해서 블루스택으로 갈아탔는데, 이번엔 네트워크 설정이 없어서 burp 사용하기가 힘들다. 그래서 Andoird Studio 깔아서 avd 사용하기로 했다. burp 연동하는 것은 nox랑 유사하니 이 게시글에서는 다루지 않고 안드로이드에 radare2를 설치하는 방법에 대해 알아보겠다. 안드로이드 스튜디오 설치 https://developer.android.com/studio?gad_source=1&gclid=CjwKCAiA74G9BhAEEiwA8kNfpTTt6SKybrAJ_33orJto22YguvOLC32Fz_t2Yha-2sAIIyxfhzUCXhoC9AcQAvD_BwE&gclsrc=aw.ds&hl=k.. 2025. 2. 6.
[Uncrackable] Android UnCrackable L1 풀이 https://mas.owasp.org/crackmes/ MAS Crackmes - OWASP Mobile Application SecurityMAS Crackmes Welcome to the MAS Crackmes aka. UnCrackable Apps, a collection of mobile reverse engineering challenges. These challenges are used as examples throughout the OWASP MASTG. Of course, you can also solve them for fun.mas.owasp.org안드로이드 해킹 공부를 위해 알아보던 중, Uncrackable이라는 게 있어서 풀이를 적어보도록 하겠다. [루팅 탐지 우회]루팅된 블루스.. 2025. 2. 1.
[Frida-Labs] Frida 사용 실습 with Frida Labs 문제 풀이 1 ~ 7 문제 풀이를 진행할 frida lab이 다른 블로그에서 보이는 frida lab과는 달라 보인다. 하지만 공부하기에 좋았기 때문에 기록하기로 했다. 문제 풀이를 하면서 문법 및 사용 방법에 대해 익혀보자. [설치]https://github.com/DERE-ad2001/Frida-Labs GitHub - DERE-ad2001/Frida-Labs: The repo contains a series of challenges for learning Frida for Android Exploitation.The repo contains a series of challenges for learning Frida for Android Exploitation. - DERE-ad2001/Frida-Labsgithub.co.. 2025. 1. 13.
Frida 설치법 [Frida란?] Frida는 JS Injection을 이용하여 실행 중인 애플리케이션을 분석하거나 조작할 수 있는 파이썬 도구이다. Android 앱, iOS 앱에서 주로 쓰인다.[설치]클라이언트pip install frida-tools클라이언트에서는 frida-tools를 설치하면 frida 명령어를 통해 디바이스와 통신할 수 있다. 서버https://github.com/frida/frida/releases Releases · frida/fridaClone this repo to build Frida. Contribute to frida/frida development by creating an account on GitHub.github.com여기서 frida-server를 설치 후 디바이스에 실행.. 2025. 1. 9.
728x90
반응형