1. Install Dependencies
Before downloading the toolkit, make sure you install all of the required packages:
Command:
sudo apt-get update
sudo apt-get install git python3 python3-pip python3-dev
2. Clone Firmware Analysis Toolkit
If Git isn't installed, grab it first. Then, clone the toolkit's repo and jump into its directory:
Command:
git clone https://github.com/attify/firmware-analysis-toolkit.git
cd firmware-analysis-toolkit
3. Install Binwalk Dependencies
Binwalk is a tool FAT uses to extract firmware images. Set it up like this:
Command:
cd firmware-analysis-toolkit/binwalk
sudo ./deps.sh
sudo python3 setup.py install
4. Download Firmware
Grab the firmware image for your NETGEAR WNAP320. Head to Netgear's support site, search for your model, and download the latest available firmware file.