Skip to content

Commit

Permalink
PPPwnUI 3.31
Browse files Browse the repository at this point in the history
- Updated GoldHEN stage2.bin 1.03 by @sistro for FW 10.50, 10.70, 10.71
- Added fw 10.50, 10.70, 10.71 on GoldHEN tab
  • Loading branch information
aldostools committed Sep 6, 2024
1 parent 633fe50 commit ec312e9
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
Binary file modified PPPwn/goldhen/1050/stage2.bin
Binary file not shown.
Binary file modified PPPwn/goldhen/1070/stage2.bin
Binary file not shown.
Binary file modified PPPwn/goldhen/1071/stage2.bin
Binary file not shown.
10 changes: 5 additions & 5 deletions PPPwnUI.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
import urllib
import random

GUI_VERSION = "3.30b"
GUI_VERSION = "3.31"
destination_path = "USB_Drive"

# Tabs
Expand All @@ -31,9 +31,9 @@
GOLDHEN_960 = "Goldhen for 9.60"
GOLDHEN_1000 = "Goldhen for 10.00"
GOLDHEN_1001 = "Goldhen for 10.01"
GOLDHEN_1050 = "Goldhen for 10.50" # Not supported yet
GOLDHEN_1070 = "Goldhen for 10.70" # Not supported yet
GOLDHEN_1071 = "Goldhen for 10.71" # Not supported yet
GOLDHEN_1050 = "Goldhen for 10.50"
GOLDHEN_1070 = "Goldhen for 10.70"
GOLDHEN_1071 = "Goldhen for 10.71"
GOLDHEN_1100 = "Goldhen for 11.00"

# PS4HEN VTX + USB BinLoader Options
Expand Down Expand Up @@ -397,7 +397,7 @@ def get_firmware_options(self):
return [GOLDHEN_900,
GOLDHEN_950, GOLDHEN_951, GOLDHEN_960,
GOLDHEN_1000, GOLDHEN_1001,
# GOLDHEN_1050, GOLDHEN_1070, GOLDHEN_1071,
GOLDHEN_1050, GOLDHEN_1070, GOLDHEN_1071,
GOLDHEN_1100]
elif current_tab == PS4HEN or current_tab == NOBD:
# Options de firmware pour PS4HEN VTX + USB BinLoader
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ PPPwnUI is a program that adds an UI to the exploit [PPPwn](https://github.com/T

- Choose PPPwn (7.00 to 11.00)

- Or Choose the Goldhen PPPwn (9.00, 9.50, 9.51, 9.60, 10.00, 10.01 & 11.00)
- Or Choose the Goldhen PPPwn (9.00, 9.50, 9.51, 9.60, 10.00, 10.01, 10.50, 10.70, 10.71 & 11.00)

- Or use PS4HEN VTX with USB payload.bin Loader (7.00 to 11.00)

Expand Down Expand Up @@ -73,7 +73,7 @@ If found, it is copied to the internal HDD at this path: /data/GoldHEN/payloads/
After the installation, the file is not longer needed in the USB drive.
Check the folder USB Drive (GoldHEN_v2.4b17.3) for additional information.

Using stage2 version 1.02 by SiSTR0. GoldHEN is still in development for 9.50, 9.51, 10.50, 10.70, 10.71. A lite version for 9.00 is included.
Using stage2 version 1.03 by SiSTR0. GoldHEN is still in development for 9.50, 9.51. Next version will be 9.03. A lite version for 9.00 is included.

Credits to SiSTR0 and devs that contributed to his repository https://github.com/SiSTR0/PPPwn

Expand Down

0 comments on commit ec312e9

Please sign in to comment.