From 640702b923f937bdac9bafcfe299bcccbbc56443 Mon Sep 17 00:00:00 2001 From: Jakiboy Date: Fri, 14 Feb 2025 16:45:30 +0100 Subject: [PATCH] Update assets * Updated README for PR 11b6cb1 * New release for #2 Co-Authored-By: 0xBEEF <166956000+H0ckJ0ck@users.noreply.github.com> --- {.assets => .static}/example.config.bin | Bin {.assets => .static}/how.png | Bin {.assets => .static}/icon.svg | 0 {.assets => .static}/screenshot.png | Bin HOW.md | 2 +- README.md | 28 ++++++++++-------------- 6 files changed, 13 insertions(+), 17 deletions(-) rename {.assets => .static}/example.config.bin (100%) rename {.assets => .static}/how.png (100%) rename {.assets => .static}/icon.svg (100%) rename {.assets => .static}/screenshot.png (100%) 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.