diff --git a/src/ubuntu/install/maltego/install_maltego.sh b/src/ubuntu/install/maltego/install_maltego.sh index 0a54da4..8d95d38 100644 --- a/src/ubuntu/install/maltego/install_maltego.sh +++ b/src/ubuntu/install/maltego/install_maltego.sh @@ -4,7 +4,7 @@ set -ex apt-get update apt-get install -y default-jre curl -MALTEGO_URL=$(curl -q https://maltego-downloads.s3.us-east-2.amazonaws.com/info.json | grep -e "url.*deb" | cut -d '"' -f4 | head -1) +MALTEGO_URL=$(curl -sq https://downloads.maltego.com/maltego-v4/info.json | grep -e "url.*deb" | cut -d '"' -f4 | head -1) wget -q $MALTEGO_URL -O maltego.deb apt-get install -y ./maltego.deb