From e31beafcbc1e15755816941c5ed60c3b3ff1d67c Mon Sep 17 00:00:00 2001 From: Matias Barcenas Date: Sun, 22 Apr 2018 22:59:16 -0500 Subject: [PATCH] Fixed potential restoration detection bug. Fixed a bug caused by not cleaning loaded restoration subroutines after attack. --- fluxion.sh | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/fluxion.sh b/fluxion.sh index 6a2a5ca..f4eb34c 100755 --- a/fluxion.sh +++ b/fluxion.sh @@ -1715,10 +1715,14 @@ fluxion_unprep_attack() { IOUtilsHeader="fluxion_header" - # Remove any lingering targetting loaded subroutines + # Remove any lingering targetting subroutines loaded. unset attack_targetting_interfaces unset attack_tracking_interfaces + # Remove any lingering restoration subroutines loaded. + unset load_attack + unset save_attack + FluxionTargetTrackerInterface="" return 1 # Trigger another undo since prep isn't significant.