Skip to content

Commit fe09e1d

Browse files
committed
ci: release v0.2.2
1 parent 29cd85f commit fe09e1d

2 files changed

Lines changed: 5 additions & 4 deletions

File tree

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -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)

runner/banner.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ const banner = `
1212
`
1313

1414
// version is the current version of cloudtoolkit
15-
const version = `0.2.1`
15+
const version = `0.2.2`
1616

1717
// showBanner is used to show the banner to the user
1818
func ShowBanner() {

0 commit comments

Comments
 (0)