Skip to content

Commit

Permalink
增加Docker 部署方式
Browse files Browse the repository at this point in the history
  • Loading branch information
#0X01 authored May 2, 2018
1 parent da30747 commit 06cfe90
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,18 @@ define('ENCRYPT_TYPE', "RC4");
* MY_JS_PATH与JS_TEMPLATE_PATH被设置为仅允许访问js文件

![](./guide/login.png)
### Docker部署
#### Build & Run

```
git clone https://github.com/firesunCN/BlueLotus_XSSReceiver.git && cd BlueLotus_XSSReceiver
docker build -t bluelotus .
docker run -d -p 80:80 bluelotus
```

#### Login

* 访问 `http://ip/admin.php` 密码 `bluelotus`

## 目前支持功能
* 自动判断携带数据是否base64编码,可自动解码
Expand Down

0 comments on commit 06cfe90

Please sign in to comment.