Skip to content

Commit

Permalink
Fix bug on view after a failed asleap attack from offline decryption …
Browse files Browse the repository at this point in the history
…menu
  • Loading branch information
v1s1t0r1sh3r3 committed Aug 18, 2024
1 parent b33c923 commit e27eb04
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
- Added feature to know during an Evil Twin attack, if the client is still present on the network
- Minor visual improvements on Evil Twin's captive portal
- Improvement on command line while capturing PMKID. Now, faster performance and less default timeout (Thank you to "alexl83")
- Fixed bug on view after a failed asleap attack from offline decryption menu

### 11.30
- Added Multi-instance support to launch more than one airgeddon at a time
Expand Down
3 changes: 3 additions & 0 deletions airgeddon.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8775,6 +8775,9 @@ function manage_asleap_pot() {
if [ "${yesno}" = "n" ]; then
asleap_attack_finished=1
fi
else
language_strings "${language}" 540 "red"
language_strings "${language}" 115 "read"
fi
fi
}
Expand Down

0 comments on commit e27eb04

Please sign in to comment.