Skip to content

Commit

Permalink
Merge pull request #125 from teamssix/beta
Browse files Browse the repository at this point in the history
docs: update lc readme
  • Loading branch information
teamssix authored Oct 6, 2024
2 parents 7118d8a + 001bee3 commit 55abd10
Show file tree
Hide file tree
Showing 7 changed files with 72 additions and 21 deletions.
Binary file added docs/.vuepress/public/img/39155974.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/.vuepress/public/img/41125338.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/.vuepress/public/img/49087564.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
51 changes: 35 additions & 16 deletions docs/lc/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,21 +42,23 @@ LC(List Cloud)是一个多云攻击面资产梳理的工具,使用 LC 可

### 支持列出的云服务

| 序号 | 云服务商 | 服务名称 |
|:--:|:----:|:----------:|
| 1 | 阿里云 | ECS 云服务器 |
| 2 | 阿里云 | OSS 对象存储 |
| 3 | 阿里云 | RDS 数据库 |
| 4 | 腾讯云 | CVM 云服务器 |
| 5 | 腾讯云 | LH 轻量应用服务器 |
| 6 | 腾讯云 | COS 对象存储 |
| 7 | 华为云 | OBS 对象存储 |
| 8 | 天翼云 | OOS 对象存储 |
| 9 | 百度云 | BOS 对象存储 |
| 10 | 百度云 | BCC 云服务器 |
| 11 | 联通云 | OSS 对象存储 |
| 12 | 七牛云 | Kodo 对象存储 |
| 13 | 移动云 | EOS 对象存储 |
| 序号 | 云服务商 | 服务名称 |
|:--:|:----:|:-----------:|
| 1 | 阿里云 | ECS 云服务器 |
| 2 | 阿里云 | OSS 对象存储 |
| 3 | 阿里云 | RDS 数据库 |
| 4 | 阿里云 | FC 函数计算 |
| 5 | 阿里云 | Domain 域名服务 |
| 6 | 腾讯云 | CVM 云服务器 |
| 7 | 腾讯云 | LH 轻量应用服务器 |
| 8 | 腾讯云 | COS 对象存储 |
| 9 | 华为云 | OBS 对象存储 |
| 10 | 天翼云 | OOS 对象存储 |
| 11 | 百度云 | BOS 对象存储 |
| 12 | 百度云 | BCC 云服务器 |
| 13 | 联通云 | OSS 对象存储 |
| 14 | 七牛云 | Kodo 对象存储 |
| 15 | 移动云 | EOS 对象存储 |

## 使用手册

Expand Down Expand Up @@ -104,6 +106,7 @@ Flags:
-t, -threads int 指定扫描的线程数量 (default 3)

过滤:
-cs, -cloud-services string[] 指定要列出的服务 (default ["all"])
-i, -id string[] 指定要使用的配置(以逗号分隔)
-p, -provider string[] 指定要使用的云服务商(以逗号分隔)
-ep, -exclude-private 从输出的结果中排除私有 IP
Expand Down Expand Up @@ -147,6 +150,22 @@ lc -ep -s | httpx -sc -title -silent

十分欢迎各位师傅为 LC 项目贡献代码,如果您想为该项目贡献代码,请参见贡献说明:[CONTRIBUTING](https://github.com/wgpsec/lc/blob/main/CONTRIBUTING.md)

<div align=center>
<table>
<tr>
<td align="center">
<a href="https://github.com/teamssix"><img alt="TeamsSix" src="/img/49087564.jpeg" style="width: 100px;" /><br />TeamsSix</a>
</td>
<td align="center">
<a href="https://github.com/ShuBo6"><img alt="ShuBo6" src="/img/41125338.png" style="width: 100px;" /><br />ShuBo6</a>
</td>
<td align="center">
<a href="https://github.com/tarihub"><img alt="tari" src="/img/39155974.jpeg" style="width: 100px;" /><br />tari</a>
</td>
</tr>
</table>
</div>

## 致谢

十分感谢 [projectdiscovery](https://github.com/projectdiscovery)[cloudlist](https://github.com/projectdiscovery/cloudlist) 项目以及 projectdiscovery 团队的开源精神,得益于 cloudlist 的 MIT 协议,这为本项目起到了非常大的帮助。
Expand Down Expand Up @@ -182,7 +201,7 @@ LC 在 [MIT](https://github.com/wgpsec/lc/blob/main/LICENSE) 协议下授权使
<script>
export default {
mounted () {
this.$page.lastUpdated = "2024 年 515"
this.$page.lastUpdated = "2024 年 106"
}
}
</script>
24 changes: 20 additions & 4 deletions docs/lc/install/config.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ set ALIYUNSECRETKEY="xxxxxxxx"
# 访问凭证获取地址:https://ram.console.aliyun.com
- provider: aliyun
id: aliyun_default
cloud_services: ecs,oss,rds,fc,domain
access_key:
secret_key:
session_token:
Expand All @@ -78,6 +79,7 @@ set ALIYUNSECRETKEY="xxxxxxxx"
# 访问凭证获取地址:https://console.cloud.tencent.com/cam
- provider: tencent
id: tencent_cloud_default
cloud_services: cvm,lh,cos
access_key:
secret_key:
session_token:
Expand All @@ -86,21 +88,24 @@ set ALIYUNSECRETKEY="xxxxxxxx"
# 访问凭证获取地址:https://console.huaweicloud.com/iam
- provider: huawei
id: huawei_cloud_default
cloud_services: obs
access_key:
secret_key:
session_token:

# 天翼云
# 访问凭证获取地址:https://oos-cn.ctyun.cn/oos/ctyun/iam/dist/index.html#/certificate
- provider: tianyi
id: tianyi_cloud_default
access_key:
secret_key:
id: tianyi_cloud_default
cloud_services: oos
access_key:
secret_key:

# 百度云
# 访问凭证获取地址:https://console.bce.baidu.com/iam/
- provider: baidu
id: baidu_cloud_default
cloud_services: bos,bcc
access_key:
secret_key:
session_token:
Expand All @@ -109,6 +114,7 @@ set ALIYUNSECRETKEY="xxxxxxxx"
# 访问凭证获取地址:https://console.cucloud.cn/console/uiam
- provider: liantong
id: liantong_cloud_default
cloud_services: oss
access_key:
secret_key:
session_token:
Expand All @@ -117,8 +123,18 @@ set ALIYUNSECRETKEY="xxxxxxxx"
# 访问凭证获取地址:https://portal.qiniu.com/developer/user/key
- provider: qiniu
id: qiniu_cloud_default
cloud_services: kodo
access_key:
secret_key:

# 移动云
# 访问凭证获取地址:https://console.ecloud.10086.cn/api/page/eos-console-web/CIDC-RP-00/eos/key
- provider: yidong
id: yidong_cloud_default
cloud_services: eos
access_key:
secret_key:
session_token:
```
配置文件中的每个部分所表示的意思如下:
Expand All @@ -135,7 +151,7 @@ set ALIYUNSECRETKEY="xxxxxxxx"
<script>
export default {
mounted () {
this.$page.lastUpdated = "2024 年 420 日"
this.$page.lastUpdated = "2024 年 106 日"
}
}
</script>
7 changes: 7 additions & 0 deletions docs/lc/more/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@ title: 更新日志

# 更新日志

## [v1.1.0](https://github.com/wgpsec/lc/releases/tag/v1.1.0) 2024.10.6

* 支持列出阿里云 FC 函数计算服务
* 支持列出阿里云域名服务
* 支持在列出时指定要列出的云服务类型
* 修复阿里云 ECS 在绑定 EIP 时无法列出 IP 的 Bug

## [v1.0.1](https://github.com/wgpsec/lc/releases/tag/v1.0.1) 2024.5.15

* 支持列出移动云 EOS 对象存储服务
Expand Down
11 changes: 10 additions & 1 deletion docs/lc/usage/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ Flags:
-t, -threads int 指定扫描的线程数量 (default 3)

过滤:
-cs, -cloud-services string[] 指定要列出的服务 (default ["all"])
-i, -id string[] 指定要使用的配置(以逗号分隔)
-p, -provider string[] 指定要使用的云服务商(以逗号分隔)
-ep, -exclude-private 从输出的结果中排除私有 IP
Expand Down Expand Up @@ -57,6 +58,14 @@ lc -t 2

### 过滤

使用 `-cs` 指定要列出的云服务,可以结合其他参数组合使用,例如指定某个云下的某个云服务。

> 在不指定 `-cs` 参数时,会读取配置文件里的云服务列表;如果指定了 `-cs` 参数,那么会以这个参数配置优先。
```sh
lc -cs oss
```

使用 `-i` 指定要使用的配置,支持一次指定多个,以逗号分隔。

```sh
Expand Down Expand Up @@ -106,7 +115,7 @@ lc -debug
<script>
export default {
mounted () {
this.$page.lastUpdated = "2024 年 420"
this.$page.lastUpdated = "2024 年 106"
}
}
</script>

0 comments on commit 55abd10

Please sign in to comment.