From 0e03ccb91be2c5c8039c42d703d44c4db39fae38 Mon Sep 17 00:00:00 2001 From: Devin Calado Date: Wed, 30 Aug 2017 15:44:32 -0700 Subject: [PATCH] Added Fluxion to Wireless Network Tools Fluxion - Suite of automated social engineering based WPA attacks. I found this tool to be useful in gaining WPA/WPA2 credentials without needing to crack the handshake. Automates the process of using social engineering to trick users into giving up their WPA passphrases. Also confirms the correct passphrase was harvested by automatically comparing the passphrase to a captured handshake. I think this tool fits better in the Wireless Network Tools section rather than the Social Engineering section. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f0c8a97..147e438 100644 --- a/README.md +++ b/README.md @@ -208,6 +208,7 @@ Your contributions and suggestions are heartily♥ welcome. (✿◕‿◕). Plea * [Kismet](https://kismetwireless.net/) - Wireless network detector, sniffer, and IDS. * [Reaver](https://code.google.com/archive/p/reaver-wps) - Brute force attack against WiFi Protected Setup. * [Wifite](https://github.com/derv82/wifite) - Automated wireless attack tool. +* [Fluxion](https://github.com/FluxionNetwork/fluxion) - Suite of automated social engineering based WPA attacks. ### Transport Layer Security Tools * [SSLyze](https://github.com/nabla-c0d3/sslyze) - Fast and comprehensive TLS/SSL configuration analyzer to help identify security mis-configurations.