You need the following for the software to install Scapy on Windows:
Python:python 2.7 or 3.3 +. After installation, add the Python installation directory and its foot book directory to your path. According to your Python version, the default is C: \ python27 and \ python27 \ Scripts respectively.
Npcap: Latest version. The default value is recommended. Scapy will also be with WinPcap.
Scapy: The latest development version of the Git repository. Unzip the archive, open a command prompt in the directory to run "python setup.py install".
: Https://github.com/secdev/scapy/archive/master.zip
Just download the file and run the Setup program. Selecting the default installation option should be secure.
For convenience, direct links are provided to supported versions (Python 2.7 and 3.3 +). If these links don't work, or if you're using a different Python version (which is certainly not possible), simply visit the package's home page and look for the Windows binaries. As a last resort, search for filenames on the web.
After installing all the packages, open a command prompt (cmd. exe) and run it by typing scapy. If you have set the path correctly, this will be the batch file in your C point: \ python27 \ Script directory and instruct the Python interpreter to load scapy.
If there really seems to be no work, consider skipping Windows version and using Linux Live cd– either on your Windows host or booting the virtual machine from the CD: Legacy Scapy already included in GRML and backtracking for example. With the live CD you can easily upgrade to the latest version of the typing cd/tmp and wget scapy.net.
Scapy installation on Windows