diff --git a/CHANGELOG.md b/CHANGELOG.md index 68e50e9cf..97dff9748 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,7 @@ - Improvements on 5Ghz country code check and 5Ghz band capability detection on adapters - Fixed bug to avoid set advanced captive portal on second time if is not desired after setting it previously - Now channel is automatically updated on control window during "DoS pursuit mode" for all Evil Twin attacks + - Fixed error shown while checking if a handshake is wpa2 when wpa3 handshake is captured ### 11.22 - Possibility to add manually ESSID name for selected hidden networks diff --git a/airgeddon.sh b/airgeddon.sh index 92c7499c2..9e3ba15c4 100755 --- a/airgeddon.sh +++ b/airgeddon.sh @@ -7996,7 +7996,7 @@ function check_bssid_in_captured_file() { if [[ "${handshake_captured}" = "1" ]] || [[ "${pmkid_captured}" = "1" ]]; then if [[ "${2}" = "showing_msgs_capturing" ]] || [[ "${2}" = "showing_msgs_checking" ]]; then - if ! is_wpa2_handshake "${1}" "${bssid}"; then + if ! is_wpa2_handshake "${1}" "${bssid}" > /dev/null 2>&1; then echo language_strings "${language}" 700 "red" language_strings "${language}" 115 "read"