parrotsec update
This commit is contained in:
parent
615e7857f7
commit
c2eebffa2a
|
|
@ -8,7 +8,7 @@ CREDENTIALS="parrot:parrot"
|
||||||
|
|
||||||
function releases_() {
|
function releases_() {
|
||||||
#shellcheck disable=SC2046,SC2005
|
#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_() {
|
function editions_() {
|
||||||
|
|
|
||||||
|
|
@ -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"
|
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"
|
HOMEPAGE="https://www.parrotsec.org"
|
||||||
CREDENTIALS="parrot:parrot"
|
CREDENTIALS="parrot:parrot"
|
||||||
RELEASES="6.3 6.2 6.1"
|
RELEASES="6.3.2 6.2 6.1"
|
||||||
EDITIONS="security htb home"
|
EDITIONS="security htb home"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue