DO - Projects

Reading time: 1 minute

tip

Learn & practice AWS Hacking:HackTricks Training AWS Red Team Expert (ARTE)
Learn & practice GCP Hacking: HackTricks Training GCP Red Team Expert (GRTE)

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:

DO - Basic Information

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:

bash
doctl projects list # Get projects
doctl projects resources list <proj-id> # Get all the resources of a project

tip

Learn & practice AWS Hacking:HackTricks Training AWS Red Team Expert (ARTE)
Learn & practice GCP Hacking: HackTricks Training GCP Red Team Expert (GRTE)

Support HackTricks