Skip to content

PPPwn PS4 Exploit for Luckfox Pico Pro/Max/Plus/Mini

Notifications You must be signed in to change notification settings

B-Dem/PPPwn-Luckfox

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

60 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PPPwn-Luckfox

PPPwn-Luckfox is a program that run the PPPwn exploit on low-cost Linux board.

  • Original work by Thefl0w.

  • Thanks to xfangfang for PPPwn-CPP, an executable re-write of PPPwn in C++ compatible with Luckfox Pico Boards.

  • Thanks to SiSTRo for his GoldHen releases.

  • Thanks to Stooged for the inspiration.

Note :

  • Currently support PS4 version: 9.00, 9.60, 10.00, 10.01, 11.00
  • The average PPPwned time is around 1min - 2min sometimes it load under 1 minute
  • Using pppwn nightly build from xfangfang PPPwn_cpp

Tested Version :

  • 9.00
  • 9.60
  • 10.00
  • 10.01
  • 11.00

What it does :

The goal here is to setup the Luckfox pico to automatically try and jailbreak the console, all you need to do is wait until the process completes. Once it PPPwned the process will stop.

Requirements :

  • An SD Card of 8GB or above
  • Luckfox Pico/Pro/Max/Plus/Mini
  • An Ethernet Cable
  • USB Type-C for power to the board
  • A USB drive formatted in exFAT / FAT32 (only use for the first time to load GoldHEN)

Supported Boards :

  • Luckfox Pico Pro
  • Luckfox Pico Max
  • Luckfox Pico Plus
  • Luckfox Pico Mini *
  • Luckfox Pico *

Firmware Installation :

  1. Download your Firmware Here

After you download, extract one of the zip files according to your Luckfox Pico models.

  1. Now Download SocToolKit, unzip it and open SocToolKit.exe.

  2. Refer to the table below to find out your Chip model

Luckfox Models Chip Type
Luckfox Pico Pro/Max RV1106
Luckfox Pico/Plus/Mini RV1103
  1. Now you need to Flash your SD Card:
    a. In SocToolKit select SDtool.
    b. Plug your SD card in your Computer and select it in the Usb Disk drop down menu.
    c. Import all the .img file from the Firmware you Downloaded earlier except the update.img.
    d. Click on Create SD Card.

  2. After done, eject your SD card and place it into the Luckfox. Power it using USB Type-C, and connect it to the internet by plugging the LAN cable into your router.

  3. To loggin to your Luckfox:

    You need to log in using SSH: Normally the Luckfox will setup a static IP that will be : 172.32.0.70 Now open cmd and type : ssh pico@172.32.0.70

Login Details :

Login: pico
Password: luckfox
  1. After you log in, run the following commands and follow the setup instruction:
git clone https://github.com/0x1iii1ii/PPPwn-Luckfox.git
cd PPPwn-Luckfox
chmod +x install.sh
sudo ./install.sh

Once the Luckfox reboots pppwn will run automatically.

How to update :

Only use this command when you want to update to the latest released version of PPPwn-Luckfox.

To update :

Log in to your luckfox with ssh, then run the following commands and follow the setup instruction:

cd PPPwn-Luckfox
git pull
sudo ./install.sh

When the Luckfox will reboot it will be updated to the last version

* Special Note for Luckfox Pico/Mini :

Ignore this if you use Pro/Max/Plus version. For these 2 boards, there's no Ethernet port, to make it work you need to solder the LAN Port (RJ45) cable to it, either female or male is fine.

Hardware Installation :

  1. You simply need to connect the LAN cable from Luckfox Pico to the PS4 and power the Luckfox from the PS4 via a USB Type-C cable or other sources.

On your PS4:

  • Go to Settings and then Network
  • Select Set Up Internet connection and choose Use a LAN Cable
  • Choose Custom setup and choose PPPoE for IP Address Settings
  • Enter ppp for PPPoE User ID and PPPoE Password
  • Choose Automatic for DNS Settings and MTU Settings
  • Choose Do Not Use for Proxy Server

For GoldHen you need to place the goldhen.bin file to the root of a USB drive and plug it into the console.
Once Goldhen has been loaded for the first time it will be copied to the consoles internal HDD and the USB drive is no longer required.
To update Goldhen just repeat the above process, and the new version will be copied to the internal HDD

Upcoming Updates :

  • No SD card
  • Faster Boot time
  • Faster PPPwn execution
  • Higher success rate

About

PPPwn PS4 Exploit for Luckfox Pico Pro/Max/Plus/Mini

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%