Skip to content

Latest commit

 

History

History
47 lines (31 loc) · 2.79 KB

File metadata and controls

47 lines (31 loc) · 2.79 KB

DO - Projects

Learn AWS hacking from zero to hero with htARTE (HackTricks AWS Red Team Expert)!

Other ways to support HackTricks:

Basic Information

project is just a container for all the services (droplets, spaces, databases, kubernetes...) running together inside of it.
For more info check:

{% content-ref url="../do-basic-information.md" %} do-basic-information.md {% endcontent-ref %}

Enumeration

It's possible to enumerate all the projects a user have access to and all the resources that are running inside a project very easily:

doctl projects list # Get projects
doctl projects resources list <proj-id> # Get all the resources of a project
Learn AWS hacking from zero to hero with htARTE (HackTricks AWS Red Team Expert)!

Other ways to support HackTricks: