stooged / PI-Pwn
- воскресенье, 12 мая 2024 г. в 00:00:07
pppwn
this is a script to setup PPPwn on the raspberry pi and run GoldHen on the PS4 fw 11.0
Tested on the following models
Raspberry Pi 3B+
Raspberry Pi 4 Model B
Raspberry Pi 5
Raspberry Pi 400
these work but are slow and not really recommended.
Raspberry Pi Zero 2 W with usb to ethernet adapter
Raspberry Pi Zero W with usb to ethernet adapter
you need to install Raspberry Pi OS Lite onto a sd card.
place the sd card into your computer and copy the PPPwn folder to the sd card.
if you are using a usb to ethernet adapter you need to edit run.sh and set USBETHERNET=true
.
if your pi has an ethernet port and you are using a usb to ethernet adapter your interface for the usb adapter should be INTERFACE="eth1"
if you are using something like a pi zero 2 the interface will be INTERFACE="eth0"
place the sd card into the raspberry pi and run the following commands
sudo chmod 777 /boot/firmware/PPPwn/install.sh
sudo bash /boot/firmware/PPPwn/install.sh
once the pi reboots pppwn will run automatically.
On your PS4:
Settings
and then Network
Set Up Internet connection
and choose Use a LAN Cable
Custom
setup and choose PPPoE
for IP Address Settings
ppp
for PPPoE User ID
and PPPoE Password
ppp
Automatic
for DNS Settings
and MTU Settings
Do Not Use
for Proxy Server
for GoldHen you need to place the goldhen.bin file onto the root of a usb drive and plug it into the console
once everything is setup and the ethernet cable is plugged in between the pi and the console the pi should automatically try and pwn the console.
the exploit may fail many times but the pi will continue to purge the console to keep trying to pwn itself.
once pwned the process will stop and the pi will shut down if you are not using internet access.
you will need to restart the pi if you wish to pwn the console again.
the idea is you boot the console and the pi together and the pi will keep trying to pwn the console without any input from you, just wait on the home screen until the pppwn succeedes.
you can edit the exploit scripts by putting the sd card in your computer and going to the PPPwn folder.