MikroTik RouterOS Patch Public Key and Generate License
Go to file
2024-06-18 18:41:27 +08:00
.github/workflows modified: .github/workflows/mikrotik_patch.yml 2024-06-18 18:41:27 +08:00
toyecc Initial commit 2024-06-15 07:27:20 +08:00
.gitignore modified: .gitignore 2024-06-18 16:21:07 +08:00
install.png Initial commit 2024-06-15 07:27:20 +08:00
keygen.png Initial commit 2024-06-15 07:27:20 +08:00
keygen.zip new file: keygen.zip 2024-06-18 13:18:08 +08:00
mikro.py Initial commit 2024-06-15 07:27:20 +08:00
mikrotik.ico Initial commit 2024-06-15 07:27:20 +08:00
netinstall.py modified: .github/workflows/mikrotik_patch.yml 2024-06-18 13:17:48 +08:00
npk.py modified: npk.py 2024-06-18 18:28:55 +08:00
package.py modified: .github/workflows/mikrotik_patch.yml 2024-06-18 13:17:48 +08:00
patch.py modified: .gitignore 2024-06-18 16:21:07 +08:00
README_CN.md modified: README.md 2024-06-18 17:46:28 +08:00
README.md modified: README.md 2024-06-18 17:46:28 +08:00
routeros.png modified: .github/workflows/mikrotik_patch.yml 2024-06-16 03:15:54 +08:00
sha256.py Initial commit 2024-06-15 07:27:20 +08:00
upgrade.py modified: README.md 2024-06-18 14:33:54 +08:00

Patch MikroTik RouterOS

中文

MikroTik RouterOS 授权签名验证分析

Download Latest Patched iso file,install it and enjoy.

Uses keygen to generate license key (keygen in iso or img).

How generate license key

unzip keygen.zip
keygen.exe software_id

How to use shell

install option-{version}.npk package
telnet routeros with username devel and password is same admin

How to use python3

install python3-{version}.npk package
telnet routeros with username devel and password is same admin
python -V

npk.py

SignVerifyCreate, Extract npk file.

patch.py

Patch public key and sign NPK files

netinstall.py

Modify netinstallexe to enable network installation of NPK files that have been resigned in ISO

upgrade.py

By adding static domain name resolution in RouterOS, the NPK file that has been resigned in ISO can be installed during the upgrade process.

all patches are applied automatically with Github Action.