sudo apt-get update
sudo apt-get install python-scapy python-pyx python-gnuplotTo run Scapy interactively
sudo scapyThe scapy shell will be displayed :
WARNING: No route found for IPv6 destination :: (no default route?)
Welcome to Scapy (2.2.0)
>>>To quit Scapy
>>>quit()
That's all! See you.
