The analysis of network traffic is the process by which intercept packets can be intercepted that are exchanged between two hosts, knowing the details of the systems that intervene in the communication. The message and the duration of the communication are some of the valuable information that an attacker who is listening in the network medium can obtain.
Capturing and injecting packets with scapy
What can we do with scapy?
Scapy is a Swiss-army knife for network manipulation. For this reason, it can be used in many tasks and areas:
- Research in communications networks
- Security tests and ethical hacking to manipulate the traffic generated
- Package-capture, processing, and handling
- Generating packages with a specific protocol...