Skip to content

Commit ec312e9

Browse files
committed
PPPwnUI 3.31
- 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
1 parent 633fe50 commit ec312e9

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

PPPwn/goldhen/1050/stage2.bin

-12 KB
Binary file not shown.

PPPwn/goldhen/1070/stage2.bin

-12 KB
Binary file not shown.

PPPwn/goldhen/1071/stage2.bin

-12 KB
Binary file not shown.

PPPwnUI.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
import urllib
1414
import random
1515

16-
GUI_VERSION = "3.30b"
16+
GUI_VERSION = "3.31"
1717
destination_path = "USB_Drive"
1818

1919
# Tabs
@@ -31,9 +31,9 @@
3131
GOLDHEN_960 = "Goldhen for 9.60"
3232
GOLDHEN_1000 = "Goldhen for 10.00"
3333
GOLDHEN_1001 = "Goldhen for 10.01"
34-
GOLDHEN_1050 = "Goldhen for 10.50" # Not supported yet
35-
GOLDHEN_1070 = "Goldhen for 10.70" # Not supported yet
36-
GOLDHEN_1071 = "Goldhen for 10.71" # Not supported yet
34+
GOLDHEN_1050 = "Goldhen for 10.50"
35+
GOLDHEN_1070 = "Goldhen for 10.70"
36+
GOLDHEN_1071 = "Goldhen for 10.71"
3737
GOLDHEN_1100 = "Goldhen for 11.00"
3838

3939
# PS4HEN VTX + USB BinLoader Options
@@ -397,7 +397,7 @@ def get_firmware_options(self):
397397
return [GOLDHEN_900,
398398
GOLDHEN_950, GOLDHEN_951, GOLDHEN_960,
399399
GOLDHEN_1000, GOLDHEN_1001,
400-
# GOLDHEN_1050, GOLDHEN_1070, GOLDHEN_1071,
400+
GOLDHEN_1050, GOLDHEN_1070, GOLDHEN_1071,
401401
GOLDHEN_1100]
402402
elif current_tab == PS4HEN or current_tab == NOBD:
403403
# Options de firmware pour PS4HEN VTX + USB BinLoader

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ PPPwnUI is a program that adds an UI to the exploit [PPPwn](https://github.com/T
3939

4040
- Choose PPPwn (7.00 to 11.00)
4141

42-
- Or Choose the Goldhen PPPwn (9.00, 9.50, 9.51, 9.60, 10.00, 10.01 & 11.00)
42+
- 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)
4343

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

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

76-
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.
76+
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.
7777

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

0 commit comments

Comments
 (0)