/poulette

iOS app to send a file over tcp. Mainly useful for the last step to jailbreak a ps4 9.x firmware with goldhen (https://github.com/GoldHEN/GoldHEN) without powering up a computer to do so.

Primary LanguageSwift

poulette

Just a small iOS app to send a file over TCP to an IP:PORT.

The app basically does nc $IP $PORT < $FILE.

preview

preview

build

Use Xcode, if your iOS version is not compatible with your Xcode version, follow these instructions, worked for me.

use case

Jailbreaking a ps4 is a 3 stage process.

  1. pwn the browser via a webkit exploit
  2. kernel exploit with a USB key via pOOBs4
  3. send the goldhen homebrew via TCP to the ps4 on port 9020

Since the ps4 jailbreak isn't persistent, you have to jailbreak it each time it boots.

And I don't want to power up my laptop each time I wanna play so this app just allows to do step 3 seamlessly.

TODO