Giter Site home page Giter Site logo

celliesprojects / esp32-ps4-jailbreak Goto Github PK

View Code? Open in Web Editor NEW
13.0 3.0 6.0 829 KB

Minimal PS4 5.05 jailbreak on a ESP32. Compiles in the Arduino IDE.

License: MIT License

HTML 13.88% C++ 0.52% C 85.60%
ps4exploit ps4payload esp32 ps4 hen ps4-exploit-host jailbreak-server

esp32-ps4-jailbreak's Introduction

esp32-ps4-jailbreak

This is a minimal implementation of the PS4 hack by qwertyoruiopz.

It only contains the 'PS4HEN v2.1.2'.

You will need an ESP32 board with 4MB flash memory and a PS4 on fw 5.05 to use the software.

Hardware

How to flash your ESP32:

Using Arduino IDE:

  1. Download AsyncTCP and ESPAsyncWebServer and install these libraries in the Arduino libraries folder.
    Restart the Arduino IDE after this step.

  2. Unpack the latest release zipfile.

  3. Flash the compiled software to your ESP32.

Using pre-compiled binaries:

  1. Flash the pre-compiled esp32-ps4-jailbreak.ino.esp32.bin file to 0x00010000.

  2. Use this command (Linux) to flash the binary to an esp32 with a default partition table:
    ~/Arduino/hardware/espressif/esp32/tools/esptool.py --chip esp32 --port /dev/ttyUSB0 --baud 921600 --before default_reset --after hard_reset write_flash -z --flash_mode dio --flash_freq 80m 0x10000 esp32-ps4-jailbreak.ino.esp32.bin
    ( you might have to adjust some things for your particular board )

How to connect and install PS4HEN:

  1. The ESP32 will start an accesspoint named ESP32 5.05 jailbreak server.

  2. Connect to this AP with your PS4 and browse to http://192.168.4.1/ to enable PS4HEN on your PS4.

Credits:

Specter, IDC, qwertyoruiopz, Flatz, CTurt, Mistawes, XVortex, Al-Azif

esp32-ps4-jailbreak's People

Contributors

celliesprojects avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.