Citando la fuente:
Citar
Hello,
This PR introduces a module named krack. It implements a WPA (TKIP only) access point with support for 4-way handshake and GTK rekeying.
This AP is designed for testing its client against the recent Krack attacks.
It will check for:
This PR introduces a module named krack. It implements a WPA (TKIP only) access point with support for 4-way handshake and GTK rekeying.
This AP is designed for testing its client against the recent Krack attacks.
It will check for:
- Installation of an all zero TK
- CVE-2017-13077 (PTK re-install during the 4-way handshake, with associated counter reset)
- CVE-2017-13080 (GTK re-install during the GTK rekeying)
Fuente: https://github.com/secdev/scapy/pull/928
Saludos!