ARTICLE Scapy v2.1.1 in the wild

Saturday 10 April 2010 - 793 read - ( Keywords : Network Discovery , Scapy )

Scapy is a powerful interactive packet manipulation tool, packet generator, network scanner, network discovery tool, and packet sniffer. It provides classes to interactively create packets or sets of packets, manipulate them, send them over the wire, sniff other packets from the wire, match answers and replies, and more. Interaction is provided by the Python interpreter, so Python programming structures can be used (such as variables, loops, and functions).

Scapy also performs very well on a lot of other specific tasks that most other tools can’t handle, like sending invalid frames, injecting your own 802.11 frames, combining techniques (VLAN hopping+ARP cache poisoning, VOIP decoding on WEP encrypted channel, ...), etc.

Report modules are possible and easy to make. It is intended to do the same things as ttlscan, nmap, hping, queso, p0f, xprobe, arping, arp-sk, arpspoof, firewalk, irpas, tethereal, tcpdump, etc.

Changelog

- Updated Windows install doc to refer to PyCrypto 2.1
- Converted tabs to spaces in crypto/cert.py


POSTSCRIPTUM

Download


COMPLIANCE MANDATES

Network Discovery : PCI DSS 11.2, SOX A13.3, GLBA 16CFR Part 314.4(c), HIPAA 164.308(a)(8), FISMA RA-5


RELATED ARTICLES

Network Discovery, Scapy,

10 April 2010 : Scapy v2.1.1 in the wild
15 December 2009 : Scapy version 2.1.0 available
11 February 2009 : Scapy 2.0.1 released
26 December 2008 : Scapy 2.0.0.11 beta released
10 October 2008 : Scapy 2.0.0.10 available