September 2018
Intermediate to advanced
426 pages
10h 46m
English
Scapy provides us with many commands to investigate a network. We can use scapy in two ways: interactively within a terminal window or programmatically from a Python script by importing it as a library.
These are the commands that may be useful to show in detail the operation of scapy:
Scapy supports about 300 network protocols. We can have an idea with the ls() command:
scapy>ls()
The screenshot shows an execution ...
Read now
Unlock full access