摘要: 命令行参数传递 python main.py -H 192.168.1.1 -p 22,23,24 #coding:utf-8 import optparse def PortScan(host,port): print("针对主机",host,"扫描结束了...") def main(): Usa 阅读全文
posted @ 2019-12-01 18:40 lyshark 阅读(1008) 评论(0) 推荐(0)