FIND aws_eip
Download the above as a json file and run the following command to get a complete list of all external IP addresses and export them to a text file.
jq '.data[].entity.publicIpAddress // .data[].properties.publicIpAddress' *.json | grep -v 2600 | cut -d '"' -f 2 >> external_ips.txt
git clone {placeholder for git address} chmod +x external_pentest.sh ./external_pentest.sh external_ips.txt