You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Just wondering on the repository enumeration: ECS containers would have the ecsInstanceRole attached to them if I'm not mistaken. Does this role actually allow enumerating image names too?
Previously, I've collected image names through the ECS introspection agent URL (running on port 51678). When querying http://privateip:51678/v1/tasks, you can obtain docker image names from the task list. The IP can be obtained from metadata. The cluster name can also be obtained from /v1/metadata.
The text was updated successfully, but these errors were encountered:
Hi, cool to see there's a tool for this now :)!
Just wondering on the repository enumeration: ECS containers would have the ecsInstanceRole attached to them if I'm not mistaken. Does this role actually allow enumerating image names too?
Previously, I've collected image names through the ECS introspection agent URL (running on port 51678). When querying http://privateip:51678/v1/tasks, you can obtain docker image names from the task list. The IP can be obtained from metadata. The cluster name can also be obtained from /v1/metadata.
The text was updated successfully, but these errors were encountered: