├── Checkra1n-app.deb ├── Checkra1n-app.py ├── README.md ├── app └── test.ipa ├── img └── logo.png └── requirements.sh /Checkra1n-app.deb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0xfff0800/Checkra1n-app/HEAD/Checkra1n-app.deb -------------------------------------------------------------------------------- /Checkra1n-app.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0xfff0800/Checkra1n-app/HEAD/Checkra1n-app.py -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0xfff0800/Checkra1n-app/HEAD/README.md -------------------------------------------------------------------------------- /app/test.ipa: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0xfff0800/Checkra1n-app/HEAD/app/test.ipa -------------------------------------------------------------------------------- /img/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0xfff0800/Checkra1n-app/HEAD/img/logo.png -------------------------------------------------------------------------------- /requirements.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0xfff0800/Checkra1n-app/HEAD/requirements.sh --------------------------------------------------------------------------------