Fixed a bug affecting APTargetMakerID & APTargetMaker.

This commit is contained in:
Matias Barcenas 2017-08-14 22:43:14 -05:00
parent f631680ed4
commit 8d60fd4229
1 changed files with 1 additions and 1 deletions

View File

@ -765,7 +765,7 @@ calcualtes
APTargetChannel=${IOQueryFormatFields[5]} APTargetChannel=${IOQueryFormatFields[5]}
APTargetEncryption=${IOQueryFormatFields[6]} APTargetEncryption=${IOQueryFormatFields[6]}
APTargetMAC=${IOQueryFormatFields[7]} APTargetMAC=${IOQueryFormatFields[7]}
APTargetMakerID=${APTargetSSID:0:8} APTargetMakerID=${APTargetMAC:0:8}
APTargetMaker=$(macchanger -l | grep ${APTargetMakerID,,}) APTargetMaker=$(macchanger -l | grep ${APTargetMakerID,,})
# Remove any special characters allowed in WPA2 ESSIDs for normalization. # Remove any special characters allowed in WPA2 ESSIDs for normalization.