This commit is contained in:
Jan Wachsmuth 2024-01-05 01:37:53 +01:00 committed by GitHub
parent b20df0a9bc
commit 43e144aa52
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,6 +1,7 @@
# Download and Prepare Firmware on your own web server # Download and Prepare Firmware on your own web server
After I had downloaded some firmware files my web server became quite messy, so I've created a list of commands to download firmware for different products and versions. After I had downloaded some firmware files my web server became quite messy, so I've created a list of commands to download firmware for different products and versions.
```
/Library/WebServer/Documents/linkplay /Library/WebServer/Documents/linkplay
|-- products-original-2024-01-03.xml # downloaded products.xml file renamed by current date for future use |-- products-original-2024-01-03.xml # downloaded products.xml file renamed by current date for future use
|-- products.xml # crafted file that contains the products I own and the URLs are pointing to this local web server |-- products.xml # crafted file that contains the products I own and the URLs are pointing to this local web server
@ -25,6 +26,7 @@ After I had downloaded some firmware files my web server became quite messy, so
| +-- ... | +-- ...
+-- mp3 # notification messages in mp3 format +-- mp3 # notification messages in mp3 format
... ...
```
I've provided shell script that can be used to download products.xml, the specific product.xml files for the products in use and their images for the two important versions: I've provided shell script that can be used to download products.xml, the specific product.xml files for the products in use and their images for the two important versions:
- 20200220 - version with security vulnerability to allow telnet to the device - 20200220 - version with security vulnerability to allow telnet to the device