Skip to content

Latest commit

 

History

History
43 lines (27 loc) · 1.08 KB

README.md

File metadata and controls

43 lines (27 loc) · 1.08 KB

PythonForiOSHacks - No jailbreak

Proof of concept for missing? iOS features using the Python for iOS app.

Prerequisite

Examples

Enter the following examples into the Python for iOS shell. Please review the fetched scripts if you don't trust me. Just some simple lines of python code…. ;)

Telnetserver

Start

import urllib2
exec(urllib2.urlopen('http://pastebin.com/raw.php?i=HTjPFEZN').read())

Connect to your iOS device

telnet <current IP address of your iOS device> 4711

Type one of the implemented commands

  • ls /
  • whoami
  • date

Webserver

Start

import urllib2
exec(urllib2.urlopen('http://pastebin.com/raw.php?i=0J1HJ7M4').read())

Browse your iOS device

http://<current IP address of your iOS device>:4711/

Contact