diff --git a/CHANGELOG.md b/CHANGELOG.md index 3a8fd04c4..46f449e75 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/airgeddon.sh b/airgeddon.sh index 1a78ec9b7..0027c7769 100755 --- a/airgeddon.sh +++ b/airgeddon.sh @@ -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 }