- Notifications
You must be signed in to change notification settings - Fork1
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.
bernsteining/poulette
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Just a small iOS app to send a file over TCP to an IP:PORT.
The app basically doesnc $IP $PORT < $FILE
.
Use Xcode, if your iOS version is not compatible with your Xcode version, followthese instructions, worked for me.
Jailbreaking a ps4 is a 3 stage process.
- pwn the browser via a webkit exploit
- kernel exploit with a USB key viapOOBs4
- send thegoldhen 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.
- custom ipv6 keyboardtype (https://stackoverflow.com/questions/46579414/how-to-make-uikeyboardtype-for-hex-input-only), think about a way to switch between keyboardtypes?
About
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.