mirror of
https://github.com/mgeeky/Penetration-Testing-Tools.git
synced 2024-11-22 02:21:36 +01:00
Update find-exposed-resources.sh
This commit is contained in:
parent
505cb43355
commit
7e8bb99f16
@ -58,7 +58,7 @@ function rds_snapshots() {
|
||||
function ami_images() {
|
||||
out=$(_aws ec2 describe-images --owners self --executable-users all)
|
||||
if ! echo "$out" | grep -q '": \[\]'; then
|
||||
echo "---[ Public RDS Snapshots"
|
||||
echo "---[ Public AMI Images"
|
||||
echo "$out"
|
||||
echo
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user