@@ -8,6 +8,7 @@ Interactive multi-cloud security assessment framework.
88- ** Asset Enumeration** - Hosts, databases, storage buckets, domains, IAM users
99- ** Security Testing** - Backdoor user creation, command execution, bucket dumping
1010- ** Interactive CLI** - Tab completion, session management, credential caching
11+ - ** Lightweight Provider Clients** - AWS/Azure/Tencent/Huawei/Alibaba are being gradually decoupled from heavy official SDK paths
1112
1213## Quick Start
1314
@@ -24,8 +25,8 @@ go build --ldflags "-s -w" -trimpath -o ctk cmd/main.go
2425| Provider | Enumeration | Security Testing |
2526| :--------:| :-----------:| :----------------:|
2627| Alibaba Cloud | ECS, OSS, RAM, RDS, DNS, SLS, SMS | backdoor-user, bucket-dump, exec-command, event-dump, database-account |
27- | Tencent Cloud | CVM, Lighthouse, COS, CAM, CDB, DNSPod | backdoor-user, exec-command |
28- | Huawei Cloud | ECS, OBS, IAM, RDS | backdoor-user |
28+ | Tencent Cloud | CVM, Lighthouse, COS, CAM, CDB, DNSPod | backdoor-user, bucket-dump, exec-command |
29+ | Huawei Cloud | ECS, OBS, IAM, RDS | backdoor-user, bucket-dump |
2930| AWS | EC2, S3, IAM | backdoor-user, bucket-dump |
3031| Azure | Virtual Machines, Blob Storage | - |
3132| GCP | Compute Engine, Cloud DNS, IAM | - |
@@ -40,4 +41,4 @@ See [Wiki](https://github.com/404tk/cloudtoolkit/wiki) for detailed usage.
4041
4142- [ c-bata/go-prompt] ( https://github.com/c-bata/go-prompt )
4243- [ projectdiscovery/cloudlist] ( https://github.com/projectdiscovery/cloudlist )
43- - [ rapid7/metasploit-framework] ( https://github.com/rapid7/metasploit-framework )
44+ - [ rapid7/metasploit-framework] ( https://github.com/rapid7/metasploit-framework )
0 commit comments