> For the complete documentation index, see [llms.txt](https://wiki.smhuda.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.smhuda.com/pentesting/application-security/mobile-security/ios/ios-jailbreaking-1.md).

# iOS Jailbreaking

## Recovery and Restore iOS Device

Whilst installing Jailbreaks if you encounter an issue where phone is stuck on recovery mode and need to be rebooted to normal mode, you can try this:

```
$ sudo apt intall irecovery
```

```
$ irecovery -n
```

For recovering iOS with custom PSW:

```
$ sudo apt install idevicerestore
```

```
$ idevicerestore
```
