Skip to content

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.

Notifications You must be signed in to change notification settings

bernsteining/poulette

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

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.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages