To complete exercises in this chapter, we will require the following:
- Kali Linux (https://www.kali.org/downloads/)
- Wireshark v2.6.6 (https://www.wireshark.org/download.html) installed on Windows 10 OS
- Aircrack-ng Suite (already present in Kali Linux)
- Scapy Python library (already a part of Kali Linux and can be installed by using pip install scapy command)
- You can download the codes and PCAP files used in this chapter from https://github.com/nipunjaswal/networkforensics/tree/master/Ch5