ierror / PythonForiOSHacks

Proof of concept for missing? iOS features

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Proof of concept for missing? iOS features

License:Other


Languages

Language:Python 100.0%