This is a dump of excellent Ps3xploit Team bgtoolset. I'm not an author of any of these tools, all credits go to Ps3xploit team. If you find these tools useful, please consider a donation via Paypal at [email protected] or in BTC at either of the addresses below:
Legacy P2PKH | Segwit BECH32 | PayNyms |
Supported versions: 4.80 - 4.88
- This is NOT official repository of bgtoolset. It's a dump which I made for myself, to be able jailbreak my console if for whatever reason Ps3Xploit website goes down.
- Use this mirror as a last resort - you should always go to bgtoolset page first, and use tools provided there. Not only they are more reliable, and written by people who actually know what they're doing - they're also always up to date.
- I'm not responsible for any damage you may do to your console. This stuff if used inproperly, can brick your PS3.
- Some people tested this dump on their consoles, and it worked without any issues. However I do not guarantee that it will work for you. See [Tested consoles][#tested-consoles].
- I'm not providing any info how to use this locally, if you don't know it - you probably shouldn't do this.
- It's not a full dump, I only focused on happy path, of flashing PS3. Memory editor probably wouldn't work, logs are also not reliable. Original toolset uses
*.php
files, which (for obvious reasons) I couldn't dump, so most of them are just plain HTML output of the scripts. Thefile3.php
is my dummy, minimal implementation which makes all this stuff work.
Variant | Model | Firmware | Status | Source |
---|---|---|---|---|
SLIM | CECH-2503B | 4.88 | ✅ | E-mail info |
SLIM | CECH-2504 | 4.88 | ✅ | |
FAT | CECH-J03 | 4.87 | ✅ | Myself |
- Clone repository
- Install Docker: https://docs.docker.com/get-docker/
- build image:
docker build -t bgtools:1.1.0.0.3 .
- Run the image:
docker run -i -t --rm -p 8080:8080 bgtools:1.1.0.0.3
- Open local browser at http://localhost:8080 or using your PC local IP through the PS3 for example http://192.168.1.100:8080 just make sure to replace 192.168.1.100 with your local IP.