Fixed bug preventing passive Handshake Snooper attacks.
The passive attack was missing the jammer interface, used for capturing.
This commit is contained in:
parent
65529511e9
commit
fe2618e4c1
|
@ -234,8 +234,8 @@ handshake_snooper_unset_jammer_interface() {
|
||||||
|
|
||||||
handshake_snooper_set_jammer_interface() {
|
handshake_snooper_set_jammer_interface() {
|
||||||
if [ "$HandshakeSnooperJammerInterface" ]; then return 0; fi
|
if [ "$HandshakeSnooperJammerInterface" ]; then return 0; fi
|
||||||
if [ "$HANDSHAKEDeauthenticatorIdentifier" = \
|
#if [ "$HANDSHAKEDeauthenticatorIdentifier" = \
|
||||||
"$HandshakeSnooperMonitorMethodOption" ]; then return 0; fi
|
# "$HandshakeSnooperMonitorMethodOption" ]; then return 0; fi
|
||||||
|
|
||||||
if [ ! "$HandshakeSnooperUninitializedJammerInterface" ]; then
|
if [ ! "$HandshakeSnooperUninitializedJammerInterface" ]; then
|
||||||
echo "Running get jammer interface." > $FLUXIONOutputDevice
|
echo "Running get jammer interface." > $FLUXIONOutputDevice
|
||||||
|
|
Loading…
Reference in New Issue