diff --git a/PPPwnUI.py b/PPPwnUI.py index 9de75c5..de11f61 100644 --- a/PPPwnUI.py +++ b/PPPwnUI.py @@ -13,7 +13,7 @@ import urllib import random -GUI_VERSION = "3.31" +GUI_VERSION = "3.32" destination_path = "USB_Drive" # Tabs diff --git a/README.md b/README.md index d711e40..57b00d4 100644 --- a/README.md +++ b/README.md @@ -71,9 +71,10 @@ PPPwn is available for the following 23 firmwares: Put golden.bin in the root of USB Drive and plug it in USB port before start the payload. If found, it is copied to the internal HDD at this path: /data/GoldHEN/payloads/goldhen.bin. 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. +Check the folder USB Drive (GoldHEN_v2.4b18) for additional information. -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. +Using stage2 version 1.03 by SiSTR0. GoldHEN is still in development for 9.50, 9.51. +Next fw version to be added 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 diff --git a/USB_Drive/goldhen.bin b/USB_Drive/goldhen.bin index cf88fb1..1b2c2ad 100644 Binary files a/USB_Drive/goldhen.bin and b/USB_Drive/goldhen.bin differ diff --git a/USB_Drive/CHANGELOG.md b/USB_Drive/goldhen/CHANGELOG.md similarity index 90% rename from USB_Drive/CHANGELOG.md rename to USB_Drive/goldhen/CHANGELOG.md index 620f977..5d09750 100644 --- a/USB_Drive/CHANGELOG.md +++ b/USB_Drive/goldhen/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## v2.4b18 +- Added Cheat Downloader (Thanks to [ctn](https://github.com/ctn123)) +- Added support for 10.50, 10.70 and 10.71 +- Improved rest mode support +- Fixed network servers configuration save +- Moved Klog server to userland (better network disconnection supports) + ## v2.4b17.3 - Added support for 9.60 - Improved BinLoader server (more payloads supported) @@ -121,4 +128,4 @@ # Known issue ## v2.4b17 -- klog server: After the pppwn, the klog server is not reachable immediately. A rest mode resume is needed to make it work. \ No newline at end of file +- klog server: After the pppwn, the klog server is not reachable immediately. A rest mode resume is needed to make it work. diff --git a/USB_Drive/CHEATMENU.md b/USB_Drive/goldhen/CHEATMENU.md similarity index 100% rename from USB_Drive/CHEATMENU.md rename to USB_Drive/goldhen/CHEATMENU.md diff --git a/USB_Drive/README.md b/USB_Drive/goldhen/README.md similarity index 64% rename from USB_Drive/README.md rename to USB_Drive/goldhen/README.md index 0d1669c..d222fbb 100644 --- a/USB_Drive/README.md +++ b/USB_Drive/goldhen/README.md @@ -15,16 +15,7 @@ /_______ /|__/_______ / |____| |____|_ /\_________/ \/ \/ \/ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - ``` -## Supported Firmware - -- 5.05 -- 6.71 / 6.72 -- 9.00 -- 9.60 -- 10.00 / 10.01 -- 11.00 ## Features @@ -52,25 +43,14 @@ - Scanlines overlay - Internal pkg installation support (/data/pkg) (Thanks to [OSM](https://github.com/OSM-Made)) -### Notes - -This new release supports both the previous WebKit exploits and the new pppwn, but for this -it requires a custom stage2 that I wrote and released the [code](https://github.com/SiSTR0/PPPwn) - -The custom version of stage2 first looks for the payload in the root directory of the USB drive, -and if found, it is copied to the internal HDD at this path: /data/GoldHEN/payloads/goldhen.bin. -The internal payload is then loaded and is no longer needed on the external USB drive. - -The custom stage2 loader only supports payloads with a kernel entrypoint. - ### :warning: Warnings -The BinLoader server is in an experimental phase but in any case there are several payloads around, -some even not very well done, which can also be harmful and in the best case only crash the console. -So use it with caution. +The BinLoader server is in an experimental phase but in any case there are several payloads around, some even not very well done, which can also be harmful and in the best case only crash the console. So use it with caution. +I have tried to work out to support all payloads possible but no guarantees can be given on this. Obviously I do not take any responsibility in case of use of payloads not made by me. -I have tried to work out to support all payloads possible but no guarantees can be given on this. -Obviously I do not take any responsibility in case of use of payloads not made by me. +### :warning: Known Issues + +Applications such as Apollo, Itemzflow, and Orbis Toolbox may cause the PS4 console to crash/malfunction during entering/exiting rest mode. ### :warning: Cheat Menu @@ -99,8 +79,7 @@ Cheat Menu coded by: - [OSM](https://github.com/OSM-Made) - [SiSTRo](https://github.com/SiSTR0) -Plugin SDK uses [OpenOrbis-PS4-Toolchain](https://github.com/OpenOrbis/OpenOrbis-PS4-Toolchain) -so thanks to all [OpenOrbis](https://github.com/OpenOrbis) devs +Plugin SDK uses [OpenOrbis-PS4-Toolchain](https://github.com/OpenOrbis/OpenOrbis-PS4-Toolchain) so thanks to all [OpenOrbis](https://github.com/OpenOrbis) devs Special thanks: - [golden](https://github.com/jogolden) @@ -131,37 +110,10 @@ Greeting to QA/Testers: - [MGS_PS4_PS5_HB_Tester](https://twitter.com/MSZ_MGS) - [Pharaoh2k](https://github.com/Pharaoh2k) -Greeting Notes: -I'd like to take this opportunity to thank the people without whom we wouldn't have this (and other) release today: -- TheFlow for releasing his exploit (and not just this one) to everyone. -- flat_z for conceiving and publishing the hen for ps4 with a writeup. -- vortex for implementing the first versions of the hen. -- golden for creating projects that helped me understand many things. -- OSM for his cool Orbis Toolbox. -- Hippie68 for his work on the new FTP server. -- Al_Azif for providing various necessary resources. -- SocraticBliss for his RE scripts. -- Illusion for his game patches and more. -- bucanero for his work on the cheat manager. -- All the cheat developers who shared their trainers with everyone. - -Thanks to the testers who had so much patience: -- Big_Wadger -- EchoStretch -- Opoisso893 -- mbcrumb -- MODDED WARFARE -- vapour - -Last but not least, my friends ctn and Kameleon for their continuous support, not only technical! - -Thanks also to everyone who supported my project on kofi. - ### Note -Project source code is currently private because over time I have seen a sad abuse of the source code that I, -like the previous devs who worked on it, have been pleased to make it available to everyone to study and maybe improve it. +Project source code is currently private because over time I have seen a sad abuse of the source code that I, like the previous devs who worked on it, have been pleased to make it available to everyone to study and maybe improve it. ### Donations Consider [donating](https://goldhen.github.io/support) if you like GoldHEN and want to support my work -[![ko-fi](https://ko-fi.com/img/githubbutton_sm.svg)](https://ko-fi.com/SiSTRo) \ No newline at end of file +[![ko-fi](https://ko-fi.com/img/githubbutton_sm.svg)](https://ko-fi.com/SiSTRo) diff --git a/USB_Drive/goldhen/THANKS.md b/USB_Drive/goldhen/THANKS.md new file mode 100644 index 0000000..af3467f --- /dev/null +++ b/USB_Drive/goldhen/THANKS.md @@ -0,0 +1,27 @@ +Hi all! The new beta is finally out! +As many of you may already know, this version supports the new exploit and firmware 11.00, but support for 10.00 / 10.01 is also in development. +This new release supports both the previous WebKit exploits and the new pppwn, but for this it requires a custom stage2 that I wrote and released the [code](https://github.com/SiSTR0/PPPwn) +I'd like to take this opportunity to thank the people without whom we wouldn't have this (and other) release today: +- TheFlow for releasing his exploit (and not just this one) to everyone. +- flat_z for conceiving and publishing the hen for ps4 with a writeup. +- vortex for implementing the first versions of the hen. +- golden for creating projects that helped me understand many things. +- OSM for his cool Orbis Toolbox. +- Hippie68 for his work on the new FTP server. +- Al_Azif for providing various necessary resources. +- SocraticBliss for his RE scripts. +- Illusion for his game patches and more. +- bucanero for his work on the cheat manager. +- All the cheat developers who shared their trainers with everyone. + +Thanks to the testers who had so much patience: +- Big_Wadger +- EchoStretch +- Opoisso893 +- mbcrumb +- MODDED WARFARE +- vapour + +Last but not least, my friends ctn and Kameleon for their continuous support, not only technical! + +Thanks also to everyone who supported my project on kofi. \ No newline at end of file diff --git a/USB_Drive/goldhen/goldhen_2.4b17.3.bin b/USB_Drive/goldhen/goldhen_2.4b17.3.bin new file mode 100644 index 0000000..cf88fb1 Binary files /dev/null and b/USB_Drive/goldhen/goldhen_2.4b17.3.bin differ diff --git a/USB_Drive/goldhen/goldhen_2.4b18.bin b/USB_Drive/goldhen/goldhen_2.4b18.bin new file mode 100644 index 0000000..1b2c2ad Binary files /dev/null and b/USB_Drive/goldhen/goldhen_2.4b18.bin differ diff --git a/USB_Drive/goldhen_lite_1.0_900.bin b/USB_Drive/goldhen/goldhen_lite_1.0_900.bin similarity index 100% rename from USB_Drive/goldhen_lite_1.0_900.bin rename to USB_Drive/goldhen/goldhen_lite_1.0_900.bin