From 53718ca38abb4055822c4ded8cb2ce22caa20f25 Mon Sep 17 00:00:00 2001 From: Usama Abdul Sattar Date: Thu, 1 Aug 2019 11:22:06 +0500 Subject: [PATCH] fix captive portal stuck on ath9k driver. --- attacks/Captive Portal/attack.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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