# coding: utf-8import osimport systry: import xml.etree.cElementTree as ETexcept ImportError: ... nmap提取指定端口 ip 1年前 (2019-12-28) 441 次浏览 0
nmap -vv -n –sS -sU -p22 192.168.1.0/24 | grep "Discovered open port" | awk {'print $6'} | awk -... nmap与hydra批量扫描 4年前 (2017-03-02) 487 次浏览 0