mattlawer / wifipineapple-PMKID

PMKID Attack Module for the WiFi Pineapple
14 stars 6 forks source link

wifipineapple-PMKID

PMKID module for the WiFi Pineapple using hcxdumptool and hcxtools from https://github.com/adde88/besside-ng_pineapple.

How to Install

1) Connect to your WiFi Pineapple Management AP 2) SCP the PMKID directory in /pineapple/modules/ on the WiFi Pineapple.

SCP

    scp -r PMKID root@172.16.42.1:/pineapple/modules/

3) SSH into the WiFi Pineapple to change the owner and permissions

SSH

    # Change owner of the module
    chown -R root:root /pineapple/modules/PMKID/

    # Add execute permission to the scripts
    chmod +x /pineapple/modules/PMKID/scripts/*

4) Refresh the WiFi Pineapple web interface, go to Modules->PMKID and click install.

Preview