diff --git a/.assets/example.config.bin b/.static/example.config.bin similarity index 100% rename from .assets/example.config.bin rename to .static/example.config.bin diff --git a/.assets/how.png b/.static/how.png similarity index 100% rename from .assets/how.png rename to .static/how.png diff --git a/.assets/icon.svg b/.static/icon.svg similarity index 100% rename from .assets/icon.svg rename to .static/icon.svg diff --git a/.assets/screenshot.png b/.static/screenshot.png similarity index 100% rename from .assets/screenshot.png rename to .static/screenshot.png diff --git a/HOW.md b/HOW.md index 7b947bb..6bfbb0a 100644 --- a/HOW.md +++ b/HOW.md @@ -10,4 +10,4 @@ Open your router (ZTE) Admin interface (e.g. at [192.168.1.1](http://192.168.1.1 ## Screenshot -[![how](./.assets/how.png)](#) \ No newline at end of file +[![how](./.static/how.png)](#) \ No newline at end of file diff --git a/README.md b/README.md index cb7dac0..4a858c6 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Ratr -[![Ratr](./.assets/icon.svg)](#) +[![Ratr](./.static/icon.svg)](#) Router Config Extractor (GUI). @@ -12,38 +12,34 @@ Router Config Extractor (GUI). ## Requirements: -* [**.NET Desktop Runtime**](https://dotnet.microsoft.com/en-us/download/dotnet/thank-you/runtime-desktop-6.0.23-windows-x64-installer) ^6.x. +* [**.NET Desktop Runtime**](https://dotnet.microsoft.com/en-us/download/dotnet/thank-you/runtime-desktop-6.0.23-windows-x64-installer) ^6.x Used to build Ratr: -* **Visual Studio 2022** ^17.x. +* **Visual Studio 2022** ^17.x ## Teseted: -* **ZTE ZXHN H267N** ^1.x. -* **Huawei DG8245V-10** ^1.x. +* **ZTE ZXHN H267N** ^1.x +* **Huawei DG8245V-10** ^1.x ## Decoder: -* Python script [ZTE config utility](https://github.com/mkst/zte-config-utility), Using AES encryption [pycryptodomex](https://pypi.org/project/pycryptodomex/). +* [ZTE config utility](https://github.com/mkst/zte-config-utility) +* [AES encryption](https://pypi.org/project/pycryptodomex/) + +> [!CAUTION] +> The file '[**decode.exe**](https://github.com/Jakiboy/Ratr/raw/refs/heads/main/bin/decode.exe)' has been flagged as a potential threat by your antivirus software. This is a false positive, and the file is safe to use. ## Download **Windows only** (No setup) * Download from: [Releases](https://github.com/Jakiboy/Ratr/releases). -* [example.config.bin](./.assets/example.config.bin). +* [example.config.bin](./.static/example.config.bin). ## Screenshot -[![screenshot](./.assets/screenshot.png)](#) +[![screenshot](./.static/screenshot.png)](#) --- - -## Authors: - -* **Jihad Sinnaour** - [Jakiboy](https://github.com/Jakiboy) (*Initial work*) - -## ⭐ Support: - -Please give it a Star if you like the project.