python实现批量ping

用简单的代码实现批量ping,并打印无响应的IP ```python from scapy.all import * from multiprocessing import Manager from concurrent.futures import ProcessPoolExecutor def
posted @ 2022-07-07 13:42  Désiré  阅读(930)  评论(0编辑  收藏  举报