SSH service deployment SSH persistence mechanism 这是一个针对小米路由器 BE5000 1.0.53 固件的漏洞利用工具,通过命令注入实现 SSH 访问。工具包含三个主要组件: 初始漏洞利用和文件传输 SSH 服务部署 SSH 持久化机制(参考下方) Download / 下载 Releases ...
sshInfo = "SSH 已开启. 使用root账户登录 %s:23323,密码通过SN码计算 https://mi.tellme.top/" serverMsg = "HTTP服务已启动,监听地址:" urlFormat = "http://%s/cgi-bin/luci/;stok=%s/api/xqsystem/start_binding" ping1Template = `mkdir -p /etc/config/dropbear a=$(/tmp/dropbearkey -t...
@@ -2,10 +2,7 @@ module BE5000_SSh go 1.23 require ( fyne.io/fyne/v2 v2.5.2 github.com/pkg/browser v0.0.0-20240102092130-5ac0b6a4141c ) require fyne.io/fyne/v2 v2.5.2 require ( fyne.io/systray v1.11.0 // indirect 3 changes: 0 additions & 3 deletions 3 go.sum Original...
Cancel Submit feedback Saved searches Use saved searches to filter your results more quickly Cancel Create saved search Sign in Sign up Reseting focus {{ message }} iamsxm / BE5000_SSh_UI Public Notifications You must be signed in to change notification settings Fork 1 Star 5 ...
Mi Router BE5000 (RD18) Get SSH Tool / 小米路由器 BE5000 (RD18) 获取 SSH 权限 - 测试action · iamsxm/BE5000_SSh_UI@4087c63
run: | export CC=x86_64-w64-mingw32-gcc fyne package -os ${{ matrix.goos }} -icon icon.png fyne package -os ${{ matrix.goos }} ls ./ mkdir build mv myapp.exe ./build/Mi Router BE5000 (RD18) Get SSH Tool.exe 0 comments on commit a3edc2a Please sign in to comment. Foot...
zip -r ./build/BE5000_SSh_${{ matrix.goos }}_${{ matrix.goarch }}.zip ./build/release - uses: ncipollo/release-action@v1 with: artifacts: "./build/release" body: ${{ github.ref }} artifacts: "./build/release" 0 comments on commit d68b0f9 Please sign in to comment. ...
binary_name: "Mi Router BE5000 (RD18) Get SSH Tool" # 可以指定二进制文件的名称 #extra_files: README.md # 需要包含的额外文件 go-version: '1.23'- name: install fyne run: | go install fyne.io/fyne/v2/cmd/fyne@latest- name: download icon ...
Mi Router BE5000 (RD18) Get SSH Tool / 小米路由器 BE5000 (RD18) 获取 SSH 权限 - 优化代码 · iamsxm/BE5000_SSh_UI@265245b
mv dropbear ./build/bin mv dropbearkey ./build/bin zip -r ./build/BE5000_SSh_${{ matrix.goos }}_${{ matrix.goarch }}.zip ./build/release - uses: ncipollo/release-action@v1 with: artifacts: "./build/release" 0 comments on commit c08b932 Please sign in to comment. Footer...