Thread: Password
View Single Post
Posts: 2,802 | Thanked: 4,491 times | Joined on Nov 2007
#5
Originally Posted by qwerty12 View Post
text2screen -t `strings /dev/mtd1ro | grep [0-9] | grep -v [a-zA-Z@] | tail -n 1` -s 3
Interesting that the initfs busybox has strings (unlike the rootfs one). I hadn't looked too closely at it before, but it also includes a bunch of other stuff (bunzip2, bzcat, clear, deallocvt, dumpkmap, fdisk, ftpget, halt, hexdump, [[, install, klogd, loadfont, loadkmap, openvt, patch, pidof, poweroff, readprofile, reboot, reset, strings, syslogd, udhcpc, unzip, usleep, watch, wget) missing from the rootfs busybox (though some are provided by other packages).
 

The Following User Says Thank You to lma For This Useful Post: