https://github.com/n3d1117/crackbot
An old, ugly and deprecated script to download, decrypt and upload .ipa files to appdb. Check out the new one: https://github.com/n3d1117/CrackBot2
https://github.com/n3d1117/crackbot
appdb decrypt ipa itunes
Last synced: 4 months ago
JSON representation
An old, ugly and deprecated script to download, decrypt and upload .ipa files to appdb. Check out the new one: https://github.com/n3d1117/CrackBot2
- Host: GitHub
- URL: https://github.com/n3d1117/crackbot
- Owner: n3d1117
- Created: 2018-03-05T17:56:12.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-03-05T18:37:07.000Z (almost 8 years ago)
- Last Synced: 2025-02-28T08:29:18.718Z (12 months ago)
- Topics: appdb, decrypt, ipa, itunes
- Language: Shell
- Homepage:
- Size: 5.86 KB
- Stars: 15
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CrackBot (deprecated since iTunes 12.7)
An old, ugly and deprecated script to download, decrypt and upload .ipa files to [appdb](https://appdb.store).

## PREREQUISITES
- iTunes version <12.7.
- `cfgutil` command line utility - bundled with Apple Configurator 2.
- a jailbroken device connected via usb with ssh access and a cracking script installed - here i use rc336.
- ftp access to a website for hosting .ipa files.
- [appdb](http://appdb.store/) uploader account.
## RUNNING THE SCRIPT
Before running, edit bot configuration with your details, including appdb cookie, hash and PHPSESSID.
Also make sure you're logged in the iTunes app, preferably with a US account.
Once ready, run with `./bot `.
## CREDITS
This project uses a JXA (JavaScript for Automation) script to download .ipa file from iTunes. It's a modified version of [this open source project](https://github.com/attheodo/cherrypick).
All credits go to the original developer.