Skip to content

stooged/PS4-Server-755

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 

Repository files navigation

PS4 Server 7.55

This is a project designed for the esp8266 D1 Mini or the esp8266 D1 Mini PRO to provide a wifi http server and dns server.

the 7.55 exploit seems to have issues with serving the files from the esp device so with this project i have decided to use the cache function.
on the first load of the main page the exploit files will all be stored on the console and then the esp device can be removed.

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

you can access the main page from the userguide or the consoles webbrowser.



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.

  • format.html - used to format the internal storage(SPIFFS) of the esp board.

  • upload.html - used to upload files(html) 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 esp8266 board.

make sure you set the flash size to match the D1 board you are using.
4M (3M SPIFFS) for the D1 Mini

there is a storage limitation of 2.8mb for the D1 Mini board.

16M (15M SPIFFS) for the D1 Mini PRO

there is a storage limitation of 14.2mb for the D1 Mini PRO 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 defult webserver ip.
on the side menu of the admin page select File Uploader and then click Select Files and locate the data folder inside the PS4_Server_755 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 you can upload the files to the esp8266 with the arduino ide by selecting Tools > ESP8266 Sketch Data Upload



the files uploaded using this method are found in the data folder inside the PS4_Server_755 folder.

About

ESP8266 Cache

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published