WebKit ROP Chain Tutorials [Creation/Editing/Debugging] - PS3 Development

well clearly you did not read anything...as it supports 100% of all consoles, including all 4.xx FW versions and both OFW/CFW
 
hi

is there any way to load a html file directly from a folder on dev_hdd0 or dev_usb000 on a ofw console?
It's one of the first things the team considered back in October when we first got ROP execution.
If there was a way, we would already have released all ps3xploit tools using that method rather than hosting them on a web server (locally on LAN or remotely like **ps3xploit.com >Domain no Longer owned by team** (ps3xploit.me =new)).

The ps3 browser can use a number of protocols like http but none of them will let us load a local html file.
There is a localhost web server on the PS3 however it's not a http server but rather a xml server, it won't serve html files to the browser through http as far as we can make out. To find out whether one of the various xml based protocols might help us with this would require more investigation as available documentation is limited.

Having said that, currently, nobody knows a way to run local html files in the ps3 browser but it doesn't mean we won't find one, and if not with the ps3 browser itself, maybe with an embedded webkit in an official app. We are currently investigating a few of those, it may yield results..
 
Last edited:
It's one of the first things the team considered back in October when we first got ROP execution.
If there was a way, we would already have released all ps3xploit tools using that method rather than hosting them on a web server (locally on LAN or remotely like **ps3xploit.com >Domain no Longer owned by team** (ps3xploit.me =new)).

The ps3 browser can use a number of protocols like http but none of them will let us load a local html file.
There is a localhost web server on the PS3 however it's not a http server but rather a xml server, it won't serve html files to the browser through http as far as we can make out. To find out whether one of the various xml based protocols might help us with this would require more investigation as available documentation is limited.

Having said that, currently, nobody knows a way to run local html files in the ps3 browser but it doesn't mean we won't find one, and if not with the ps3 browser itself, maybe with an embedded webkit in an official app. We are currently investigating a few of those, it may yield results..

ok

and what about bd java? is there a way to run han enabler from a burned disc?
 
Run vía bd means homebrew

Send from my PS5 via NASA

i know but i think if we find a way around the bd-j (Blu-Ray Disc Java) security checks/restrictions then we are able to run some exploits on a burned disc over the ps3 internal movie player!

the bd-j system is used by bd movies for menus and bonus content etc...

since the ps3xploit team has found a way to replace some files on the dev_flash of an ofw console i think it's possible to modify the bd-j files inside /dev_flash/bdplayer/bdjstack/ to disable the security restrictions on the bd-j system but i don't have the knowledge to do this I'm just an advanced user who can give ideas to go in the right direction

sorry for my bad english
 
Search Is Now Fixed For Newest Repo Files!

any issues, let me know.

4.82 DEX support still needs added

@KILLER_SEVEN i also was curious about java stuff and modification of the files in bdjstack directory/ mainly the bdjstack.jar and classes.zip. more of a curiousity to see if PS3 will do anything cool with modifications to these and other BD files

PETT can replace these manually typing path names or adding to dropdown boxes, but a standalone tool to replace these files can easily be made, maybe we can push that out if anyone is curious as well

also PETT XMB Menu updated to auto-support DEX/CEX depending on which VSH is loaded (thanks @DeViL303) links in OP
 
Last edited:
Hi
I've been following the times the hack development for ps3.
There was a question and a possible suggestion ...
It is possible to create a tool now that has the HAN. To do spoof of idps on OFW console?
so PS3 ofw banned could install games through act.dat and rif files. It would need to have a valid id of course.
Sorry for my bad English.
I look forward to returning if possible, thank you!
 
Hi
I've been following the times the hack development for ps3.
There was a question and a possible suggestion ...
It is possible to create a tool now that has the HAN. To do spoof of idps on OFW console?
so PS3 ofw banned could install games through act.dat and rif files. It would need to have a valid id of course.
Sorry for my bad English.
I look forward to returning if possible, thank you!

HAN is not sufficient, you would need a full jailbreak to spoof idps. There is currently no such thing available.
 
Does not work.
Does not work only with USB devices.
When moving file to hdd0, everything is fine and the file size is correct.
But when moving file to an external drive, the file size is 0 bytes and it has attributes - hidden, archive, read only.

Writing works when the read-only attribute is removed from the file. It is created as read-only for some reason.

------------

Anyway, is it known how to decrypt and encrypt an official SPRX file? So that one could copy it from an OFW PS3, modify it and encrypt it back on PC, and then replace the file on the PS3 so that the modified one is loaded by the OFW. Are the keys known?
 
Back
Top