diff --git a/attacks/Captive Portal/attack.sh b/attacks/Captive Portal/attack.sh index f620b2a..49b7404 100755 --- a/attacks/Captive Portal/attack.sh +++ b/attacks/Captive Portal/attack.sh @@ -116,7 +116,7 @@ captive_portal_set_ap_interface() { # interface is in used by something else (virtual reservation?). echo "Virtual interface required, attempting." > $FLUXIONOutputDevice if ! iw dev $CaptivePortalJammerInterface interface \ - add ${CaptivePortalJammerInterface}v type monitor \ + add ${CaptivePortalJammerInterface}v type managed \ 2> $FLUXIONOutputDevice; then echo -e "$FLUXIONVLine $CaptivePortalCannotStartInterfaceError" sleep 5