Fixed bug preventing passive Handshake Snooper attacks.

The passive attack was missing the jammer interface, used for capturing.
This commit is contained in:
Matias Barcenas 2018-03-13 22:37:08 -05:00
parent 65529511e9
commit fe2618e4c1
1 changed files with 2 additions and 2 deletions

View File

@ -234,8 +234,8 @@ handshake_snooper_unset_jammer_interface() {
handshake_snooper_set_jammer_interface() {
if [ "$HandshakeSnooperJammerInterface" ]; then return 0; fi
if [ "$HANDSHAKEDeauthenticatorIdentifier" = \
"$HandshakeSnooperMonitorMethodOption" ]; then return 0; fi
#if [ "$HANDSHAKEDeauthenticatorIdentifier" = \
# "$HandshakeSnooperMonitorMethodOption" ]; then return 0; fi
if [ ! "$HandshakeSnooperUninitializedJammerInterface" ]; then
echo "Running get jammer interface." > $FLUXIONOutputDevice