Skip to content

Commit

Permalink
Merge branch 'feature/KASM-4808-maltego-latest' into 'develop'
Browse files Browse the repository at this point in the history
KASM-4808 update ingestion endpoint for maltego

Closes KASM-4808

See merge request kasm-technologies/internal/workspaces-images!129
  • Loading branch information
j-travis committed Aug 11, 2023
2 parents 0c56378 + 572c54c commit e541343
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ubuntu/install/maltego/install_maltego.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e541343

Please sign in to comment.