Skip to content

Latest commit

 

History

History
26 lines (15 loc) · 1.03 KB

README.md

File metadata and controls

26 lines (15 loc) · 1.03 KB

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 [email protected]:/pineapple/modules/
  1. 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/*
  1. Refresh the WiFi Pineapple web interface, go to Modules->PMKID and click install.

Preview