Join Us and become a Member for a Verified Badge to access private areas with the latest PS4 PKGs.
Status
Not open for further replies.
Hi, guys! Following my ESP8266 PS4 Payloads Host and the recent Team Psyco0s 5.05 GTA V Mod Menu, PS4 PayLoad Sender 5.05 and Lamance 0.8 & GTAV Trainer updates there is now a way to make your PS4 HEN payloads being hosted OFFLINE in browser cache. :ninja:

It's based on application cache as reported by ps4miner recently on @Al Azif's Github with a Live Demo and HEN.zip by @akela1979 alongside a HEN 1.6 Offline Loader for 5.05 via @prezax. :fire:
  • NOW IT WORKS ONLY FOR 5.05.
So, what we need (based on Al-Azif PC Host):

1. Change the code in main "index.html"
Code:
<html>
to
Code:
<html manifest="index.cache">
(you can name "index.cache" whatever you want, it does not matter)
2. Create in main folder "index.cache" file and add there all files related to index.html
Code:
CACHE MANIFEST

about.html
index.html
script.js
style.css
ps4-updatefeature.html
image.png
about.html

Where "CACHE MANIFEST" - main code command to cache the files listed below in the file

3. The same thing to be done with index.html of payloads you need (pay attention to the name of the main payload html files, it can be whatever you want), for example:
3.1 HEN+Mira
3.1.1 Change in main html file
Code:
<html>
to
Code:
<html manifest="index.cache">
3.1.2
Create in main folder "index.cache" file and add there all files related to index.html
Code:
CACHE MANIFEST

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

3.2 Xvortex's HEN
3.2.1 Change in main html file
Code:
<html>
to
Code:
<html manifest="index.cache">
3.2.2
Create in main folder "index.cache" file and add only index.html as there are no supportive files for this payload
Code:
CACHE MANIFEST

index.html

4. After you did all the payloads you need, run host as usually and go via !!!browser!!! (not user's guide) to main page and run payloads to be cached (shoulb be run successfully)

5.
All pages as well payloads will be cached and become available in offline mode! Just disable internet connection in options and load the initial page or payload. PROFIT!!! No need to host payloads!!!

NB! If someone uses exploits via internet site, he can also visit the Live Demo - Offline mode is activated there!!!

ESP8266 Firmware for 5.05 with offline mode activated by KeeperDY v1.3 - download.
Go to http://local.host/ (or any other) and add it to bookmarks. Run payloads to be cached! After that just run last page or use bookmarks!

Some notes:

1. It is better to collect all payloads in one root folder!
2. Name of the payload may differ from index.html and can be anyone, it depends upon host and firmware, for example, backup.html, henvr.html, etc.
3. Name of the cache file can be anyone but should be the same as in "manifest=XXX.XXX" line
4. After cleaning browser cache and data all contents will be erased.
5. No information about stability of such method, need more data to collect.

CREDITS TO:
ps4miner (4pda.ru, Github), erkins007 (4pda.ru)

5.05 Exploit Offline
PS4 Exploit mod by Warez Offline
PS4 Exploit install works OFFLINE by WarezPL
PS4 Exploits - No need for an ESP or PC anymore !!!
PS4 EXPLOIT 5.05 FIRMWARE! OFFLINE HACK INSTALL!

PS4 5.05 HEN Payloads Offline without ESP8266
:arrow: Also this weekend EROOTIIK updated his AP II INTENSE v2 for PS4 to support 5.05 with details below, to quote:

I'm releasing the ap ii intense v2 that I have converted and updated for PS4, only works for 4.05/4.55 and for the EU version of the game without updates.

I will adding PS4's vehicles and weapons in the future, if you want to translate the menu in your language you can download the extracted strings, translate them in the same order without adding a line and send me back the file.

Changelog v1:
  • added PS4 musics to the mobile radio menu
Downloads:
Credits:
  • EROOTIIK: Conversion for PS4 and Update
  • Rock4259: Creator of the menu and help to fix endianness and bits issues on his menu
  • 2much4u: GTA Native Caller source
PS4 Exploit Host for 5.05 HEN Payloads Offline Without ESP8266.jpg
 

Comments

@akela1979 cache... smart as hell man.

edit : by the way... the exploit can be hosted locally with only lan network allowed.
preventing access to internet.
this can be done by setting the default gateway to 0.0.0.0.
 
@mtnjustarie
you can also just set the dns servers to a dead internal/lan ip.

but with the update blocker in hen you don't need to worry about it updating because it just cannot download the update file, you will get a notification about downloading it and then an error and that's as far as it goes.

all this worry about updating people have is just not necessary once the hen (blocker) is run 1 time but I guess people will always be paranoid :confused:
 
This is amazing, but do i need to run each payload separately for it to be cached? sorry if it's a stupid question this is kinda new to me.
 
Ya, and the original coders and developers dint konw that?? some time ago y launch accidentally in .455 the exploit and without PC and online, if i remember good cause of CAHE, because some times you need to clear cache of the ps4 browser If no always that you send the payload the ps4 as a kernel panic, so you need to clear the cache of the browser for fix that error.
 
That's great, thanx for sharing.

So, now only if someone can figure out some kind of "autorun" function, so that hen can be loaded automaticaly when booting ps...
 
Status
Not open for further replies.
Back
Top