September 2018
Intermediate to advanced
426 pages
10h 46m
English
Scapy is a module written in Python to manipulate data packages with support for multiple network protocols. It allows the creation and modification of network packets of various types, implements functions to passively capture and sniff packets, and then executes actions on these packets.
Scapy is a software specialized in the manipulation of network packets and frames. Scapy is written in the Python programming language and can be used interactively, with its CLI (Command-Line Interpreter), or as a library in our programs written in Python.