September 2018
Intermediate to advanced
426 pages
10h 46m
English
This chapter will introduce you to some of the basics of analyzing network traffic using the pcapy and scapy modules in Python. These modules provide an investigator with the ability to write small Python scripts that can investigate network traffic. An investigator can write scapy scripts to investigate either realtime traffic by sniffing a promiscuous network interface, or load previously-captured pcap files.
The following topics will be covered in this chapter: