File tree Expand file tree Collapse file tree 2 files changed +8
-3
lines changed
Expand file tree Collapse file tree 2 files changed +8
-3
lines changed Original file line number Diff line number Diff line change 2525 overwrite : true
2626 goversion : 1.18 # 可以指定编译使用的 Golang 版本
2727 binary_name : " gcs" # 可以指定二进制文件的名称
28- extra_files : LICENSE config.example.yml README.md # 需要包含的额外文件
28+ extra_files : LICENSE README.md # 需要包含的额外文件
Original file line number Diff line number Diff line change 2626如果你熟悉go语言,则可以自己编译二进制,如果不熟悉,也可以直接在releases当中下载已经编译好的二进制。
2727
2828``` sh
29- gcs search -u ' https://gitlab.xxx.com' -t ' xxxxxxxxxxx' -w ' 想要扫描的关键字 '
29+ gcs search -u ' https://gitlab.xxx.com' -t ' xxxxxxxxxxx' -w ' 测试 '
3030```
3131
32+ 效果如下:
33+
34+ ![ ] ( https://cdn.staticaly.com/gh/eryajf/tu/main/img/image_20230902_000537.png )
35+
36+
3237运行成功以后,会自动在项目运行目录下将结果输出为Excel。
3338
3439你也可以直接通过docker来运行:
3540
3641``` sh
37- docker run -it registry.cn-hangzhou.aliyuncs.com/ali_eryajf/gcs gcs search -u ' https://gitlab.xxx.com' -t ' xxxxxxxxxxx' -w ' 想要扫描的关键字 '
42+ docker run -it registry.cn-hangzhou.aliyuncs.com/ali_eryajf/gcs gcs search -u ' https://gitlab.xxx.com' -t ' xxxxxxxxxxx' -w ' 测试 '
3843```
3944
4045如果你在使用过程中遇到问题,欢迎提交issue。如果你还有其他需求,以及其他想法,欢迎提交PR。
You can’t perform that action at this time.
0 commit comments