Shell bind TCP for iOS

At a high level, there could be two types of shell access on the target device. One is a bind shell, where we will run shell on the target device and connect to it. Second is a reverse shell, where we will run shell on the base system to which the target will connect back. You will learn both ways to obtain shell.

Let's follow the given steps to create a bind TCP shell:

  1. You can check all Metasploit payloads available for osx/armle. You can use the command msfvenom –l to list all payloads:
    Shell bind TCP for iOS
  2. Select the shell_bind_tcp payload available for osx/armle:
  3. Now, connect your iDevice using SFTP and transfer the payload file to the tmp directory: ...

Get Learning iOS Penetration Testing now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.