Skip to content

Commit

Permalink
Merge pull request #112 from teamssix/beta
Browse files Browse the repository at this point in the history
Beta
  • Loading branch information
teamssix authored Apr 20, 2024
2 parents cc28338 + 46b3d55 commit 3caaff4
Show file tree
Hide file tree
Showing 5 changed files with 39 additions and 19 deletions.
Binary file added docs/.vuepress/public/img/2000000029.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed docs/.vuepress/public/img/2000000029.png
Binary file not shown.
30 changes: 20 additions & 10 deletions docs/lc/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ LC(List Cloud)是一个多云攻击面资产梳理的工具,使用 LC 可

运行截图:

<div align=center><img width="600" src="/img/2000000029.png"></div></br>
<div align=center><img width="1000" src="/img/2000000029.jpg"></div></br>


### 支持列出的云服务
Expand Down Expand Up @@ -65,11 +65,20 @@ LC(List Cloud)是一个多云攻击面资产梳理的工具,使用 LC 可

### 方法一:使用 brew 安装

```sh
安装

```bash
brew tap wgpsec/tap
brew install wgpsec/tap/lc
```

更新

```bash
brew update
brew upgrade lc
```

### 方法二:下载二进制文件

直接在 LC 下载地址:[github.com/wgpsec/lc/releases](https://github.com/wgpsec/lc/releases) 中下载系统对应的压缩文件,解压后在命令行中运行即可。
Expand All @@ -90,18 +99,19 @@ Usage:

Flags:
配置:
-c, -config string 指定配置文件路径 (default "$HOME/.config/lc/config.yaml")
-t, -threads int 指定扫描的线程数量 (default 3)
-c, -config string 指定配置文件路径 (default "$HOME/.config/lc/config.yaml")
-t, -threads int 指定扫描的线程数量 (default 3)

过滤:
-i, -id string[] 指定要使用的配置(以逗号分隔)
-p, -provider string[] 指定要使用的云服务商(以逗号分隔)
-ep, -exclude-private 从输出的结果中排除私有 IP
-i, -id string[] 指定要使用的配置(以逗号分隔)
-p, -provider string[] 指定要使用的云服务商(以逗号分隔)
-ep, -exclude-private 从输出的结果中排除私有 IP

输出:
-o, -output string 将结果输出到指定的文件中
-s, -silent 只输出结果
-v, -version 输出工具的版本
-o, -output string 将结果输出到指定的文件中
-s, -silent 只输出结果
-v, -version 输出工具的版本
-debug 输出调试日志信息
```

## 简单上手
Expand Down
9 changes: 9 additions & 0 deletions docs/lc/install/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,20 @@ title: 下载安装

### 方法一:HomeBrew 安装(适用于 Mac、Linux 用户)

安装

```bash
brew tap wgpsec/tap
brew install wgpsec/tap/lc
```

更新

```bash
brew update
brew upgrade lc
```

### 方法二:下载二进制包

直接在 LC 下载地址:[github.com/wgpsec/lc/releases](https://github.com/wgpsec/lc/releases) 中下载系统对应的二进制文件,在命令行中运行即可,目前支持以下系统:
Expand Down
19 changes: 10 additions & 9 deletions docs/lc/usage/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,25 +9,26 @@ title: 使用方法
```yaml
> lc -h

lc (list cloud) 是一个多云攻击面资产梳理工具
lc (list cloud) 是一个多云攻击面资产梳理工具

Usage:
lc [flags]

Flags:
配置:
-c, -config string 指定配置文件路径 (default "$HOME/.config/lc/config.yaml")
-t, -threads int 指定扫描的线程数量 (default 3)
-c, -config string 指定配置文件路径 (default "$HOME/.config/lc/config.yaml")
-t, -threads int 指定扫描的线程数量 (default 3)

过滤:
-i, -id string[] 指定要使用的配置(以逗号分隔)
-p, -provider string[] 指定要使用的云服务商(以逗号分隔)
-ep, -exclude-private 从输出的结果中排除私有 IP
-i, -id string[] 指定要使用的配置(以逗号分隔)
-p, -provider string[] 指定要使用的云服务商(以逗号分隔)
-ep, -exclude-private 从输出的结果中排除私有 IP

输出:
-o, -output string 将结果输出到指定的文件中
-s, -silent 只输出结果
-v, -version 输出工具的版本
-o, -output string 将结果输出到指定的文件中
-s, -silent 只输出结果
-v, -version 输出工具的版本
-debug 输出调试日志信息
```

## 使用 LC
Expand Down

0 comments on commit 3caaff4

Please sign in to comment.