|
本帖最后由 adsluser11 于 2022-9-10 23:16 编辑
进了telnet,把闪存备份了出来,本着技术共享的原则,发出来给大家研究,看看有什么漏洞可以利用没
rootfs分区是jffs2格式,我在debian下挂在出来然后打包,方便大家直接研究:
有几个包含个人信息的无关紧要的分区我就没包含进去了,两个kernel分区是一模一样的,就只传了一个,userconfig目录在删除了个人配置后上传
欢迎各位大神研究讨论,打倒奸商
- <blockquote>/ # cat /proc/version
复制代码
- / # cat /proc/mtd
- dev: size erasesize name
- mtd0: 10000000 00020000 "whole flash"
- mtd1: 00200000 00020000 "u-boot"
- mtd2: 00200000 00020000 "others"
- mtd3: 00200000 00020000 "parameter tags"
- mtd4: 00200000 00020000 "wlan"
- mtd5: 00800000 00020000 "usercfg"
- mtd6: 00600000 00020000 "middle"
- mtd7: 02800000 00020000 "kernel1"
- mtd8: 02800000 00020000 "kernel2"
- mtd9: 03200000 00020000 "osgi1"
- mtd10: 03200000 00020000 "osgi2"
- mtd11: 03600000 00020000 "plugin_data"
- mtd12: 024e0000 00020000 "rootfs"
复制代码- mount
- /dev/root on / type jffs2 (ro,relatime)
- proc on /proc type proc (rw,nosuid,relatime)
- sysfs on /sys type sysfs (rw,nosuid,relatime)
- debugfs on /sys/kernel/debug type debugfs (rw,nosuid,relatime)
- /dev/mtdblock3 on /tagparam type jffs2 (rw,relatime)
- tmpfs on /var type tmpfs (rw,relatime,size=20480k)
- tmpfs on /upgtempfile type tmpfs (rw,relatime,size=102400k)
- tmpfs on /var/osstmp type tmpfs (rw,relatime,size=2048k)
- tmpfs on /mnt type tmpfs (rw,relatime,size=2048k)
- tmpfs on /var/felix-temp type tmpfs (rw,relatime,size=16384k)
- tmpfs on /tmp type tmpfs (rw,relatime,size=15360k)
- /dev/mtdblock5 on /userconfig type jffs2 (rw,relatime)
- /dev/mtdblock6 on /usr/local/ct type jffs2 (rw,relatime)
- ubi0_0 on /usr/tmp type ubifs (ro,sync,relatime)
- /dev/loop0 on /usr/java type squashfs (ro,relatime)
- ubi1_0 on /usr/plugin type ubifs (rw,sync,relatime)
- /dev/mtdblock4 on /wlan type jffs2 (rw,relatime)
- cgroup_root on /sys/fs/cgroup type tmpfs (rw,relatime)
- cpu on /sys/fs/cgroup/cpu type cgroup (rw,relatime,cpu)
- cpuacct on /sys/fs/cgroup/cpuacct type cgroup (rw,relatime,cpuacct)
- cpuset on /sys/fs/cgroup/cpuset type cgroup (rw,relatime,cpuset)
- memory on /sys/fs/cgroup/memory type cgroup (rw,relatime,memory)
- /dev/sda on /mnt/usb1_1 type fuseblk (rw,relatime,user_id=0,group_id=0,allow_other,blksize=4096)
复制代码- /usr/java/bin # ls /bin
- ash gpon_omci netstat sleep
- bndmange gpontest nice smbd
- bobtest grep nmbd smbpasswd
- brctl gunzip ntfs-3g switchtst
- buservice gzip oamtest sync
- busybox hostname openl2tpd tar
- cat httpd opticaltst tc
- chgrp igmp_proxy osgid tcping
- chmod ip p910nd telnetd
- chown ip6tables pc test_minioltlib
- cmapidbg ipsec phddns testftp
- cp iptables ping touch
- cpio ipv4protocol ping6 tr069d
- cspd ipv6protocol portmap traceroute1
- ctsgw_proxyd kill pppd tso
- date kshell pppoe-server umount
- dd l2tpconfig ps uname
- devmem2 ln pwd upgradetest
- df login redir upnpd
- dipc logtousb rm usbtest
- dmesg ls rmdir usbtool
- dnsdomainname lzop routed voip
- dnsmasq memtest rpm voipstat
- ebtables minioltdebug sdtest vsftpd
- echo mkdir sed wbctl
- egrep mknod sendcmd wgets
- epontest mld_proxy setmac wput
- ethdriver_test mount sh wput_ftp
- fgrep msntp shellproxy wput_tftp
- fpga multiapd shellproxy_getty xpondrvARM32.bin
- ftest multicast_test shellproxyctrl z3gateway
- fw_flashing mv simulation zcat
- getopt nand slctool zxspdtest
- /usr/java/bin # ls /sbin
- BCLSockServer hostapd lsmod swapon ubirename
- band_steering hostapd_2.4g mtd_debug ubiattach ubirmvol
- dump_handler hostapd_5g pivot_root ubicrc32 ubirsvol
- dutserver hostapd_cli poweroff ubidetach ubiupdatevol
- dwpal_cli ifconfig reboot ubiformat
- force_roaming init rmmod ubimkvol
- getty insmod route ubinfo
- halt iw swapoff ubinize
复制代码- /userconfig/cfg # cat /proc/cpuinfo
- processor : 0
- BogoMIPS : 50.00
- Features : fp asimd crc32
- CPU implementer : 0x41
- CPU architecture: 8
- CPU variant : 0x0
- CPU part : 0xd03
- CPU revision : 4
- processor : 1
- BogoMIPS : 50.00
- Features : fp asimd crc32
- CPU implementer : 0x41
- CPU architecture: 8
- CPU variant : 0x0
- CPU part : 0xd03
- CPU revision : 4
- processor : 2
- BogoMIPS : 50.00
- Features : fp asimd crc32
- CPU implementer : 0x41
- CPU architecture: 8
- CPU variant : 0x0
- CPU part : 0xd03
- CPU revision : 4
- processor : 3
- BogoMIPS : 50.00
- Features : fp asimd crc32
- CPU implementer : 0x41
- CPU architecture: 8
- CPU variant : 0x0
- CPU part : 0xd03
- CPU revision : 4
复制代码
|
本帖子中包含更多资源
您需要 登录 才可以下载或查看,没有账号?注册
×
|