Skip to content

angelwingss/etaHEN

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 

Repository files navigation

etaHEN - AIO Homebrew enabler

etaHEN

Official PS5 exploit website (auto loads etaHEN)

Features

  • Custom System Software version (custom System info)
  • kstuff for fself and fpkg support
  • etaHEN log in /data/etaHEN
  • (optional) System-wide controller shortcut to open itemzflow
  • Debug Settings
  • Game Dumper (Intrgrated with Itemzflow)
  • HEN config file for settings
  • Jailbreak IPC call (jailbreaks Homebrew apps)
  • Update blocker (unmounts update partition)
  • libhijacker
  • Optional Illusions cheats/patches
  • Optional FTP server on port 1337
  • Optional /data allowed inside apps sandboxes
  • Klog server on port 9081
  • elf loader on port 9027
  • Optional PS5Debug
  • started Itemzflow intergration
  • Optional Discord RPC server on port 8000, click here for setup instructions
  • Optional Direct PKG installer service on port 9090

Upcoming features

  • More userland patches
  • (maybe) Jailbreak whitelist for Homebrew
  • plugin loader

etaHEN INI Configuration file

etaHEN's ini settings file can be found at /data/etaHEN/config.ini and can be accessed using the built-in FTP and is automatically created when you run etaHEN for the first time

Configuration Layout

INI Key Description Default value
libhijacker_cheats 0 = disables Illusions cheats 1 = enables Illusions cheats 0 (disabled)
PS5Debug 0 = disables PS5Debug auto load 1 = enable PS5Debug auto load 1 (enabled)
FTP 0 = disables etaHEN built-in FTP 1 = enables it 1 (enabled)
discord_rpc 0 = disables Discord RPC server 1 = enables it 0 (disabled)
testkit 0 = not testkit 1 = Real Testkits ONLY 0 (disabled)
Allow_data_in_sandbox 0 = disables /data in an apps sandbox 1 = enables it 1 (enabled)
DPI 0 = disables The Direct PKG Installer service 1 = enables it 1 (enabled)

DPI API details for tool creators

etaHEN's Direct PKG Installer currently is very simple and is considered a WIP the service flow is as follows

  1. Connect to etaHEN's TCP server via port 9090 (using the PS5s IP)
  2. Send a URL to etaHEN in the following json format
{ "url" : "http://xxxx" }
  1. etaHEN will then send back the return value (0 on success)
{ "res" : "0" }
  1. etaHEN will close the client socket after the return json is sent

Contributors

Testers

Support the project

Join us on Discord

About

AIO HEN payload

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published