https://github.com/fixploit03/rogue-owe
Decrypt trafik Wi-Fi OWE (Opportunistic Wireless Encryption) menggunakan kunci TK.
https://github.com/fixploit03/rogue-owe
fixploit03 rogue-ap rogue-owe wifi-hacking wifi-security
Last synced: 13 days ago
JSON representation
Decrypt trafik Wi-Fi OWE (Opportunistic Wireless Encryption) menggunakan kunci TK.
- Host: GitHub
- URL: https://github.com/fixploit03/rogue-owe
- Owner: fixploit03
- License: mit
- Created: 2026-04-29T04:52:01.000Z (about 2 months ago)
- Default Branch: main
- Last Pushed: 2026-04-29T07:59:14.000Z (about 2 months ago)
- Last Synced: 2026-04-29T08:05:36.188Z (about 2 months ago)
- Topics: fixploit03, rogue-ap, rogue-owe, wifi-hacking, wifi-security
- Language: Shell
- Homepage: https://github.com/fixploit03/rogue-owe
- Size: 682 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Rogue OWE

`Rogue OWE` adalah script Bash sederhana yang dirancang untuk membuat [Rogue AP](https://en.wikipedia.org/wiki/Rogue_access_point) dengan keamanan [OWE (Opportunistic Wireless Encryption)](https://en.wikipedia.org/wiki/Opportunistic_Wireless_Encryption).
Tujuan dari Rogue AP ini adalah mengekstrak _PMK (Pairwise Master Key)_ milik client yang terhubung, yang diperoleh dari log `hostapd` selama proses handshake OWE berlangsung. PMK tersebut kemudian dapat digunakan untuk mendekripsi trafik Wi-Fi yang terenkripsi.
> [!WARNING]
> **DISCLAIMER!**
>
> Script ini dibuat untuk tujuan edukasi dan penelitian keamanan jaringan.
## Referensi
- [Wi-Fi CERTIFIED Enhanced Open™](https://www.wi-fi.org/beacon/dan-harkins/wi-fi-certified-enhanced-open-transparent-wi-fi-protections-without-complexity)
- [RFC 8110 Opportunistic Wireless Encryption](https://www.rfc-editor.org/rfc/rfc8110.html)
- [Pertukaran kunci Diffie–Hellman](https://id.wikipedia.org/wiki/Pertukaran_kunci_Diffie%E2%80%93Hellman)
- [WPA Key Hierarchy Explained](https://networklessons.com/wireless/wpa-key-hierarchy-explained)
- [hostapd: IEEE 802.11 AP, IEEE 802.1X/WPA/WPA2/WPA3/EAP/RADIUS Authenticator](https://w1.fi/hostapd/)
- [IEEE 802.11 WLAN Decryption Keys](https://www.wireshark.org/docs/wsug_html_chunked/Ch80211Keys.html)