mirror of
https://github.com/ArabPixel/PSFree-Enhanced.git
synced 2026-07-15 00:45:44 -05:00
A feature rich version of psfree lapse
https://arabpixel.github.io/PSFree-Enhanced/
- JavaScript 77.4%
- C 9.1%
- HTML 7.1%
- CSS 6%
- Python 0.3%
|
|
||
|---|---|---|
| .github/workflows | ||
| includes | ||
| src | ||
| .gitignore | ||
| .prettierrc | ||
| babel.config.json | ||
| CacheMaker.py | ||
| CHANGELOG.md | ||
| exploit.html | ||
| index.html | ||
| LICENSE | ||
| package-lock.json | ||
| package.json | ||
| PSFree.manifest | ||
| README.md | ||
PSFree Enhanced
based on PSFree version 1.5.1 by Al-Azif and includes multiple implementations by Feyzee61
PSFree is a collection of exploits for the PS4 console. The main focus of the repo is for the PS4.
Features
- Auto-detection: Automatically detects console type and firmware version (via
src/config.mjs). - WebKit Exploit (PSFree): Entry point via the console's web browser.
- Kernel Exploit (Lapse): Escalates privileges to kernel level.
- Payload Loader: After successful kernel exploitation listens for a payload on port 9020.
Additional features
- Language switcher
- HEN flavor selector
- GoldHEN version selector
- Descriptive payload selection
- Unsuported payload loading protection
- Load payloads with GoldHEN's PayLoader through a mirrored http host
- Offers more features when hosted locally on a PC or a PS4 using PS4-Websrv
- Send payloads from any smart device to the PS4
- Scans the network to find the PS4
- Themes
- Selectable exploit chain (7.00 - 9.60)
- Barebone jailbreak experience
- Using Babel for older firmwares
- Up to date
Supported by this Repository
This table indicates firmware versions for which the current version of this repository provides a functional and tested exploit chain.
| # | Userland | Kernel | GoldHEN's PayLoader |
|---|---|---|---|
| PlayStation 4 | 6.70-9.60 | 6.70-9.60 | 5.05 - latest |
- 4.74 was tested and the website functions as intended, however, anything older than 5.05 has no GoldHEN support to load payloads with.
TODO List
Blackscreen/Save issue with certain gamesIssue is patched post-exploit- Determine root cause and fix more directly
lapse.mjs: Just set the bits for JIT privsview.mjs: Assumes PS4, support PS5 as well- Support lower firmwares by adding other exploits
Contribution
You can :
- look at the languages folder and PR your language!
- improve the host by modefying, updating or adding new features!
Copyright and Authors:
AGPL-3.0-or-later (see LICENSE). Part of this repo belongs to the group anonymous. We refer to anonymous contributors as "anonymous" as well.
Credits:
- anonymous for PS4 firmware kernel dumps
- Check the appropriate files for any extra contributors. Unless otherwise stated, everything here can also be credited to us.
- Al-Azif for the base exploit
- Nazky for some code inspiration.
- Feyzee61 for the second PSFree lapse and 6.7x exploit implementations.