For users who wish to manually flash firmware from the command line, rather than from the over-the-air upgrade process via the Advanced menu of the web interface, please follow these instructions:
- Download the latest WiFi Pineapple firmware for your device type from https://downloads.hak5.org/pineapple
- Validate the SHA256 sum of the downloaded upgrade.bin file
sha256sum upgrade-x.x.x.bin
- Upload the upgrade.bin to the /tmp/ directory on the WiFi Pineapple
scp upgrade-x.x.x.bin root@172.16.42.1:/tmp/
- SSH to the WiFi Pineapple
ssh root@172.16.42.1
- Validate the SHA256 sum of the upgrade.bin file uploaded to the WiFi Pineapple
sha256sum /tmp/upgrade-x.x.x.bin
- Disable any PineAP services or modules via the Web Interface
- Use the sysupgrade command to flash the upgrade.bin file
sysupgrade -n /tmp/upgrade-x.x.x.bin
- Wait approximately 5 minutes as the firmware flashes. Per usual DO NOT disconnect power during this process.