Join Us and become a Member for a Verified Badge to access private areas with the latest PS4 PKGs.
PS4 CFW and Hacks       Thread starter PSXHAX       Start date Nov 20, 2018 at 10:06 PM       14      
Status
Not open for further replies.
We've covered Installing a PS4 ESP8266 alongside PS4Brew for ESP32 / ESP8266 and PS4 Mod Tools for ESP32 / ESP8266 devices and recently HIASQ (Twitter) made available on Github ESP8266-HEN18.bin which is a PS4 Host ESP8266 Firmware for 5.05 HEN 1.8 followed by PS4 Host ESP8266 Firmware V0.02 for 5.05-5.07 (no cache) and PS4Exploit including HEN 1.9 with details below. (y)

Download: ESP8266-HEN18.rar (ESP8266-HEN18.bin) / PS4 ESP8266 V0.02.rar (PS4 ESP8266 V0.02.bin) / ESP8266 HEN18 GIT / Live Demo / ESP8266-PS4Exploit-by HIASQ.rar (ESP8266-PS4Exploit-by HIASQ.bin) / ESP8266-PS4Exploit-master.zip / ESP8266 PS4Exploit GIT / PS4Exploit (HEN1.9).rar / PS4Exploit HEN1.9 GIT / PS4Exploit Lite

To quote from the README.md via HIASQ: ESP8266-HEN18

PS4 Host ESP8266 Firmware for 5.05 HEN 1.8 ONLY HEN 1.8 Cache Payload can be used in offline mode. Turn off "Connect to the Internet" and run payloads as usually (browser).

PS4 Wi-Fi Settings

Network: NEWGAME
Password: 11111111

Spoiler

:arrow: Update: From the updated README.md, to quote: PS4-Host-ESP8266-5.05-5.07

PS4-Host-ESP8266-Firmware-V0.02-for ((5.05-5.07)) no cache

{payloads list includes}
  • HEN 1.8 - 1.7 - 1.6 MIRA+HEN BackUp App2Usb FTP Dumper VR VR + HEN 1.8
  • DISCDump 50X
  • Disable -Enable ((ReactPS+)) Disable- Enable ((Updates))
  • Cache
  • No cache in this version 0.02.
PS4 WiFi Settings (EASY)

Network: PS4
Password: 11111111 (8x1)

Connect to the Internet Test internet connection and run payloads as usually (browser).

Use NodeMCU-PyFlasher 3.0 to Upload firmware in file.bin format

PS4 Host ESP8266 Firmware for 5.05 HEN 1.8 by HIASQ.jpg

PS4 Host ESP8266 Firmware for 5.05 HEN 1.8 by HIASQ 2.png
 

Comments

can someone tell me what changes etc are in the hen V1.8 compared to 1.7 ?

should I even bother ?

is anyone working on a patch for newer games to be ripped and to work on 5.05 ?
 
HEN 1.8 provides the possibility to install packages via LAN with the help of flat_z's remote package installer. No more changes for end user. Taking into account the speed of ESP8266 Wi-Fi connection, HEN 1.8 is completely useless for ESP8266, IMHO!

@barelynotlegal
This feature was already provided in HEN 1.7.
 
Cool cool! Offline payload injection is the bestest! And ESP FTW. If this is as good as it looks I'll link to it on my website
 
This can already be done using Al-Azif's. Just save the page and put it in the 5.05 exploit directory then cache it. What's all the fuss?
Code:
<html>
	<head>
		<title>PS4 7.00 - 7.02</title>
		<script src="utils.js"></script>
		<script src="int64.js"></script>
		<script src="rop.js"></script>
		<script src="userland.js"></script>
		<script src="ps4.js"></script>

	</head>
	<body onload="go()">
		<button id="input1" onfocus="handle2()"></button>
		<button id="input2"></button>
		<button id="input3" onfocus="handle2()"></button>
		<select id="select1">
			<option value="value1">Value1</option>
		</select>
	</body>
</html>
 
Status
Not open for further replies.
Back
Top