Skip to content

Commit

Permalink
update to 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
LoRexxar committed Feb 22, 2021
1 parent e2c9690 commit 951b743
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
17 changes: 17 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,17 @@ LSpider从设计之初是为了配合像xray这种被动扫描器而诞生的,
python3 manage.py SpiderCoreBackendStart --test
```

通过dockerfile安装(不推荐的安装模式)
```
cd ./docker
docker-compose up -d
```

[dockerfile 安装&使用](./docker/readme.md)

**使用dockerfile安装,推荐修改其中必要的配置信息以避免安全漏洞诞生。**

**值得注意的是,以下脚本可能会涉及到项目路径影响,使用前请修改相应的配置**

建议配合screen来挂起进程
Expand Down Expand Up @@ -114,6 +125,12 @@ python3 manage.py SpiderCoreBackendStart --test

![](./docs/5.png)

# Contributors

感谢如下贡献者对本工具发展过程中的贡献:

- [QGW](https://github.com/qboy0000)

# 404StarLink
![](https://github.com/knownsec/404StarLink-Project/raw/master/logo.png)

Expand Down
5 changes: 4 additions & 1 deletion docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,7 @@
- 更新大量相关文档
- 2021-2-2
- LSpider v1.0.1
- 添加Web模式用来适配被动扫描器输出
- 添加Web模式用来适配被动扫描器输出
- 2021-2-22
- LSpider v1.0.2
- 添加docker环境以便于快速搭建环境。感谢@QGW

0 comments on commit 951b743

Please sign in to comment.