DO - Projets

Reading time: 2 minutes

tip

Apprenez et pratiquez le hacking AWS :HackTricks Training AWS Red Team Expert (ARTE)
Apprenez et pratiquez le hacking GCP : HackTricks Training GCP Red Team Expert (GRTE) Apprenez et pratiquez le hacking Azure : HackTricks Training Azure Red Team Expert (AzRTE)

Soutenir HackTricks

Informations de base

un projet est juste un conteneur pour tous les services (droplets, espaces, bases de données, kubernetes...) fonctionnant ensemble à l'intérieur.
Pour plus d'infos, consultez :

DO - Basic Information

Énumération

Il est possible de énumérer tous les projets auxquels un utilisateur a accès et toutes les ressources qui fonctionnent à l'intérieur d'un projet très facilement :

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

tip

Apprenez et pratiquez le hacking AWS :HackTricks Training AWS Red Team Expert (ARTE)
Apprenez et pratiquez le hacking GCP : HackTricks Training GCP Red Team Expert (GRTE) Apprenez et pratiquez le hacking Azure : HackTricks Training Azure Red Team Expert (AzRTE)

Soutenir HackTricks