self-confidence,the source of all the power

导航

scapy down and install

找了很多资料,很少有关于Scapy 下载和安装的。

关联地址:

http://www.secdev.org/projects/scapy/doc/installation.html

 

 

Windows¶

Scapy is primarily being developed for Unix-like systems and works best on those platforms. But the latest version of Scapy supports Windows out-of-the-box. So you can use nearly all of Scapy’s features on your Windows machine as well.

Note

If you update from Scapy-win v1.2.0.2 to Scapy v2 remember to use from scapy.all import * instead of from scapy import *.

 

 

You need the following software packages in order to install Scapy on Windows:

Just download the files and run the setup program. Choosing the default installation options should be safe.

For your convenience direct links are given to the versions I used (for Python 2.5 and Python 2.6). If these links do not work or if you are using a different Python version, just visit the homepage of the respective package and look for a Windows binary. As a last resort, search the web for the filename.

After all packages are installed, open a command prompt (cmd.exe) and run Scapy by typing scapy. If you have set the PATH correctly, this will find a little batch file in your C:\Python26\Scripts directory and instruct the Python interpreter to load Scapy.

If really nothing seems to work, consider skipping the Windows version and using Scapy from a Linux Live CD – either in a virtual machine on your Windows host or by booting from CDROM: An older version of Scapy is already included in grml and BackTrack for example. While using the Live CD you can easily upgrade to the lastest Scapy version by typing cd /tmp && wget scapy.net.

 

scapy useage:

             http://www.secdev.org/projects/scapy/doc/usage.html#starting-scapy

 

posted on 2010-09-28 14:11  漩涡鸣人  阅读(2951)  评论(0编辑  收藏  举报