mirror of
https://github.com/kasmtech/workspaces-images.git
synced 2024-11-25 09:33:08 +01:00
Merge branch 'feature/KASM-4808-maltego-latest' into 'develop'
KASM-4808 update ingestion endpoint for maltego Closes KASM-4808 See merge request kasm-technologies/internal/workspaces-images!129
This commit is contained in:
commit
e541343e8a
@ -4,7 +4,7 @@ set -ex
|
|||||||
apt-get update
|
apt-get update
|
||||||
apt-get install -y default-jre curl
|
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
|
wget -q $MALTEGO_URL -O maltego.deb
|
||||||
apt-get install -y ./maltego.deb
|
apt-get install -y ./maltego.deb
|
||||||
|
Loading…
Reference in New Issue
Block a user