{"id":23090492,"url":"https://github.com/oscarakaelvis/pmkid_poc","last_synced_at":"2025-07-11T20:03:24.952Z","repository":{"id":267967023,"uuid":"902916234","full_name":"OscarAkaElvis/PMKID_PoC","owner":"OscarAkaElvis","description":"This repository contains some files used for tha PMKID PoC","archived":false,"fork":false,"pushed_at":"2025-07-07T13:33:17.000Z","size":5695,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-07T14:52:05.058Z","etag":null,"topics":["hacking","hostap","hostapd","pmkid","poc","proof","wi-fi","wireless"],"latest_commit_sha":null,"homepage":"","language":"C","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/OscarAkaElvis.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-12-13T14:33:11.000Z","updated_at":"2025-07-07T13:33:21.000Z","dependencies_parsed_at":"2024-12-13T16:10:34.419Z","dependency_job_id":"4bce191e-9417-4af3-a9da-5b15ba522e96","html_url":"https://github.com/OscarAkaElvis/PMKID_PoC","commit_stats":null,"previous_names":["oscarakaelvis/pmkid_poc"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/OscarAkaElvis/PMKID_PoC","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OscarAkaElvis%2FPMKID_PoC","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OscarAkaElvis%2FPMKID_PoC/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OscarAkaElvis%2FPMKID_PoC/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OscarAkaElvis%2FPMKID_PoC/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/OscarAkaElvis","download_url":"https://codeload.github.com/OscarAkaElvis/PMKID_PoC/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OscarAkaElvis%2FPMKID_PoC/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":264890088,"owners_count":23678833,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["hacking","hostap","hostapd","pmkid","poc","proof","wi-fi","wireless"],"created_at":"2024-12-16T20:58:54.178Z","updated_at":"2025-07-11T20:03:24.944Z","avatar_url":"https://github.com/OscarAkaElvis.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# PMKID_PoC\n\nThis repository contains the necessary files used for a **PMKID vulnerability Proof of Concept**.\n\nIt is based on a modified copy of the original [hostapd project](http://w1.fi/hostap/) that has been **intentionally patched** to introduce the PMKID vulnerability.\n\nFor background information on this vulnerability, see this detailed write-up: [PMKID Attacks: Debunking the 802.11r Myth](https://www.nccgroup.com/es/research-blog/pmkid-attacks-debunking-the-80211r-myth/)\n\n---\n\n## Dependencies\n\nTo compile this PoC on Debian-based distributions (e.g. Parrot, Kali, Ubuntu), install the required packages:\n\n```\nsudo apt update\nsudo apt install build-essential libnl-3-dev libnl-genl-3-dev libssl-dev pkg-config\n```\n\n## Installation\n\n```\ngit clone https://github.com/OscarAkaElvis/PMKID_PoC\ncd PMKID_PoC\ncp .config hostap/hostapd/\ncd hostap\nmake -C hostapd\n```\n\n## Configuration\n\nCreate a `hostapd.conf` file in the same directory with the following content, replacing `wlan0` with your wireless interface and adjusting other fields as needed:\n\n```\ninterface=wlan0\nssid=vulnPMKID\ndriver=nl80211\nhw_mode=g\nbssid=00:11:22:33:44:55\nchannel=1\nlogger_syslog=0\nwpa=2\nwpa_passphrase=Wh4teverPassw0rd\nwpa_key_mgmt=WPA-PSK\nrsn_pairwise=CCMP\n```\n\n## Usage\n\n`./hostapd/hostapd -K hostapd.conf`\n\nRemember to launch this from `hostap` dir. Otherwise, adjust to point to the compiled hostapd binary.\n\nIf successful, your system will act as a vulnerable access point (AP), allowing PMKID capture. You can now use [hcxdumptool](https://github.com/ZerBea/hcxdumptool), [airgeddon](https://github.com/v1s1t0r1sh3r3/airgeddon), or any other tool that automates the capture process.\n\n## ⚠️ Disclaimer\n\nThis repository is intended for educational and research purposes only. Unauthorized access to networks is illegal. Use responsibly and only on networks you own or have permission to audit.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foscarakaelvis%2Fpmkid_poc","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Foscarakaelvis%2Fpmkid_poc","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foscarakaelvis%2Fpmkid_poc/lists"}