diff --git a/topics/scapy/index.md b/topics/scapy/index.md new file mode 100644 index 00000000000..06e99714578 --- /dev/null +++ b/topics/scapy/index.md @@ -0,0 +1,14 @@ +--- +created_by: Philippe Biondi +display_name: Scapy +github_url: https://github.com/secdev/scapy +logo: scapy.png +released: March 26, 2003 +short_description: Scapy is a Python-based interactive packet manipulation program & library. It supports Python 2 & Python 3. +topic: scapy +related: python +url: https://scapy.net/ +wikipedia_url: https://en.wikipedia.org/wiki/Scapy +--- +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, store or read them using pcap files, match requests and replies, and much more. diff --git a/topics/scapy/scapy.png b/topics/scapy/scapy.png new file mode 100644 index 00000000000..055a4a90059 Binary files /dev/null and b/topics/scapy/scapy.png differ