├── .gitignore ├── LICENSE ├── README.md ├── afc2_dump_keychain-2.py ├── afc_and_instproxy_upgrade_ipa.py ├── afc_shell.py ├── debugserver_app_runner.py ├── filerelay_dump_UserDatabases.py ├── instproxy_browse_installed_app.py ├── pangu8_neagent_exploit.py └── payload └── pangunew.ipa /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/upbit/python-imobiledevice_demo/HEAD/.gitignore -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/upbit/python-imobiledevice_demo/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/upbit/python-imobiledevice_demo/HEAD/README.md -------------------------------------------------------------------------------- /afc2_dump_keychain-2.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/upbit/python-imobiledevice_demo/HEAD/afc2_dump_keychain-2.py -------------------------------------------------------------------------------- /afc_and_instproxy_upgrade_ipa.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/upbit/python-imobiledevice_demo/HEAD/afc_and_instproxy_upgrade_ipa.py -------------------------------------------------------------------------------- /afc_shell.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/upbit/python-imobiledevice_demo/HEAD/afc_shell.py -------------------------------------------------------------------------------- /debugserver_app_runner.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/upbit/python-imobiledevice_demo/HEAD/debugserver_app_runner.py -------------------------------------------------------------------------------- /filerelay_dump_UserDatabases.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/upbit/python-imobiledevice_demo/HEAD/filerelay_dump_UserDatabases.py -------------------------------------------------------------------------------- /instproxy_browse_installed_app.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/upbit/python-imobiledevice_demo/HEAD/instproxy_browse_installed_app.py -------------------------------------------------------------------------------- /pangu8_neagent_exploit.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/upbit/python-imobiledevice_demo/HEAD/pangu8_neagent_exploit.py -------------------------------------------------------------------------------- /payload/pangunew.ipa: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/upbit/python-imobiledevice_demo/HEAD/payload/pangunew.ipa --------------------------------------------------------------------------------