Join Us and become a Member for a Verified Badge to access private areas with the latest PS4 PKGs.
PS4 Jailbreaking       Thread starter PSXHAX       Start date Feb 12, 2022 at 4:42 AM       103      
Status
Not open for further replies.
Proceeding his PS4 Server 9.00 / PS4 Server 9.00u for ESP8266 D1 Mini & Pro, PS4Scene developer @stooged shared on the forum an ESP32 Server 9.00u for the PS4 9.00 pOOBs4 Exploit with ESP32 S2 Boards noting the best would be an S2 Mini as they're small and around $5 only. :geek:

Download: ESP32-Server-900u-main.zip / GIT

Here's further details from the README.md: ESP32 Server 9.00u

This is a project designed for the ESP32-S2 and ESP32 boards to provide a wifi http server, dns server and *USB storage emulation. It is for the PS4 9.00 OOB Exploit.

⚠️ If your board is an ESP32 the USB emulation will not be available so you will need to wire a USB drive up to it like this project PS4-Server-900u or you can manually plug and unplug a USB drive for exfathax. This is a wiring diagram for the ESP32 boards.

:thumbup: If your board is an ESP32-S2 you do not need a USB drive with this project as it emulates a USB mass storage device to the console and triggers a filesystem bug to leverage the exploit (exfathax).

These ESP32-S2 boards can be used for a plug and play setup (no wiring):

4MB boards
16MB boards
These ESP32-S2 boards will need a usb A plug wired up to them:

4MB boards
The project is built using ESPAsyncWebServer and AsyncTCP so you need to add these libraries to arduino:
Install or update the ESP32 core by adding this url to the Additional Boards Manager URLs section in the arduino "Preferences".
Code:
https://raw.githubusercontent.com/espressif/arduino-esp32/gh-pages/package_esp32_index.json
Then goto the "Boards Manager and install or update the "esp32" core.

The only files required on the storage of the esp32 are the .bin payloads, everything else is handled internally including generating a list of payloads.

You can still modify the html by uploading your own index.html, if there is no index.html on the storage the internal pages will be used.

If you have problems compiling the sketch make sure the ESP32 library is up to date.

The firmware is updatable via http and the payload files can be managed via http.

You can access the main page from the userguide or the consoles webbrowser using any hostname.

Implemented internal pages:
  • admin.html - the main landing page for administration.
  • index.html - if no index.html is found the server will generate a simple index page and list the payloads automatically.
  • info.html - provides information about the esp board.
  • upload.html - used to upload files(.bin) to the esp board for the webserver.
  • update.html - used to update the firmware on the esp board (fwupdate.bin).
  • fileman.html - used to view / download / delete files on the internal storage of the esp board.
  • config.html - used to configure wifi ap and ip settings.
  • reboot.html - used to reboot the esp board
Installation is simple you just use the arduino ide to flash the sketch/firmware to the esp32 board.

Next you connect to the wifi access point with a pc/laptop, PS4_WEB_AP is the default SSID and password is the default password.

Then use a webbrowser and goto http://10.1.1.1/admin.html 10.1.1.1 is the default webserver ip or http://ps4.local

On the side menu of the admin page select File Uploader and then click Select Files and locate the data folder inside the ESP32_Server_900 folder in this repo and select all the files inside the data folder and click Upload Files you can then goto Config Editor and change the password for the wifi ap.

Alternatively if you install this plugin to the arduino ide you can upload the files to the esp32-s2 with the arduino ide by selecting Tools > ESP32 Sketch Data Upload
PS4 ESP32 Server 9.00u for ESP32 S2 Boards by Stooged 2.jpg

The files uploaded using this method are found in the data folder inside the ESP32_Server_900u folder.
PS4 ESP32 Server 9.00u for ESP32 S2 Boards by Stooged.jpg
 

Comments

LILYGO TTGO T8 ESP32-S2 ESP32-S2-WOOR V1.1 WIFI
I just tested this board and I can confirm that doesn't work.

The fifth one on the list. It needs to be wired. If someone can contact @stooged and let he know.
 
@koip after flashing did you change the dip switches for the usb mode?

the dip switches change the usb mode from the usb to serial chip (ch340c) to the esp32-s2 mcu's pin 19 and 20 (native usb)

it is the switch bank next to the usb port. i dont have a board to test but the switch positions should be either..

1 on
2 off
3 on
4 off

or

1 off
2 on
3 off
4 on
 
@0hh1 that board looks like its usb port is connected to the usb to serial chip which means it would need a usb A cable wired up to it for it to work like this.

the s2 mini is a plug and play board (no wiring) and it is cheap. i got mine from here and the post took 2 weeks from china to australia

also a note:

if people want to add lots of payloads or their own html/images then the board to get is the feathers2 because it has 16mb of storage (12.5mb usable)
the other boards only have 4mb leaving about 2.6mb usable.

the esp32-s3 boards have up to 32mb but they are not supported yet. my sample s3 will arrive in a few days for testing, once i test and verify the board works with the current esp32s3 lib then i will update the readme on the repo.

Edit: this is the wiring for that ai thinker12k board, it is slightly different to the other esp boards that require wiring.
 
Status
Not open for further replies.
Back
Top