library ios-reset-ip
Resets the cellular ip adress and gets new one with activator app on jailbroken iphone.
srknzcn/ios-reset-ip
Resets the cellular ip adress and gets new one with activator app on jailbroken iphone.
- Sunday, July 16, 2017
- by SRKNZCN
- Repository
- 1 Watchers
- 1 Stars
- 16 Installations
- PHP
- 0 Dependents
- 0 Suggesters
- 0 Forks
- 0 Open issues
- 1 Versions
- 0 % Grown
IOS-Reset-IP
Resets the cellular ip adress and gets new one with activator app on jailbroken iphone.
This package requires a jailbroken iphone and activator app installed., (*1)
You can install Activator via cydia on your device., (*2)
Install via composer, (*3)
composer require srknzcn/ios-reset-ip
Example:, (*4)
<?php
require './vendor/autoload.php';
try {
// use true for debug
// $resetIPResult = new \IOSResetIP\IP(true);
$resetIPResult = new \IOSResetIP\IP();
var_dump($resetIPResult->getIP());
} catch (\Exception $e) {
echo $e->getMessage();
}
dev-master
9999999-dev
Resets the cellular ip adress and gets new one with activator app on jailbroken iphone.
Sources
Download