@@ -81,21 +81,21 @@ oss.example.com
81
81
```
82
82
Usage:
83
83
84
- EndpointSearch [flags]
84
+ EndpointSearch [flags]
85
85
86
86
87
87
Flags:
88
88
89
- -f, --file string 从文件中读取目标地址 (Input filename)
90
- -h, --help help for EndpointSearch
91
- --logLevel string 设置日志等级 (Set log level) [trace|debug|info|warn|error|fatal|panic] (default "info")
92
- -o, --output string 输入结果文件输出的位置 (Enter the location of the scan result output) (default "./result.txt")
93
- -p, --port string 输入需要被扫描的端口,逗号分割 (Enter the port to be scanned, separated by commas (,))
94
- --prefix string 输入需要被枚举的服务名称 (Input Service Name )
95
- -s, --service string 输入需要被枚举的服务名称 (Input Service Name)
96
- --suffix string 输入需要被枚举的服务名称 (Input Service Name )
97
- -t, --timeout int 输入每个 http 请求的超时时间 (Enter the timeout period for every http request) (default 2)
98
- -u, --url string 输入目标地址 (Input [domain|url])
89
+ -f, --file string 从文件中读取目标地址 (Input filename)
90
+ -h, --help help for EndpointSearch
91
+ --logLevel string 设置日志等级 (Set log level) [trace|debug|info|warn|error|fatal|panic] (default "info")
92
+ -o, --output string 输入结果文件输出的位置 (Enter the location of the scan result output) (default "./result.txt")
93
+ -p, --port string 输入需要被扫描的端口,逗号分割 (Enter the port to be scanned, separated by commas (,))
94
+ --prefix string 输入枚举云服务的前缀 (Enter the prefix for enumerating the cloud service )
95
+ -s, --service string 输入需要被枚举的服务名称 (Input Service Name)
96
+ --suffix string 输入枚举云服务的后缀 (Enter a suffix for enumerating cloud services )
97
+ -t, --timeout int 输入每个 http 请求的超时时间 (Enter the timeout period for every http request) (default 2)
98
+ -u, --url string 输入目标地址 (Input [domain|url])
99
99
```
100
100
EndpointSearch 同样支持手动覆盖配置参数,-e 参数默认为配置中的 CloudEndpoint,-p 参数为配置中的 PortList
101
101
0 commit comments