Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use HTML5 Application Cache #108

Closed
ps4miner opened this issue Jun 4, 2018 · 7 comments
Closed

Use HTML5 Application Cache #108

ps4miner opened this issue Jun 4, 2018 · 7 comments

Comments

@ps4miner
Copy link

ps4miner commented Jun 4, 2018

Force exploits to use https://developer.mozilla.org/en-US/docs/Web/HTML/Using_the_application_cache
This would allow to store exploits on the ps4 for offline use.

Fix index.html:
<html manifest="offline.manifest">

Add offline.manifest with contents:

CACHE MANIFEST
index.html
expl.js
homebrew.js
kernel.js
mira.js
ping.js
rop.js
syscalls.js
userland.js

Also add alike cache for Users Guide's redirect.

I checked, it's working for ps4 browser.

@Al-Azif
Copy link
Owner

Al-Azif commented Jun 5, 2018

I'll look into adding this for the next release as an option. Should only be a day or two until the 0.4.3 release.

Edit: Moving to 0.4.4 so I can test it a bit more.

@Al-Azif Al-Azif mentioned this issue Jun 5, 2018
39 tasks
@CelesteBlue-dev
Copy link

CelesteBlue-dev commented Jun 9, 2018

@Al-Azif @ps4miner I confirm that it works:
https://www.youtube.com/watch?v=1iEaIt2eXhs
But I advice to do :
On your PC, host at the root of the server the files of the exploits.
On PS4, open the webbrowser (not the User Guide), go to http://localhost.
Check that the exploit works.
Then you can disconnect PS4 internet forever. No need for a server anymore !

@AbkarinoMHM
Copy link

Thanks All for confirmation, but I think that if user cleared browser cash for any reason then he have to install it again.

@Al-Azif
Copy link
Owner

Al-Azif commented Jun 9, 2018

@AbkarinoMHM Yeah, that's what I'm testing, and if there is an update to an exploit the old version is still used as well, trying to flesh it out a little before I push it. Want to have a little troubleshooting thing written up for issues people will have. As well as generating the manifest automatically.

@Al-Azif
Copy link
Owner

Al-Azif commented Jun 9, 2018

Adding these here for my notes. The Original and Mira+HEN do not work after disconnecting from the internet and reconnecting. Related to the bin payload listener I'm guessing.

Fixed

@Warez007
Copy link

Warez007 commented Jun 10, 2018

Hi, is my mod Exploit offline THX @Al-Azif i used your host html 0.4.3
https://www.youtube.com/watch?v=1LCdD6C8m9Y

Al-Azif added a commit that referenced this issue Jun 10, 2018
@Al-Azif Al-Azif closed this as completed Jun 10, 2018
@brunocarvalhodearaujo
Copy link

it works in user guide located in settings :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants