Android Burpsuite 설정

Android Burpsuite 설정

in

🔎 안드로이드 9 이상 BurpSuite 인증서 설치

Burp 인증서 추출

burp.der 인증서 추출

스크린샷 2022-09-27 오후 8 16 10

Openssl 이용 인증서 변환

openssl x509 -inform DER -in burp.der -out burp.pem
openssl x509 -inform PEM -subject_hash_old -in burp.pem

스크린샷 2022-09-27 오후 8 17 44

생성된 burp.pem 파일의 이름을 위의 명령어에서 출력되는 9a5ba575.0 으로 변경

Android 인증서 등록

adb push 9a5ba575.0 /data/local/tmp
mount -o rw,remount /system
cp 9a5ba575.0 /system/etc/security/cacerts/

Burp에서 IP설정 후 버프 실행 시 프록시가 잡히는것을 확인 가능