Python scapy import error

前端 未结 8 933
小蘑菇
小蘑菇 2021-01-17 14:38

If I include following line in my python source file

from scapy.all import *

I get this error

from scapy.all import *
Impor         


        
8条回答
  •  死守一世寂寞
    2021-01-17 14:52

    from kamene.all import * WARNING: No route found for IPv6 destination :: (no default route?). This affects only IPv6

    Use this one instead of scapy.all

提交回复
热议问题