From e7710ed2b015d0d31dcc0da3277d8bd53e353574 Mon Sep 17 00:00:00 2001 From: v1s1t0r1sh3r3 Date: Thu, 30 May 2024 14:54:58 +0200 Subject: [PATCH] Fix bug to avoid set advanced captive portal if you answer "no" to the question for the second time --- airgeddon.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/airgeddon.sh b/airgeddon.sh index 1e5c26fb3..824604116 100755 --- a/airgeddon.sh +++ b/airgeddon.sh @@ -5851,6 +5851,7 @@ function initialize_menu_and_print_selections() { et_processes=() secondary_wifi_interface="" et_attack_adapter_prerequisites_ok=0 + advanced_captive_portal=0 print_iface_selected print_all_target_vars_et ;;