Proof of concept for missing? iOS features using the Python for iOS app.
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: http://pastebin.com/HTjPFEZN
- Webserver: http://pastebin.com/0J1HJ7M4
import urllib2
exec(urllib2.urlopen('http://pastebin.com/raw.php?i=HTjPFEZN').read())
telnet <current IP address of your iOS device> 4711
- ls /
- whoami
- date
import urllib2
exec(urllib2.urlopen('http://pastebin.com/raw.php?i=0J1HJ7M4').read())
http://<current IP address of your iOS device>:4711/