HOWTO : Scapy 2.2.0 on Ubuntu 12.04 LTS
To install Scapy
To run Scapy interactively
The scapy shell will be displayed :
To quit Scapy
That's all! See you.
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.