File tree Expand file tree Collapse file tree 2 files changed +21
-1
lines changed
Expand file tree Collapse file tree 2 files changed +21
-1
lines changed Original file line number Diff line number Diff line change @@ -58,6 +58,17 @@ LSpider从设计之初是为了配合像xray这种被动扫描器而诞生的,
5858python3 manage.py SpiderCoreBackendStart --test
5959```
6060
61+ 通过dockerfile安装(不推荐的安装模式)
62+ ```
63+ cd ./docker
64+
65+ docker-compose up -d
66+ ```
67+
68+ [ dockerfile 安装&使用] ( ./docker/readme.md )
69+
70+ ** 使用dockerfile安装,推荐修改其中必要的配置信息以避免安全漏洞诞生。**
71+
6172** 值得注意的是,以下脚本可能会涉及到项目路径影响,使用前请修改相应的配置**
6273
6374建议配合screen来挂起进程
@@ -114,6 +125,12 @@ python3 manage.py SpiderCoreBackendStart --test
114125
115126![ ] ( ./docs/5.png )
116127
128+ # Contributors
129+
130+ 感谢如下贡献者对本工具发展过程中的贡献:
131+
132+ - [ QGW] ( https://github.com/qboy0000 )
133+
117134# 404StarLink
118135![ ] ( https://github.com/knownsec/404StarLink-Project/raw/master/logo.png )
119136
Original file line number Diff line number Diff line change 44 - 更新大量相关文档
55- 2021-2-2
66 - LSpider v1.0.1
7- - 添加Web模式用来适配被动扫描器输出
7+ - 添加Web模式用来适配被动扫描器输出
8+ - 2021-2-22
9+ - LSpider v1.0.2
10+ - 添加docker环境以便于快速搭建环境。感谢@QGW
You can’t perform that action at this time.
0 commit comments