반응형

오프라인 SSH로서, PC와 아이폰이 케이블로만 연결되어 있다면 SSH접속이 가능.

와이파이 환경에서 SSH로 접속할 수 없는 경우 차선책이 될 수 있음

또한, frida-ios-dump툴을 사용하기 위한 필수 툴임

 

■설치 및 사용

apt-get install libimobiledevice*

apt-get install libgcrypt20-doc gnutls-doc gnutls-bin usbmuxd

 

git clone https://github.com/rcg4u/iphonessh

 

cd iphonessh/python-client

chmod +x *

python tcprelay.py -t 22:2222    // 2222번 포트를 22번 포트로 포워딩

 

// pc, 아이폰 usb 케이블 연결하고, 터미널 창 새로 켜서 다음 명령어 입력

ssh -p 2222 root@localhost

 

※출처

https://www.shadowinfosec.io/2017/03/iphone-ssh-over-usb-on-linux.html

반응형

+ Recent posts