diff --git a/CHANGELOG.md b/CHANGELOG.md index 6206aacdd..a00a7f91a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +### 11.41 + - + ### 11.40 - Code refactor of the heredocs used for the Evil Twin, WEP and WPS attacks - Standardize xterm parameters and adjust some colors to override the system's default settings diff --git a/README.md b/README.md index bce6a0510..28a6c5ce8 100644 --- a/README.md +++ b/README.md @@ -111,7 +111,7 @@ All the needed info about how to "install | use | enjoy" `airgeddon` is present [Hat Tip To]: https://github.com/v1s1t0r1sh3r3/airgeddon/wiki/Hat%20Tip%20To [Inspiration]: https://github.com/v1s1t0r1sh3r3/airgeddon/wiki/Inspiration -[Version-shield]: https://img.shields.io/badge/version-11.40-blue.svg?style=flat-square&colorA=273133&colorB=0093ee "Latest version" +[Version-shield]: https://img.shields.io/badge/version-11.41-blue.svg?style=flat-square&colorA=273133&colorB=0093ee "Latest version" [Bash4.2-shield]: https://img.shields.io/badge/bash-4.2%2B-blue.svg?style=flat-square&colorA=273133&colorB=00db00 "Bash 4.2 or later" [License-shield]: https://img.shields.io/badge/license-GPL%20v3%2B-blue.svg?style=flat-square&colorA=273133&colorB=bd0000 "GPL v3+" [Docker-shield]: https://img.shields.io/docker/automated/v1s1t0r1sh3r3/airgeddon.svg?style=flat-square&colorA=273133&colorB=a9a9a9 "Docker rules!" diff --git a/airgeddon.sh b/airgeddon.sh index 177b78344..8cc272999 100755 --- a/airgeddon.sh +++ b/airgeddon.sh @@ -2,7 +2,7 @@ #Title........: airgeddon.sh #Description..: This is a multi-use bash script for Linux systems to audit wireless networks. #Author.......: v1s1t0r -#Version......: 11.40 +#Version......: 11.41 #Usage........: bash airgeddon.sh #Bash Version.: 4.2 or later @@ -125,8 +125,8 @@ declare -A possible_alias_names=( ) #General vars -airgeddon_version="11.40" -language_strings_expected_version="11.40-1" +airgeddon_version="11.41" +language_strings_expected_version="11.41-1" standardhandshake_filename="handshake-01.cap" standardpmkid_filename="pmkid_hash.txt" standardpmkidcap_filename="pmkid.cap" diff --git a/language_strings.sh b/language_strings.sh index bfa700a1d..1ae29d684 100644 --- a/language_strings.sh +++ b/language_strings.sh @@ -10,7 +10,7 @@ function set_language_strings_version() { debug_print - language_strings_version="11.40-1" + language_strings_version="11.41-1" } #Set different language text strings