June 2023
Intermediate to advanced
586 pages
12h 35m
English
This chapter will introduce you to some of the basics of analyzing network traffic using the pcapy-ng and scapy modules in Python. These modules provide you with the ability to write small Python scripts that can understand network traffic. Scapy is a network packet manipulation tool written in Python that can forge or decode packets, forward packets, capture packets, and match requests and responses.
The following topics will be covered in this chapter: