This guide provides step-by-step instructions for installing the WiFi Pineapple HCX Toolkit v8.0.7.
Before installing, please ensure your system meets the following requirements:
- A WiFi Pineapple MKVII or other OpenWrt-based device.
- hcxdumptool-custom: v21.02.0 / 6.3.5 or newer installed via
opkg. - hcxtools-custom: v6.2.7 or newer installed via
opkg. - git: The
gitpackage must be installed (opkg update && opkg install git). - Root access to the device.
-
Clone the Repository Log into your device via SSH and run the following commands to clone the toolkit repository:
git clone [https://github.com/adde88/wifi-pineapple-hcx-toolkit.git](https://github.com/adde88/wifi-pineapple-hcx-toolkit.git) cd wifi-pineapple-hcx-toolkit -
Run the Installer Execute the installer script from within the cloned directory. The script will check for dependencies and copy all necessary files to their appropriate locations.
./hcxdumptool-launcher.sh --install
After the script finishes, proceed to the critical post-installation step below.
-
Verify the Installation After the installation completes, you can verify that the tools are ready by running the launcher with the version flag:
hcxdumptool-launcher --version
This should display
v8.0.7or newer.
The toolkit includes a wireless.config file in the cloned repository directory. This file is designed for high-performance capture but contains default credentials.
Warning
You MUST edit the wireless.config file before proceeding.
- Open the
wireless.configfile in a text editor. - Set your own admin network name (SSID) and password.
- Save the file.
Failure to do so will result in you being locked out of your admin network after applying the configuration.
Once you have edited and saved your credentials in wireless.config, you can apply the optimized settings. The installer script will guide you through the final steps.
hcxdumptool-launcher --optimize-performance