From a70aed4a5bd7021c98a0d82359dfb359c9c7f4de Mon Sep 17 00:00:00 2001 From: gpotter2 Date: Fri, 24 Nov 2017 20:43:33 +0100 Subject: [PATCH] Minor updates Will also improve google rankings for popular tags, such as `scapy python 3`, `scapy windows`, `scapy pcap` --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 868540cad..25110b3f7 100644 --- a/README.md +++ b/README.md @@ -15,8 +15,9 @@ Scapy is a powerful Python-based interactive packet manipulation program and library. 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 -designed to allow fast packet prototyping by using default values that work. +on the wire, capture them, store or read them using pcap files, match requests +and replies, and much more. It is designed to allow fast packet prototyping by +using default values that work. It can easily handle most classical tasks like scanning, tracerouting, probing, unit tests, attacks or network discovery (it can replace `hping`, 85% of `nmap̀`, @@ -26,6 +27,8 @@ handle, like sending invalid frames, injecting your own 802.11 frames, combining techniques (VLAN hopping+ARP cache poisoning, VoIP decoding on WEP protected channel, ...), etc. +Latest version of scapy now supports both Python 2.7 and Python 3. It's intended to +be cross platform, and supports many different platforms such as Linux, OSX, Windows... ## Hands-on ##