old/Pentest

old/Pentest

안드로이드 앱 취약점 진단 환경구성

#anaconda 설치 후 py2 환경 구성 - conda create -n py2 python=2.7 - conda activate py2 #도구 설치 - nox - apktool - dex2jar - adb - jd-gui - jadx - drozer(경로설정 참고 : https://guleum-zone.tistory.com/152) - frida(https://byounghee.tistory.com/165?category=826239) # shell 연결 - 실제 기기와 USB 연결 (https://kibua20.tistory.com/165) - 에뮬레이터 연결 시 adb connect 127.0.0.1:62001 adb -e shell

MR. ZERO
'old/Pentest' 카테고리의 글 목록