Files
hacktricks-cloud/src/pentesting-cloud/digital-ocean-pentesting/do-services/do-projects.md

22 lines
796 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# DO - プロジェクト
{{#include ../../../banners/hacktricks-training.md}}
## 基本情報
> プロジェクトは、すべての**サービス**ドロップレット、スペース、データベース、Kubernetes...)が**内部で一緒に実行される**ためのコンテナです。\
> 詳細については、次を確認してください:
{{#ref}}
../do-basic-information.md
{{#endref}}
### 列挙
ユーザーがアクセスできるすべてのプロジェクトと、プロジェクト内で実行されているすべてのリソースを**簡単に列挙する**ことが可能です:
```bash
doctl projects list # Get projects
doctl projects resources list <proj-id> # Get all the resources of a project
```
{{#include ../../../banners/hacktricks-training.md}}