kamene icon indicating copy to clipboard operation
kamene copied to clipboard

scapy on windows 10 64bit cmd

Open n11dc0la opened this issue 7 years ago • 1 comments

i use scapy on windows 10 with anacoda 3.6 in "cmd": $ scapy INFO: No IPv6 support in kernel WARNING: No route found for IPv6 destination :: (no default route?). This affects only IPv6 INFO: Please, report issues to https://github.com/phaethon/scapy Python 3.6.0 |Anaconda 4.3.1 (64-bit)| (default, Dec 23 2016, 11:57:41) [MSC v.1900 64 bit (AMD64)] Type "copyright", "credits" or "license" for more information.

IPython 5.1.0 -- An enhanced Interactive Python. ? -> Introduction and overview of IPython's features. %quickref -> Quick reference. help -> Python's own help system. object? -> Details about 'object', use 'object??' for extra details.

Welcome to Scapy (3.0.0) using IPython 5.1.0 In [1]:

how can i fix it ?

and from scapy.all import * then everything is fine

n11dc0la avatar Jun 22 '17 14:06 n11dc0la

annotation scapy/all.py if conf.ipv6_enabled: from .utils6 import * from .route6 import * (注释掉scapy/all.py里的上述代码。因为导入scapy.all的时候把ipv6的部分也导入进去了)

misakichan avatar Aug 18 '17 01:08 misakichan