From 572c54c433ac18ecb36f051f038d2005ffb8d3a9 Mon Sep 17 00:00:00 2001 From: "ryan.kuba" Date: Fri, 11 Aug 2023 15:52:23 -0400 Subject: [PATCH] KASM-4808 update ingestion endpoint for maltego --- src/ubuntu/install/maltego/install_maltego.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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