Cloud Penetration Testing
このスキルは、ユーザーが「クラウドペネトレーションテストを実施する」「AzureやAWSまたはGCPのセキュリティを評価する」「クラウドリソースを列挙する」「クラウドの設定ミスを悪用する」「O365のセキュリティをテストする」「クラウド環境からシークレットを抽出する」「クラウドインフラストラクチャを監査する」と依頼した場合に使用してください。主要なクラウドプラットフォーム全体にわたるセキュリティ評価のための包括的な技法を提供します。
description の原文を見る
This skill should be used when the user asks to "perform cloud penetration testing", "assess Azure or AWS or GCP security", "enumerate cloud resources", "exploit cloud misconfigurations", "test O365 security", "extract secrets from cloud environments", or "audit cloud infrastructure". It provides comprehensive techniques for security assessment across major cloud platforms.
SKILL.md 本文
クラウド侵入テスト
目的
Microsoft Azure、Amazon Web Services (AWS)、Google Cloud Platform (GCP) 全体にわたるクラウドインフラストラクチャの包括的なセキュリティ評価を実施します。このスキルは、認可されたクラウドセキュリティ関与における偵察、認証テスト、リソース列挙、権限昇格、データ抽出、および永続化技術をカバーしています。
前提条件
必要なツール
# Azure tools
Install-Module -Name Az -AllowClobber -Force
Install-Module -Name MSOnline -Force
Install-Module -Name AzureAD -Force
# AWS CLI
curl "https://awscli.amazonaws.com/awscli-exe-linux-x86_64.zip" -o "awscliv2.zip"
unzip awscliv2.zip && sudo ./aws/install
# GCP CLI
curl https://sdk.cloud.google.com | bash
gcloud init
# Additional tools
pip install scout
...
詳細情報
- 作者
- luizfosc
- リポジトリ
- luizfosc/garimpoai
- ライセンス
- 不明
- 最終更新
- 2026/2/9
Source: https://github.com/luizfosc/garimpoai / ライセンス: 未指定