Interested in investing time and money into PSXHAX.COM? Read More and Contact Us for details!
Live in Your World, HAX in Ours!
HDD_Script.py to Retrieve Data from Any PS4 Console via SFlash Dump!
Today PlayStation 4 developer @zecoxao shared a Python Script (hdd_script.py with updated revisions below) via Twitter from 'the usual suspect' that converts the wrapped key blobs stored in sflash0 into eap_hdd_key, which can then be used to retrieve data from any PS4 console (DevKit, Retail, TestKit) with an SFlash dump! 😍

Download: hdd_script.py (5.29 KB) / hdd_script.py (v2) (5.36 KB - outputs the keys to a file called keys.bin, to be used on Linux with Cryptmount) / hdd_script.py (v2) Mirror / hdd_script.py (v3) (5.57 KB - error handling on sflash0 size and on magic check, in order for the hdd script to work, the dump of sflash0 must have EXACTLY 32MB - 0x2000000 bytes): hdd_script.py (v3) Mirror / Mounting PS4 HDD on WSL2 (Windows Subsystem for Linux 2) Guide with PS4 HDD Script by Anonymous (hdd_script.zip - 2.11 KB - includes hdd_script.py) and WSL2_UFS_Support_Read_Only.rar (2.83 GB - WSL2 UFS RO Kernel)
Code:
#!/usr/bin/env python

from binascii import hexlify as hx
from pathlib import Path

import sys, os, struct
import hashlib, hmac

from Crypto.Cipher import AES
from Crypto.Util import Counter

def aes_encrypt_ecb(key, data):
    crypto = AES.new(key, AES.MODE_ECB)
    return crypto.encrypt(data)

def aes_decrypt_ecb(key, data):
    crypto = AES.new(key, AES.MODE_ECB)
    return crypto.decrypt(data)

def aes_encrypt_cbc(key, iv, data):
    crypto = AES.new(key, AES.MODE_CBC, iv)
    return crypto.encrypt(data)

def aes_decrypt_cbc(key, iv, data):
    crypto = AES.new(key, AES.MODE_CBC, iv)
    return crypto.decrypt(data)

def hmac_sha256(key, data):
    return hmac.new(key=key, msg=data, digestmod=hashlib.sha256).digest()

portability_seed_key =...
Ghost of Tsushima: Legends Online Multiplayer Mode Hits PS4 This Fall
Today Sucker Punch Productions announced that coming this fall to PS4 is the Ghost of Tsushima: Legends online multiplayer mode available as a free download for PlayStation 4 GOT video game owners. ⚔

Below is an announcement trailer video alongside the first details on this new co-op multiplayer mode inspired by Japanese mythology courtesy of Senior Game Designer Darren Bridges, to quote:

Today I am very excited to reveal Ghost of Tsushima: Legends, a new online cooperative multiplayer* mode that will come as a free download for Ghost of Tsushima owners on PS4 later this year.

Legends is an entirely new experience — it’s a separate mode that doesn’t follow Jin or the companions from his journey, but instead focuses on four warriors who have been built up as legends in stories told by the people of Tsushima.

Ghost of Tsushima’s single-player campaign focuses on an open world and exploring the natural beauty of the island, but Legends is haunting and fantastical, with locations and enemies inspired by Japanese folk tales and mythology and an emphasis on cooperative combat and action.

Ghost of Tsushima: Legends PS4 Announcement Trailer
We designed Legends to be an exclusively cooperative gameplay experience. You’ll be able to partner up with friends or via online matchmaking and play Legends in groups of 2-4 players.

Each player can choose from one of four different character classes: the Samurai, Hunter, Ronin, or Assassin. Each class has unique advantages and abilities that we’ll reveal in the future.

With two players in Ghost of Tsushima: Legends, you’ll be able to play a series of co-op Story missions that escalate in difficulty, building on the foundation of combat from the single-player campaign but with new magical twists that often require careful synchronization with your partner.

With four players, you’ll be able to take on wave-based Survival missions, fighting groups of the toughest enemies Tsushima has to offer, Including new Oni enemies with supernatural abilities.

If you can best the Story and Survival missions, you may be confident enough to take on the four-player Raid that will arrive shortly after the launch of Ghost of Tsushima: Legends, sending you and...
Android PS4 Exploit Host 6.72 Server APK File by Saad Alareqi
Proceeding the PS4 Jailbreak 6.72 Exploit Menu by @Leeful (Twitter), today Saad-Alareqi shared an Android application that acts as a server to host the aforementioned PlayStation 4 v6.72 Exploit Menu that followed the PS4JB 6.72 Jailbreak Exploit released last month. 📲

Download: Android_PS4_exploit_host-1.4.1-release.apk (23.0 MB) / GIT

Spoiler: Depreciated

:idea: Of note, shortly after the release Leeful discovered the following via Twitter to quote:

Thanks for this, it works great but I have spotted a small potential bug. In the app it says go to 192.168..etc. but it should be: http://192.168..etc.

If you just type 192..etc in the browser it says data not supported. It needs the http:// at the start.

Spoiler: Changelog
PS4 Gentoo Mod for RetroArch at Startup Guide by PepeCobain
This weekend @PepeCobain shared on Twitter a PS4 Gentoo Mod for RetroArch at Startup Guide to enable the multi-system video game emulator without a keyboard required and directly using a DualShock 4 (DS4) Controller with a demo video below from his YouTube Channel. 🤩

Here's the English guide from Pastebin.com: PS4 Gentoo MOD - by PepeCobain

RetroArch at Startup without keyboard and direct with a Dualshock 4

Dolphin ishiiruka + Play! + All Core Emulator on PS4

Yeah you can load also GameCube games you heard well!! ;)

If you like my work and want donate a coffee :)
  • BTC: 3Lox7RdAm82J2AUYZu9Xm5uHgf8TJPqGVz
  • Ripple/XRP: rXieaAC3nevTKgVu2SYoShjTCS2Tfczqx
You need:

A) HDD or SSD
B) Balena Etcher
C) 8BitDo USB dongle

If you need 8BitDo Dongle:
1) First you need download my PS4 Gentoo MOD - RetroArch (PS4Gentoo MOD) and extract it

2) Then you need mount your HDD or SSD on your pc with Balena Etcher, select my image and select your hdd/ssd and flash it

3) If you have FAT or SLIM model go to step 4, else you have a PS4 PRO go to settings and change video resolution to 1080p and disable HDR

4) PowerON your ps4, mount your HDD and go to Browser App, press option button -> settings -> delete cookie and clear WebSite Data

5) Go to this address --> https://ps4gentoo.github.io/

6) Launch Payload Linux 5.3.18

7) (Only for first time) exit from RetroArch, if you don't see Retroarch you are on Gentoo don't worry

8) Click on the lower left -> GParted (Partition Editor ) -> write password: ps4 -> select right-click on /dev/sda2 -> extends to Maximum Size - > click Resize -> click to green V to...
Back
Top