구축(6)
-
apk-tool 설치
자바 설치 1. 자바 다운로드 https://www.oracle.com/kr/java/technologies/downloads/ 2. 기본값으로 설치 3. 환경변수 설정 apktool 설치 1. apktool.jar 다운로드 https://bitbucket.org/iBotPeaches/apktool/downloads/ iBotPeaches / Apktool / Downloads — Bitbucket For large uploads, we recommend using the API. Get instructions bitbucket.org 2. apktool.bat 생성 @echo off setlocal set BASENAME=apktool_ chcp 65001 2>nul >nul set java_exe=j..
2023.05.16 -
프리다 실무활용 -Level3-4 로그인 우회 브루트포스
https://github.com/as0ler/Android-Examples/blob/master/sieve.apk GitHub - as0ler/Android-Examples: APK's used as example Apps for decompiling APK's used as example Apps for decompiling. Contribute to as0ler/Android-Examples development by creating an account on GitHub. github.com 어플 설명 1. master password 설정 main activity 찾기 setImmediate(function(){ Java.perform(function(){ var loginBypass = Java..
2023.05.11 -
프리다 실무활용 -Level2 암호 복호화
아무거나 입력 후 애러 구문 확인 -> 애러구문 텍스트 검색 ctrl 누르고 a클릭하면 a들어옴 암호화된 구문 확인 2가지 풀이 방법에 풀이 1. setImmediate(function(){ Java.perform(function(){ var exit_bypass = Java.use("java.lang.System"); exit_bypass.exit.implementation = function(arg){ console.log("\n [*] Exit Bypass"); } var trueClass = Java.use("sg.vantagepoint.uncrackable1.a"); trueClass.a.implementation = function(arg){ console.log("\n [*]True"); r..
2023.05.10 -
Uncrackable -Level1 루팅탐지
문제 다운로드 https://github.com/OWASP/owasp-mastg/blob/master/Crackmes/Android/Level_01/UnCrackable-Level1.apk GitHub - OWASP/owasp-mastg: The Mobile Application Security Testing Guide (MASTG) is a comprehensive manual for mobile app secur The Mobile Application Security Testing Guide (MASTG) is a comprehensive manual for mobile app security testing and reverse engineering. It describes the technical..
2023.05.10 -
Frida설치(feat. anaconda)
녹스 설치 https://kr.bignox.com/ (기본값 설치) 환경설정 아나콘다 설치 https://www.anaconda.com/download/ 기본 설정(환경변수 설정 꼭 하기) 아나콘다 독립적인 환경 세팅 실행 방법+버전 확인 프리다tools설치 프리다 서버 설치 https://github.com/frida/frida/releases 확인된 버전과 비트로 프리다 서버 다운로드 및 압축해제 nox_adb push "경로" /data/local/tmp 에 업로드 서버 실행
2023.05.06 -
버프슈트 프로 설치(크랙ver)
보호되어 있는 글입니다.
2023.03.06