commit | 94059a1f9542d7ff26379fafcb6e1625bf67f3c4 | [log] [tgz] |
---|---|---|
author | Ajax <commial@gmail.com> | Fri Oct 27 19:17:41 2017 +0200 |
committer | Ajax <commial@gmail.com> | Mon Oct 30 11:15:26 2017 +0100 |
tree | 271a1db53495cf87e8e0b941b37e764e87cd0de6 | |
parent | 18da11547db871d90d99f06f71eb4af137b13b1f [diff] [blame] |
Add a KRACK module implementing client side vulnerabilities detection Krack comes as an AP, able to detect: - CVE-2017-13077 - CVE-2017-13080 - All-zero TK
diff --git a/setup.py b/setup.py index fd5c124..e1be3bc 100755 --- a/setup.py +++ b/setup.py
@@ -58,6 +58,7 @@ 'scapy/layers/tls', 'scapy/layers/tls/crypto', 'scapy/modules', + 'scapy/modules/krack', 'scapy/asn1', 'scapy/tools', ],