oxo

telnet 进入 ASUS RT-13U 路由器

最近买了一台华硕RT-13U路由,发现功能强大,使用的是linux内核运行,自然要想法设法进入系统玩玩。

通过努力,发现华硕管理员早为我们打开了方便之门,web manager接口:

 

登陆后台管理,直接浏览器输入:

http://my.route/Main_AdmStatus_Content.asp

 

通过研究发现系统中有telnetd命令,ok!直接启动

在web manager模式下运用:/usr/sbin/telnetd &

 

立刻在客户端使用:

telnet my.route

成功登陆:

# cat /proc/cpuinfo
system type             : Ralink SoC
processor               : 0
cpu model               : MIPS 24K V4.12
BogoMIPS                : 255.48
wait instruction        : yes
microsecond timers      : yes
tlb_entries             : 32
extra interrupt vector  : yes
hardware watchpoint     : yes
ASEs implemented        : mips16 dsp
VCED exceptions         : not available
VCEI exceptions         : not available

接下来的事情就留给大家慢慢玩了!!!

发表于 2009-12-27 12:37  程序人生  阅读(1276)  评论(0编辑  收藏  举报
 

分类:

技术点:

相关文章:

  • 2022-12-23
  • 2021-12-09
  • 2021-09-27
  • 2021-08-03
  • 2021-06-20
  • 2021-07-16
  • 2021-11-05
猜你喜欢
  • 2022-02-08
  • 2021-08-04
  • 2021-12-23
  • 2021-11-10
  • 2022-12-23
  • 2021-09-06
  • 2021-11-18
相关资源
相似解决方案