From 8d60fd42298613f537592be9e38f11e59c9cb817 Mon Sep 17 00:00:00 2001 From: Matias Barcenas Date: Mon, 14 Aug 2017 22:43:14 -0500 Subject: [PATCH] Fixed a bug affecting APTargetMakerID & APTargetMaker. --- fluxion.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fluxion.sh b/fluxion.sh index 9f123be..1c29c93 100755 --- a/fluxion.sh +++ b/fluxion.sh @@ -765,7 +765,7 @@ calcualtes APTargetChannel=${IOQueryFormatFields[5]} APTargetEncryption=${IOQueryFormatFields[6]} APTargetMAC=${IOQueryFormatFields[7]} - APTargetMakerID=${APTargetSSID:0:8} + APTargetMakerID=${APTargetMAC:0:8} APTargetMaker=$(macchanger -l | grep ${APTargetMakerID,,}) # Remove any special characters allowed in WPA2 ESSIDs for normalization.