summaryrefslogtreecommitdiffstats
path: root/network/scapy/README
diff options
context:
space:
mode:
Diffstat (limited to 'network/scapy/README')
-rw-r--r--network/scapy/README7
1 files changed, 7 insertions, 0 deletions
diff --git a/network/scapy/README b/network/scapy/README
new file mode 100644
index 0000000000..91c46eacc6
--- /dev/null
+++ b/network/scapy/README
@@ -0,0 +1,7 @@
+Scapy is a 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). Report modules are possible and easy to make.