├── README.md ├── Start.bat ├── bin ├── Bypass │ └── 13 │ │ └── I13B ├── Ressource │ ├── getfiles.sh │ ├── idevicerestore.exe │ ├── libbz2-1.dll │ ├── libcrypto-1_1-x64.dll │ ├── libcurl-4.dll │ ├── libimobiledevice.dll │ ├── libirecovery.dll │ ├── libplist.dll │ ├── libssl-1_1-x64.dll │ ├── libusbmuxd.dll │ ├── libwinpthread-1.dll │ ├── libzip.dll │ ├── plink.exe │ ├── pscp.exe │ ├── scp.exe │ ├── sendfiles.sh │ ├── ssh.exe │ └── zlib1.dll └── tcprelay │ ├── tcprelay.py │ ├── usbmux.py │ └── usbmux.pyc └── tcprelay.bat /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nazky/SimplePassCodeBypass/HEAD/README.md -------------------------------------------------------------------------------- /Start.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nazky/SimplePassCodeBypass/HEAD/Start.bat -------------------------------------------------------------------------------- /bin/Bypass/13/I13B: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nazky/SimplePassCodeBypass/HEAD/bin/Bypass/13/I13B -------------------------------------------------------------------------------- /bin/Ressource/getfiles.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nazky/SimplePassCodeBypass/HEAD/bin/Ressource/getfiles.sh -------------------------------------------------------------------------------- /bin/Ressource/idevicerestore.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nazky/SimplePassCodeBypass/HEAD/bin/Ressource/idevicerestore.exe -------------------------------------------------------------------------------- /bin/Ressource/libbz2-1.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nazky/SimplePassCodeBypass/HEAD/bin/Ressource/libbz2-1.dll -------------------------------------------------------------------------------- /bin/Ressource/libcrypto-1_1-x64.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nazky/SimplePassCodeBypass/HEAD/bin/Ressource/libcrypto-1_1-x64.dll -------------------------------------------------------------------------------- /bin/Ressource/libcurl-4.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nazky/SimplePassCodeBypass/HEAD/bin/Ressource/libcurl-4.dll -------------------------------------------------------------------------------- /bin/Ressource/libimobiledevice.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nazky/SimplePassCodeBypass/HEAD/bin/Ressource/libimobiledevice.dll -------------------------------------------------------------------------------- /bin/Ressource/libirecovery.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nazky/SimplePassCodeBypass/HEAD/bin/Ressource/libirecovery.dll -------------------------------------------------------------------------------- /bin/Ressource/libplist.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nazky/SimplePassCodeBypass/HEAD/bin/Ressource/libplist.dll -------------------------------------------------------------------------------- /bin/Ressource/libssl-1_1-x64.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nazky/SimplePassCodeBypass/HEAD/bin/Ressource/libssl-1_1-x64.dll -------------------------------------------------------------------------------- /bin/Ressource/libusbmuxd.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nazky/SimplePassCodeBypass/HEAD/bin/Ressource/libusbmuxd.dll -------------------------------------------------------------------------------- /bin/Ressource/libwinpthread-1.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nazky/SimplePassCodeBypass/HEAD/bin/Ressource/libwinpthread-1.dll -------------------------------------------------------------------------------- /bin/Ressource/libzip.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nazky/SimplePassCodeBypass/HEAD/bin/Ressource/libzip.dll -------------------------------------------------------------------------------- /bin/Ressource/plink.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nazky/SimplePassCodeBypass/HEAD/bin/Ressource/plink.exe -------------------------------------------------------------------------------- /bin/Ressource/pscp.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nazky/SimplePassCodeBypass/HEAD/bin/Ressource/pscp.exe -------------------------------------------------------------------------------- /bin/Ressource/scp.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nazky/SimplePassCodeBypass/HEAD/bin/Ressource/scp.exe -------------------------------------------------------------------------------- /bin/Ressource/sendfiles.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nazky/SimplePassCodeBypass/HEAD/bin/Ressource/sendfiles.sh -------------------------------------------------------------------------------- /bin/Ressource/ssh.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nazky/SimplePassCodeBypass/HEAD/bin/Ressource/ssh.exe -------------------------------------------------------------------------------- /bin/Ressource/zlib1.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nazky/SimplePassCodeBypass/HEAD/bin/Ressource/zlib1.dll -------------------------------------------------------------------------------- /bin/tcprelay/tcprelay.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nazky/SimplePassCodeBypass/HEAD/bin/tcprelay/tcprelay.py -------------------------------------------------------------------------------- /bin/tcprelay/usbmux.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nazky/SimplePassCodeBypass/HEAD/bin/tcprelay/usbmux.py -------------------------------------------------------------------------------- /bin/tcprelay/usbmux.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nazky/SimplePassCodeBypass/HEAD/bin/tcprelay/usbmux.pyc -------------------------------------------------------------------------------- /tcprelay.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nazky/SimplePassCodeBypass/HEAD/tcprelay.bat --------------------------------------------------------------------------------