Download All Eve-ng Images ((top)) -
After copying images, run the fix permissions script:
This is the closest you will get to a legitimate "download all" button. Download All Eve-ng Images
# Download each image for image in $images; do curl -s -X GET \ $API_ENDPOINT/images/$image/download \ -H "Authorization: Bearer $API_TOKEN" \ -H "Content-Type: application/json" -o $image.img done After copying images, run the fix permissions script:
After copying images, run the fix permissions script:
This is the closest you will get to a legitimate "download all" button.
# Download each image for image in $images; do curl -s -X GET \ $API_ENDPOINT/images/$image/download \ -H "Authorization: Bearer $API_TOKEN" \ -H "Content-Type: application/json" -o $image.img done