@@ -11,34 +11,35 @@ Cloud Platform、Microsoft Azure 六个云厂商的云场景漏洞搭建。
1111
1212| 序号 | 云厂商 | 云服务类型 | 漏洞环境 |
1313| :--: | :--------------------: | :----------: | :----------------------------------------------------------: |
14- | 1 | 腾讯云 | 对象存储 | [ Bucket 对象遍历 ] ( https://github.com/HuoCorp/TerraformGoat/tree/main/tencentcloud/object_storage_service/bucket_object_traversal ) |
15- | 2 | 腾讯云 | 对象存储 | [ 任意文件上传 ] ( https://github.com/HuoCorp/TerraformGoat/tree/main/tencentcloud/object_storage_service/unrestricted_file_upload ) |
14+ | 1 | 腾讯云 | 对象存储 | [ 任意文件上传 ] ( https://github.com/HuoCorp/TerraformGoat/tree/main/tencentcloud/object_storage_service/unrestricted_file_upload ) |
15+ | 2 | 腾讯云 | 对象存储 | [ Bucket 对象遍历 ] ( https://github.com/HuoCorp/TerraformGoat/tree/main/tencentcloud/object_storage_service/bucket_object_traversal ) |
1616| 3 | 腾讯云 | 对象存储 | [ Bucket ACL 可写] ( https://github.com/HuoCorp/TerraformGoat/tree/main/tencentcloud/object_storage_service/bucket_acl_writable ) |
1717| 4 | 腾讯云 | 弹性计算服务 | [ CVM SSRF 漏洞环境] ( https://github.com/HuoCorp/TerraformGoat/tree/main/tencentcloud/elastic_computing_service/cvm_ssrf ) |
18- | 5 | 阿里云 | 对象存储 | [ Bucket 对象遍历 ] ( https://github.com/HuoCorp/TerraformGoat/tree/main/aliyun/object_storage_service/bucket_object_traversal ) |
19- | 6 | 阿里云 | 对象存储 | [ Object ACL 可写 ] ( https://github.com/HuoCorp/TerraformGoat/tree/main/aliyun/object_storage_service/object_acl_writable ) |
20- | 7 | 阿里云 | 对象存储 | [ 特殊的 Bucket 策略 ] ( https://github.com/HuoCorp/TerraformGoat/tree/main/aliyun/object_storage_service/special_bucket_policy ) |
21- | 8 | 阿里云 | 对象存储 | [ 任意文件上传 ] ( https://github.com/HuoCorp/TerraformGoat/tree/main/aliyun/object_storage_service/unrestricted_file_upload ) |
18+ | 5 | 阿里云 | 对象存储 | [ 任意文件上传 ] ( https://github.com/HuoCorp/TerraformGoat/tree/main/aliyun/object_storage_service/unrestricted_file_upload ) |
19+ | 6 | 阿里云 | 对象存储 | [ Bucket 对象遍历 ] ( https://github.com/HuoCorp/TerraformGoat/tree/main/aliyun/object_storage_service/bucket_object_traversal ) |
20+ | 7 | 阿里云 | 对象存储 | [ Object ACL 可写 ] ( https://github.com/HuoCorp/TerraformGoat/tree/main/aliyun/object_storage_service/object_acl_writable ) |
21+ | 8 | 阿里云 | 对象存储 | [ 特殊的 Bucket 策略 ] ( https://github.com/HuoCorp/TerraformGoat/tree/main/aliyun/object_storage_service/special_bucket_policy ) |
2222| 9 | 阿里云 | 弹性计算服务 | [ ECS SSRF 漏洞环境] ( https://github.com/HuoCorp/TerraformGoat/tree/main/aliyun/elastic_computing_service/ecs_ssrf ) |
23- | 10 | 华为云 | 对象存储 | [ Object ACL 可写 ] ( https://github.com/HuoCorp/TerraformGoat/tree/main/huaweicloud/object_storage_service/object_acl_writable ) |
24- | 11 | 华为云 | 对象存储 | [ 特殊的 Bucket 策略 ] ( https://github.com/HuoCorp/TerraformGoat/tree/main/huaweicloud/object_storage_service/special_bucket_policy ) |
25- | 12 | 华为云 | 对象存储 | [ 任意文件上传 ] ( https://github.com/HuoCorp/TerraformGoat/tree/main/huaweicloud/object_storage_service/unrestricted_file_upload ) |
26- | 13 | 华为云 | 对象存储 | [ Bucket 对象遍历 ] ( https://github.com/HuoCorp/TerraformGoat/tree/main/huaweicloud/object_storage_service/bucket_object_traversal ) |
23+ | 10 | 华为云 | 对象存储 | [ 任意文件上传 ] ( https://github.com/HuoCorp/TerraformGoat/tree/main/huaweicloud/object_storage_service/unrestricted_file_upload ) |
24+ | 11 | 华为云 | 对象存储 | [ Object ACL 可写 ] ( https://github.com/HuoCorp/TerraformGoat/tree/main/huaweicloud/object_storage_service/object_acl_writable ) |
25+ | 12 | 华为云 | 对象存储 | [ Bucket 对象遍历 ] ( https://github.com/HuoCorp/TerraformGoat/tree/main/huaweicloud/object_storage_service/bucket_object_traversal ) |
26+ | 13 | 华为云 | 对象存储 | [ 特殊的 Bucket 策略 ] ( https://github.com/HuoCorp/TerraformGoat/tree/main/huaweicloud/object_storage_service/special_bucket_policy ) |
2727| 14 | 华为云 | 弹性计算服务 | [ ECS SSRF 漏洞环境] ( https://github.com/HuoCorp/TerraformGoat/tree/main/huaweicloud/elastic_computing_service/ecs_ssrf ) |
28- | 15 | Amazon Web Services | 对象存储 | [ Bucket 对象遍历 ] ( https://github.com/HuoCorp/TerraformGoat/tree/main/aws/object_storage_service/bucket_object_traversal ) |
29- | 16 | Amazon Web Services | 对象存储 | [ 特殊的 Bucket 策略 ] ( https://github.com/HuoCorp/TerraformGoat/tree/main/aws/object_storage_service/special_bucket_policy ) |
30- | 17 | Amazon Web Services | 对象存储 | [ 任意文件上传 ] ( https://github.com/HuoCorp/TerraformGoat/tree/main/aws/object_storage_service/unrestricted_file_upload ) |
31- | 18 | Amazon Web Services | 对象存储 | [ Object ACL 可写 ] ( https://github.com/HuoCorp/TerraformGoat/tree/main/aws/object_storage_service/object_acl_writable ) |
32- | 19 | Amazon Web Services | 对象存储 | [ Bucket ACL 可写 ] ( https://github.com/HuoCorp/TerraformGoat/tree/main/aws/object_storage_service/bucket_acl_writable ) |
28+ | 15 | Amazon Web Services | 对象存储 | [ 任意文件上传 ] ( https://github.com/HuoCorp/TerraformGoat/tree/main/aws/object_storage_service/unrestricted_file_upload ) |
29+ | 16 | Amazon Web Services | 对象存储 | [ Object ACL 可写 ] ( https://github.com/HuoCorp/TerraformGoat/tree/main/aws/object_storage_service/object_acl_writable ) |
30+ | 17 | Amazon Web Services | 对象存储 | [ Bucket ACL 可写 ] ( https://github.com/HuoCorp/TerraformGoat/tree/main/aws/object_storage_service/bucket_acl_writable ) |
31+ | 18 | Amazon Web Services | 对象存储 | [ Bucket 对象遍历 ] ( https://github.com/HuoCorp/TerraformGoat/tree/main/aws/object_storage_service/bucket_object_traversal ) |
32+ | 19 | Amazon Web Services | 对象存储 | [ 特殊的 Bucket 策略 ] ( https://github.com/HuoCorp/TerraformGoat/tree/main/aws/object_storage_service/special_bucket_policy ) |
3333| 20 | Amazon Web Services | 弹性计算服务 | [ EC2 SSRF 漏洞环境] ( https://github.com/HuoCorp/TerraformGoat/tree/main/aws/elastic_computing_service/ec2_ssrf ) |
34- | 21 | Google Cloud Platform | 对象存储 | [ Bucket 对象遍历] ( https://github.com/HuoCorp/TerraformGoat/tree/main/gcp/object_storage_service/bucket_object_traversal ) |
35- | 22 | Google Cloud Platform | 对象存储 | [ Object ACL 可写] ( https://github.com/HuoCorp/TerraformGoat/tree/main/gcp/object_storage_service/object_acl_writable ) |
36- | 23 | Google Cloud Platform | 对象存储 | [ Bucket ACL 可写] ( https://github.com/HuoCorp/TerraformGoat/tree/main/gcp/object_storage_service/bucket_acl_writable ) |
37- | 24 | Google Cloud Platform | 对象存储 | [ 任意文件上传] ( https://github.com/HuoCorp/TerraformGoat/tree/main/gcp/object_storage_service/unrestricted_file_upload ) |
38- | 25 | Google Cloud Platform | 弹性计算服务 | [ VM 命令执行漏洞环境] ( https://github.com/HuoCorp/TerraformGoat/tree/main/gcp/elastic_computing_service/vm_command_execution ) |
39- | 26 | Microsoft Azure | 对象存储 | [ Blob 公开访问] ( https://github.com/HuoCorp/TerraformGoat/tree/main/azure/object_storage_service/blob_public_access/ ) |
40- | 27 | Microsoft Azure | 对象存储 | [ Container Blob 遍历] ( https://github.com/HuoCorp/TerraformGoat/tree/main/azure/object_storage_service/container_blob_traversal/ ) |
41- | 28 | Microsoft Azure | 弹性计算服务 | [ VM 命令执行漏洞环境] ( https://github.com/HuoCorp/TerraformGoat/tree/main/azure/elastic_computing_service/vm_command_execution ) |
34+ | 21 | Amazon Web Services | 弹性计算服务 | [ 控制台接管漏洞环境] ( https://github.com/HuoCorp/TerraformGoat/tree/main/aws/elastic_computing_service/console_takeover ) |
35+ | 22 | Google Cloud Platform | 对象存储 | [ 任意文件上传] ( https://github.com/HuoCorp/TerraformGoat/tree/main/gcp/object_storage_service/unrestricted_file_upload ) |
36+ | 23 | Google Cloud Platform | 对象存储 | [ Object ACL 可写] ( https://github.com/HuoCorp/TerraformGoat/tree/main/gcp/object_storage_service/object_acl_writable ) |
37+ | 24 | Google Cloud Platform | 对象存储 | [ Bucket ACL 可写] ( https://github.com/HuoCorp/TerraformGoat/tree/main/gcp/object_storage_service/bucket_acl_writable ) |
38+ | 25 | Google Cloud Platform | 对象存储 | [ Bucket 对象遍历] ( https://github.com/HuoCorp/TerraformGoat/tree/main/gcp/object_storage_service/bucket_object_traversal ) |
39+ | 26 | Google Cloud Platform | 弹性计算服务 | [ VM 命令执行漏洞环境] ( https://github.com/HuoCorp/TerraformGoat/tree/main/gcp/elastic_computing_service/vm_command_execution ) |
40+ | 27 | Microsoft Azure | 对象存储 | [ Blob 公开访问] ( https://github.com/HuoCorp/TerraformGoat/tree/main/azure/object_storage_service/blob_public_access/ ) |
41+ | 28 | Microsoft Azure | 对象存储 | [ Container Blob 遍历] ( https://github.com/HuoCorp/TerraformGoat/tree/main/azure/object_storage_service/container_blob_traversal/ ) |
42+ | 29 | Microsoft Azure | 弹性计算服务 | [ VM 命令执行漏洞环境] ( https://github.com/HuoCorp/TerraformGoat/tree/main/azure/elastic_computing_service/vm_command_execution ) |
4243
4344## :dizzy : 安装
4445
0 commit comments