Нема описа

Rustam 0f40e27ed2 Optimization: removed unnecessary files, updated the client, added new php. пре 2 месеци
client 0f40e27ed2 Optimization: removed unnecessary files, updated the client, added new php. пре 2 месеци
server 0f40e27ed2 Optimization: removed unnecessary files, updated the client, added new php. пре 2 месеци
.DS_Store 0f40e27ed2 Optimization: removed unnecessary files, updated the client, added new php. пре 2 месеци
BLDatabaseManager.sql e13c3152f8 Add files via upload пре 2 месеци
BLDatabaseManager.sql2 e13c3152f8 Add files via upload пре 2 месеци
LICENSE ca37689c6f Initial commit пре 2 месеци
README.md c5d85a2c3f Fix readme пре 2 месеци
downloads.28.sqlitedb e13c3152f8 Add files via upload пре 2 месеци

README.md

iOS Activation Tool Suite

A complete, end-to-end solution for iOS device activation management. This repository contains both the client-side automation logic and the server-side infrastructure required to handle device activation payloads.

Architecture Overview

The suite is divided into two core components:

  • Client Automation (client/): A Python-based utility that interacts directly with connected iOS devices via USB. It handles lifecycle management (reboots), system log analysis, and filesystem operations (AFC).

  • Server Backend (server/): A PHP application that dynamically generates device-specific activation payloads. It serves as the central authority for handling device requests and delivering the necessary configuration databases.

Repository Structure

.
├── client             # Python client application
│   ├── activator.py   # Main automation entry point
│   └── README.md      # Client-specific documentation
└── server             # PHP backend infrastructure
    ├── assets         # Device configuration storage
    ├── public         # Web root
    ├── SETUP.md       # Server deployment guide
    └── templates      # SQL templates for payload generation

Prerequisites

Client-Side (macOS/Linux)

  • Python 3.6+

  • libimobiledevice (via Homebrew on macOS)

  • pymobiledevice3 (via pip)

  • curl

Server-Side

  • PHP 7.4 or newer

  • SQLite3 extension enabled

  • Write permissions for cache directories

1. Server Deployment

Deploy the contents of the server directory from the release package to your web host. Ensure the public folder is set as the document root.

See server/SETUP.md for detailed configuration steps.

2. Client Configuration

Update the activator.py script to point to your deployed server URL before running.

3. Run the client tool

sudo python3 client/activator.py

NOTE: The OFFLINE version will NOT work, sorry i was sick a made a mistake.

Disclaimer

This tool is provided for educational and research purposes only. The authors are not responsible for any misuse of this software or damage to devices. Ensure you have authorization before performing operations on any device.