centos(linux)python-scapy模块中graph的使用:报错
环境:centos 7.3 python:3.6 from scapy.all import traceroute target=["114.114.114.114"]dport=[80]res,unans=traceroute(target,dport=dport,retry=-2,maxttl=5)之后报错:Traceback(most recent call last):File"scapy_simple_1.py",...