stooged / PS4-Dongle

LilyGo T-Dongle-S3

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PS4-Dongle


This is a project designed for the LilyGo T-Dongle-S3 to provide a wifi http(s) server, dns server.

it is for the PS4 9.00 OOB Exploit which is now combined with PsFree.


you must use the LilyGo T-Dongle-S3 with this project and have a fat32 formatted sd card inserted into the dongle.

LilyGo T-Dongle-S3 With LCD       LilyGo T-Dongle-S3 Without LCD

          


this will give you a compact esp dongle that will allow you to update the files by simply plugging it into your computer and using it like a usb flash drive.
the storage size is limited to the size of the sd card you use.

the sd card slot is in the bottom of the usb port as pictured below, you will need to remove the dummy card and insert a fat32 formatted sd card.


Libraries

the project is built using ESPAsyncWebServer and AsyncTCP so you need to add these libraries to arduino

ESPAsyncWebServer
AsyncTCP


install or update the ESP32 core by adding this url to the Additional Boards Manager URLs section in the arduino "Preferences".

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.


if you have problems with the board being identified/found in windows then you might need to install the USB to UART Bridge drivers.


Uploading the firmware to the dongle

installation is simple you just use the arduino ide to flash the sketch/firmware to the dongle.

use the following board settings


Udating HTML and payloads

to update the files on the dongle you just plug the dongle into your computer and treat it as a usb flash drive.

the exploit files are in the sdcard folder of the repo, copy them into the root of the dongles drive.



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.

  • update.html - used to update the firmware on the esp board (fwupdate.bin).

  • config.html - used to configure wifi ap and ip settings.

  • reboot.html - used to reboot the esp board



About

LilyGo T-Dongle-S3


Languages

Language:C 86.9%Language:C++ 13.1%