|
本帖最后由 TonyLianLong 于 2013-11-29 21:16 编辑
大家知道703N原厂固件是linux系统的
除了ap71账户能登陆,现在我发现root也能登陆啦!
这是真的!
详情:http://www.tonylianlong.com/?p=37
看看log:
TL-WR703N login: root
Password:
Jan 1 00:05:55 login[554]: root login on `ttyS0'
BusyBox v1.01 (2011.04.01-07:49+0000) Built-in shell (msh)
Enter 'help' for a list of built-in commands.
# df
Filesystem 1k-blocks Used Available Use% Mounted on
/dev/mtdblock2 2816 2816 0 100% /
# ls
# cd /
# ls
bin etc lib mnt root tmp var
dev include linuxrc proc sbin usr web
# cd etc
# ls
ath issue ppp shadow
fstab lld2d.conf rc.d usb_modeswitch.d
group mode_switch.conf resolv.conf wlan
host.conf nsswitch.conf securetty wpa2
inittab passwd services wr941n.ico
# cp passwd /tmp/passwd2
cp: not found
# busybox
BusyBox v1.01 (2011.04.01-07:49+0000) multi-call binary
Usage: busybox [function] [arguments]...
or: [function] [arguments]...
BusyBox is a multi-call binary that combines many common Unix
utilities into a single executable. Most people will create a
link to busybox for each function they wish to use and BusyBox
will act like whatever it was invoked as!
Currently defined functions:
[, arping, brctl, busybox, cat, chmod, date, df, echo, false,
getty, ifconfig, init, insmod, kill, klogd, linuxrc, logger, login,
logread, ls, lsmod, mount, msh, ping, ps, reboot, rm, rmmod, route,
sh, syslogd, test, tftp, true, udhcpc, udhcpd, umount, vconfig
# echo 1 > /tmp/1
# cd /tmp
# cat 1
1
#
这是ap71:
TL-WR703N mips #149 Mon Sep 26 11:13:59 CST 2011 (none)
TL-WR703N login: ap71
BusyBox v1.01 (2011.04.01-07:49+0000) Built-in shell (msh)
Enter 'help' for a list of built-in commands.
$ ls
$ cd /
$ ls
bin etc lib mnt root tmp var
dev include linuxrc proc sbin usr web
$ cd /tmp
$ echo a > a
a: cannot create
$
|
|