From fe2618e4c18f51e76b9ded1bade1bbb72e1cb96b Mon Sep 17 00:00:00 2001 From: Matias Barcenas Date: Tue, 13 Mar 2018 22:37:08 -0500 Subject: [PATCH] Fixed bug preventing passive Handshake Snooper attacks. The passive attack was missing the jammer interface, used for capturing. --- attacks/Handshake Snooper/attack.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/attacks/Handshake Snooper/attack.sh b/attacks/Handshake Snooper/attack.sh index af806da..4374310 100755 --- a/attacks/Handshake Snooper/attack.sh +++ b/attacks/Handshake Snooper/attack.sh @@ -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