MikroTikPatch/README_CN.md
zyb 24b5981d47 new file: .github/workflows/mikrotik_patch_6.yml
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
2024-07-19 10:15:57 +08:00

41 lines
1.1 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 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)。