From bbfa929f799b1d199cb4ed4ca98b8b263073aeb5 Mon Sep 17 00:00:00 2001 From: mrtc0 Date: Mon, 26 Nov 2018 12:04:22 +0900 Subject: [PATCH] update description of gce module --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 7810caf..a883938 100644 --- a/README.md +++ b/README.md @@ -65,6 +65,7 @@ The following modules are already implemented and can be used with the `-m` argu | `readfiles` | Read files such as `/etc/passwd` | | `alibaba` | Read files from the provider (e.g: meta-data, user-data) | | `aws` | Read files from the provider (e.g: meta-data, user-data) | +| `gce` | Read files from the provider (e.g: meta-data, user-data) | | `digitalocean` | Read files from the provider (e.g: meta-data, user-data) | | `socksproxy` | SOCKS4 Proxy | | `smbhash` | Force an SMB authentication via a UNC Path |