Powerful interactive packet manipulation program in python Maintained by:vanhu@netasq.com Port Added: 15 Dec 2005 14:30:55 License: not specified in port
Scapy is a powerful interactive packet manipulation program. It is
able to forge or decode packets of a wide number of protocols, send
them on the wire, capture them, match requests and replies, and much
more. It can easily handle most classical tasks like scanning,
tracerouting, probing, unit tests, attacks or network discovery (it
can replace hping, 85% of nmap, arpspoof, arp-sk, arping, tcpdump,
tethereal, p0f, etc.). It also performs very well at a lot of other
specific tasks that most other tools can't handle, like sending
invalid frames, injecting your own 802.11 frames, combining technics
(VLAN hopping+ARP cache poisoning, VOIP decoding on WEP encrypted
channel, ...), etc.
WWW: http://secdev.org/projects/scapy
To install the port:cd /usr/ports/net/scapy/ && make install clean To add the package:pkg_add -r scapy
Configuration Options
===> The following configuration options are available for scapy-2.2.0:
GRAPH=off: graph generation and visualization
MANUF=off: wireshark's MANUF MAC database
MMAP=off
P0F_BASE=off: p0f OS signatures database
PYCRYPTO=off: Use py-crypto for WEP decoding
PYGNUPLOT=off: Use py-gnuplot wrapper to plot graphs
PYX=off: PostScript and PDF graphs drawing
QUESO_BASE=off: queso OS signatures database
===> Use 'make config' to modify these settings