Skip to content

octokas/PythonForiOSHacks

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%