fofapro / vulfocus

🚀Vulfocus 是一个漏洞集成平台,将漏洞环境 docker 镜像,放入即可使用,开箱即用。
Apache License 2.0
3.21k stars 509 forks source link

vulfocus/cisco-cve_2020_3331:latest #328

Open D0ngs3c opened 1 year ago

D0ngs3c commented 1 year ago

https://vulfocus.cn/启动cisco-cve_2020_3331后,容器映射的端口不通 image

image

本地docker pull该镜像,使用命令docker run -it -P vulfocus/cisco-cve_2020_3331:latest拉起容器后报如下错误。 报错信息

 * Starting OpenBSD Secure Shell server sshd                                 [ OK ] 
Failed to open '/dev/net/tun' : No such file or directory
SIOCSIFADDR: Operation not permitted
tap0: ERROR while getting interface flags: No such device
SIOCSIFNETMASK: Operation not permitted
spawn qemu-system-mipsel -M malta -kernel vmlinux-3.2.0-4-4kc-malta -hda debian_wheezy_mipsel_standard.qcow2 -append root=/dev/sda1 console=tty0 -net nic -net tap,ifname=tap0,script=no,downscript=no -nographic
qemu-system-mipsel: -net tap,ifname=tap0,script=no,downscript=no: could not open /dev/net/tun: No such file or directory
send: spawn id exp4 not open
    while executing
"send "root\r""

操作系统: centos7 内核版本: 3.10.0-1160.66.1.el7.x86_64 Python 环境版本: docker容器python环境未知 Vulfocus 版本: release v0.3.2.11 详细报错信息或堆栈报错信息

D0ngs3c commented 1 year ago

@0nise 大佬帮忙看看呀