拉取镜像
docker pull instrumentisto/nmap
设置别名
alias nmap='docker run -it --rm --network=host --name nmap instrumentisto/nmap:latest'
运行nmap
nmap -sS xxx.xxx.xxx.xxx
docker pull instrumentisto/nmap
alias nmap='docker run -it --rm --network=host --name nmap instrumentisto/nmap:latest'
nmap -sS xxx.xxx.xxx.xxx