HackTricks Cloud
HackTricks Cloud
Ask or search…
K
Links
Comment on page

DO - Projects

Support HackTricks and get benefits!

Basic Information

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

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
Support HackTricks and get benefits!