wndkx / icloud_bypasser

Bypass iCloud
GNU General Public License v3.0
7 stars 2 forks source link

python3 icloud_bypass.py #1

Closed anixable closed 1 year ago

anixable commented 1 year ago

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "/usr/local/lib/python3.10/dist-packages/paramiko/transport.py", line 2113, in run self._check_banner() File "/usr/local/lib/python3.10/dist-packages/paramiko/transport.py", line 2296, in _check_banner raise SSHException( paramiko.ssh_exception.SSHException: Error reading SSH protocol banner

Error reading SSH protocol banner

wndkx commented 1 year ago

Do you have a Checkrain jailbreak? Without jailbreak, it can't bypass in normal mode. If you can't jailbreak your phone with Checkrain you can use ramdisk tool and mount the filesystem. I added ramdisk support. Use with_ramdisk.py script to bypass in ramdisk mode

anixable commented 1 year ago

when i excecute the ramdisk i receive this : anix@anix-G551JW:~/Downloads/icloud_bypasser-main$ python3 with_ramdisk.py Exception (client): Error reading SSH protocol banner Traceback (most recent call last): File "/usr/local/lib/python3.10/dist-packages/paramiko/transport.py", line 2292, in _check_banner buf = self.packetizer.readline(timeout) File "/usr/local/lib/python3.10/dist-packages/paramiko/packet.py", line 374, in readline buf += self._read_timeout(timeout) File "/usr/local/lib/python3.10/dist-packages/paramiko/packet.py", line 603, in _read_timeout raise EOFError() EOFError