In order to start reviewing firmware contents, we first have to get hold of a firmware binary file. This section goes through the various techniques in which firmware can be obtained for a given target.
Obtaining firmware
Getting ready
For obtaining firmware, there are some tools we will need to install. We will be using Kali Linux which has most of the tools we need installed by default. Here are the tools you will need:
- Kali Linux: Kali Linux is available for download via their site at https://www.kali.org/downloads/. It is recommended to use the Kali virtual images if you use VMware or VirtualBox, which can be found here https://www.offensive-security.com/kali-linux-vmware-virtualbox-image-download/.
- Ettercap: Although...