Python 多線程C段掃描、檢測 Ping掃描腳本

import subprocess as p import time import threading from queue import Queue def check_ip(ip): w=p.Popen('ping -n 2 '+ip,shell=True,stdout=p.PIPE,stderr=p.PIPE,encoding='gbk') r
相關文章
相關標籤/搜索