SMALL
루팅된 IOS 단말기 필요[SSH 설치]
해당 사이트에서 https://github.com/nabla-c0d3/ssl-kill-switch2/releases 패키지 파일
"com.nablac0d3.sslkillswitch2_0.14.deb" 다운로드
다운로드 받은 파일 scp로 iphone으로 이동
$scp com.nablac0d3.sslkillswitch2_0.14.deb root@localhost:/var/root/Media/
$ ssh root@localhost && cd /var/root/Media
[패키지 설치]
$ dpkg -i com.nablac0d3.sslkillswitch2_0.14.deb
$ killall -HUP SpringBoard
이후 화면이 깜박인 다음, 셋팅 환경에서 SSL Kill Switch 확인 가능
LIST
'reversing > reversing' 카테고리의 다른 글
ios - frida string 확인 (0) | 2021.06.21 |
---|---|
frida-ios class, method monitoring (0) | 2021.06.21 |
ios - usb to ssh (0) | 2021.06.16 |
ARM hooking 정리 (0) | 2021.03.30 |
frida - runtime.exec hook[root bypass] (0) | 2021.03.04 |