diff --git a/actions/parrotsec b/actions/parrotsec index 07a7ef2..d1d2159 100644 --- a/actions/parrotsec +++ b/actions/parrotsec @@ -8,7 +8,7 @@ CREDENTIALS="parrot:parrot" function releases_() { #shellcheck disable=SC2046,SC2005 - echo $(web_pipe "https://download.parrot.sh/parrot/iso/" | grep -o -E 'href="[[:digit:]]\.[[:digit:]]+' | sort -nr | head -n 3 | cut -d\" -f 2 ) + echo $(web_pipe "https://download.parrot.sh/parrot/iso/" | grep -o -E 'href="[[:digit:]]+(\.[[:digit:]]+)+' | sort -Vr | head -n 3 | cut -d\" -f 2) } function editions_() { diff --git a/public/parrotsec b/public/parrotsec index c3a23e6..fcebdaa 100644 --- a/public/parrotsec +++ b/public/parrotsec @@ -5,5 +5,5 @@ BASEDOF="Debian" DESCRIPTION="Provides a huge arsenal of tools, utilities and libraries that IT and security professionals can use to test and assess the security of their assets in a reliable, compliant and reproducible way" HOMEPAGE="https://www.parrotsec.org" CREDENTIALS="parrot:parrot" -RELEASES="6.3 6.2 6.1" +RELEASES="6.3.2 6.2 6.1" EDITIONS="security htb home"