KASM-4808 update ingestion endpoint for maltego

This commit is contained in:
ryan.kuba 2023-08-11 15:52:23 -04:00
parent 0c5637888f
commit 572c54c433
No known key found for this signature in database

View File

@ -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