DistroHopper/results/parrotsec.txt
2025-11-13 22:43:05 +01:00

35 lines
1.7 KiB
Text

parrotsec
parrotsec 6.3.2 home: https://download.parrot.sh/parrot/iso/6.3.2/Parrot-home-6.3.2_amd64.iso
parrotsec 6.3.2 htb: https://download.parrot.sh/parrot/iso/6.3.2/Parrot-htb-6.3.2_amd64.iso
parrotsec 6.3.2 security: https://download.parrot.sh/parrot/iso/6.3.2/Parrot-security-6.3.2_amd64.iso
parrotsec 6.2 home: https://download.parrot.sh/parrot/iso/6.2/Parrot-home-6.2_amd64.iso
parrotsec 6.2 htb: https://download.parrot.sh/parrot/iso/6.2/Parrot-htb-6.2_amd64.iso
parrotsec 6.2 security: https://download.parrot.sh/parrot/iso/6.2/Parrot-security-6.2_amd64.iso
parrotsec 6.1 home: https://download.parrot.sh/parrot/iso/6.1/Parrot-home-6.1_amd64.iso
parrotsec 6.1 htb: https://download.parrot.sh/parrot/iso/6.1/Parrot-htb-6.1_amd64.iso
parrotsec 6.1 security: https://download.parrot.sh/parrot/iso/6.1/Parrot-security-6.1_amd64.iso
# Template file for 'parrotsec'
OSNAME="parrotsec"
PRETTY="Parrot Security"
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.2 6.2 6.1"
EDITIONS="security htb home"
function get_() {
local HASH=""
local ISO=""
local URL=""
ISO="Parrot-${EDITION}-${RELEASE}_amd64.iso"
URL="https://download.parrot.sh/parrot/iso/${RELEASE}"
HASH="$(web_pipe "${URL}/signed-hashes.txt" | grep "${ISO}" | cut -d' ' -f1)"
echo "${URL}/${ISO} ${HASH}"
}