root@isk:/XXX/netgear_telnet-main# ./telnet-enable.py 192.168.1.1 94:18:65:11:22:33 admin 'password' NetgearTelnet enabler V3.1 (c) B.Kerler2021-2023 Done sending pw data 188A6AB1B3F0DBB63BC34B2ECE268B77BB3E814A5BDAD46FB2188DFD4976ED30 to 192.168.1.1:23
更改地区
使用telnet命令登录路由器 root@isk:/XXX/netgear_telnet-main# telnet 192.168.1.1 Trying 192.168.1.1... Connected to192.168.1.1. Escape characteris '^]'. === LOGIN =============================== Please enter your account and password, It's the same with DUT GUI ------------------------------------------ telnet account:admin telnet password: === IMPORTANT ============================ Use 'passwd' toset your login password this will disable telnet and enable SSH ------------------------------------------ BusyBox v1.30.1 (2021-09-2718:24:51 CST) built-in shell (ash) Enter 'help' for a listof built-in commands. root@RAX70:/#
artmtd -r region查询当前地区 root@RAX70:/# root@RAX70:/#artmtd -r region The region numberis: 0x0004 REGION: PR root@RAX70:/#
artmtd -w region US设置新的地区 root@RAX70:/# root@RAX70:/#artmtd -w region US write region number: 0x000B root@RAX70:/#
artmtd -r region查询新地区是否生效 root@RAX70:/#artmtd -r region The region numberis: 0x000B REGION: US root@RAX70:/# root@RAX70:/#