使用nmap 快速进行存活扫描 作者: 一樹 时间: 2017-10-10 分类: 1、从一个文本文件中读取IP列表,将扫描结果以greppable(可用grep命令提取)格式输出到cunhuo.txt文件。nmap -sP -iL ip.txt -oG cunhuo.txt 标签: none