Commit Graph

61 Commits

Author SHA1 Message Date
ArabPixel
2819e56b1d Improvements for code logic and payloads
- WebRTE payload now supports more firmware. - fixed ps4fw variable not found error for 7.xx firmware. - Scroll down for console logs.
2025-10-14 21:15:26 +02:00
ArabPixel
e38e00d3d6 feat:Support for loading payloads using GoldHEN
This commit adds the ability to load payloads using GoldHENs BinLoader by visiting the mirrored http host. Improvements in blocking payloads loading if your firmware is unsupported..
2025-10-03 10:28:58 +02:00
ArabPixel
98154f0d17 Fixed offline exploit 2025-09-15 22:41:01 +02:00
ArabPixel
ad228214c0 Updated payloads 2025-09-15 22:26:12 +02:00
ArabPixel
9606a15ae7 Use latest GoldHEN by default 2025-09-10 14:53:02 +02:00
ArabPixel
cea0cd67e5 Added BinLoader 2025-09-10 14:36:46 +02:00
ArabPixel
2ba8ba9cf2 Merge pull request #5 from ArabPixel/dev
Merge AIO port fix by Al-Azif
2025-09-05 21:13:55 +02:00
ArabPixel
37c6646b87 7.0x kpatch update 2025-09-05 21:11:55 +02:00
ArabPixel
0be90f4d55 Merge pull request #4 from Al-Azif:main
Add AIO patch for 7.0x
2025-09-05 21:08:48 +02:00
Al Azif
08ecf038c9 Update README.md 2025-09-05 11:41:15 -07:00
Al Azif
b784c2124c Add AIO patch for 7.0x 2025-09-05 10:35:26 -07:00
ArabPixel
ec80e44c25 Cache fix 2025-09-03 21:13:41 +02:00
ArabPixel
b3b3198d1b Added GoldHEN v2.4b18.6 2025-09-02 22:25:26 +02:00
ArabPixel
1366bb4743 7.5x AIO fix 2025-08-26 18:12:04 +02:00
ArabPixel
0fd9c2c2a8 Merge pull request #3 from Al-Azif/main
Add 7.5x AIO fix
2025-08-26 18:08:22 +02:00
Al Azif
7a510c7d37 Add 7.5x AIO fix 2025-08-26 00:47:35 -07:00
ArabPixel
37440a0d6a Merge pull request #2 from ArabPixel/dev
Removed Auto Jb feature.
added AIO message in console
PS blue color fix for FW < 9.00
2025-08-25 22:46:16 +02:00
ArabPixel
fdfb6bb219 bug fix. 2025-08-25 22:43:43 +02:00
ArabPixel
e94328d64b AIO Fix message 2025-08-25 22:34:11 +02:00
ArabPixel
48cef07e31 refactor: remove auto jailbreak feature and related UI elements 2025-08-25 22:06:51 +02:00
ArabPixel
64b67c9c1b Merge pull request #1 from ArabPixel/dev
Merg workaround by al azif
2025-08-22 16:42:03 +02:00
ArabPixel
b96c9d9930 update bins 2025-08-22 15:30:35 +02:00
ArabPixel
144c580b06 Merge: savedata and black screen issue workaround by Al-Azif 2025-08-22 15:27:25 +02:00
Al Azif
6dd2d4de4d Added built-in work around for blackscreen for 8.00-9.60
- Still feels more like a work around vs a true fix
- 7.xx soon™
2025-08-22 01:34:32 -07:00
ArabPixel
e8280afecd fix: fwElement null error
moved the code to be only executed when a supported firmware is found
2025-08-10 23:57:51 +02:00
ArabPixel
2688caca6e fix: update cache manifest generation and bin files 2025-08-09 22:49:44 +02:00
ArabPixel
7fb458412a Fix: added missing Kpatches 2025-08-09 20:31:49 +02:00
ArabPixel
a1b3224bf5 fix: Set default GoldHEN version if not found in localStorage 2025-08-09 18:37:50 +02:00
ArabPixel
300255fdf9 feat: Add GoldHEN version selection
update: payload handling

- Updated PSFree.manifest with new GoldHEN binaries and removed obsolete file.
- Implemented functions to set and load selected GoldHEN version in localStorage.
- Enhanced GoldHEN function to dynamically set payload path based on selected version.
- Added UI elements in index.html for selecting GoldHEN versions.
2025-08-09 17:58:04 +02:00
ArabPixel
323b554a8a Merge branch 'main' of github.com:ArabPixel/psfree-lapse 2025-08-09 14:18:02 +02:00
ArabPixel
1246537503 Rebased PSFree enhanced
Rebased PSFree Enhanced to make it easier to update the exploit
2025-08-09 14:17:05 +02:00
Al Azif
631fd7713f Merge pull request #8 from p4rad0xical/main
fix 700 vtable offset
2025-08-08 14:10:34 -07:00
p4rad0xical
d25b713afa fix 700 vtable offset 2025-08-08 17:05:46 -04:00
Al Azif
52d7ba4d46 "Optimize" a patch 2025-07-19 22:21:55 -07:00
Al Azif
88f95e93a9 Update kpatches 2025-06-24 04:33:14 -07:00
Al Azif
943f06ddc3 Update 900.c 2025-06-24 04:19:56 -07:00
Al Azif
b6bccb39a9 Various tweaks
- Made constants match FreeBSD9 headers
  - Added more constants that are used but were just magic numbers
- Save and reset pinned core and scheduler priority post exploit
  - Use correct size for rtprio, 0x10 vs 8
- Double check value before closing fd or freeing object in post exploit cleanup
2025-06-14 14:27:55 -07:00
Al Azif
315514583d Shrink shellcode a little more 2025-06-11 03:28:59 -07:00
Al Azif
872c5de2c6 Tried explicitly closing everyything in the patch_kernel function
- Didn't change anything, left in but commented out.
2025-06-10 16:29:56 -07:00
Al Azif
88a6b3cfe6 Standardize logs a bit 2025-06-10 14:36:49 -07:00
Al Azif
bca8c9ac74 Make requested changes to payload loader
- Added comments to explain it
2025-06-10 12:46:06 -07:00
Al Azif
9d420c7463 Missed this one 2025-06-10 03:21:23 -07:00
Al Azif
588a70ae91 Acctually restore sysent[661] 2025-06-09 18:02:12 -07:00
Al Azif
0abf863ff2 Removed abc's donation link per abc's request
- Key for wallet is lost
2025-06-08 14:52:24 -07:00
Al Azif
ef2f26ee09 Update CHANGELOG.md 2025-06-07 14:48:04 -07:00
Al Azif
0bfa8c301e Add 7.xx support 2025-06-07 03:06:24 -07:00
Al Azif
c23ef56385 Run linter on everything 2025-06-05 22:38:15 -07:00
Al Azif
93d812737d Don't need to check for *.d files anymore 2025-06-05 16:33:19 -07:00
Al Azif
a7d1fb183c Initial 9.00-9.60 ROP chain, by @janisslsm
- Will need to be tweaked slightly, but it's currently working
- Thanks to @DrYenyen for testing literally everything
2025-06-05 16:12:57 -07:00
Al Azif
3b37a02a1d Update README.md 2025-06-03 22:27:45 -07:00