本地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""
在
https://vulfocus.cn/
启动cisco-cve_2020_3331
后,容器映射的端口不通本地
docker pull
该镜像,使用命令docker run -it -P vulfocus/cisco-cve_2020_3331:latest
拉起容器后报如下错误。 报错信息操作系统: centos7 内核版本: 3.10.0-1160.66.1.el7.x86_64 Python 环境版本: docker容器python环境未知 Vulfocus 版本: release v0.3.2.11 详细报错信息或堆栈报错信息: