mirror of
https://github.com/elseif/MikroTikPatch.git
synced 2025-01-23 13:35:09 +03:00
24b5981d47
renamed: .github/workflows/mikrotik_patch.yml -> .github/workflows/mikrotik_patch_7.yml modified: README.md modified: README_CN.md new file: busybox/busybox_x86 deleted: busybox/busybox_x86_64 renamed: keygen/keygen_x86_64 -> keygen/keygen_x86 modified: patch.py
41 lines
1.1 KiB
Markdown
41 lines
1.1 KiB
Markdown
# Patch MikroTik RouterOS [[English](README.md)]
|
||
|
||
### [MikroTik RouterOS 授权签名验证分析](https://blog.csdn.net/chivalrys/article/details/139770711)
|
||
|
||
### 下载 [最新](https://github.com/elseif/MikroTikPatch/releases/latest) 的iso文件安装RouterOS.
|
||
### CHR镜像文件同时支持BIOS和UEFI启动模式
|
||
### 支持在线升级
|
||
|
||
![](image/install.png)
|
||
![](image/routeros.png)
|
||
|
||
### x86模式授权许可
|
||
![](image/x86.png)
|
||
### chr模式授权许可,支持在线授权许可
|
||
![](image/chr.png)
|
||
|
||
## 如何使用Shell
|
||
安装 option-{version}.npk 包
|
||
telnet到RouterOS,用户名devel,密码与admin的密码相同
|
||
## 如何授权许可
|
||
进入shell
|
||
运行 keygen
|
||
参考上图。
|
||
Chr镜像支持在线授权许可
|
||
## 如何使用Python
|
||
安装 python3-{version}.npk 包
|
||
telnet到RouterOS,用户名devel,密码与admin的密码相同
|
||
运行 python -V
|
||
### npk.py
|
||
对npk文件进行解包,修改,创建,签名和验证
|
||
### patch.py
|
||
替换公钥并签名
|
||
|
||
|
||
## 所有的修补操作都自动运行在[Github Action](https://github.com/elseif/MikroTikPatch/blob/main/.github/workflows/mikrotik_patch.yml)。
|
||
|
||
|
||
|
||
|
||
|