You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@
5
5
6
6
[中文版本(Chinese version)](README.ZH_CN.md)
7
7
8
-
##Project introduction
8
+
##Project introduction
9
9
"huoxian DongTaiIast" is an auxiliary tool specially designed for Party A's security personnel, Party A's code audit engineers and 0 day.
10
10
11
11
vulnerability mining personnel. It can be used to integrate Devops environment for vulnerability detection, as an auxiliary tool for code audit and automatic mining 0 day.
@@ -17,7 +17,7 @@ vulnerability mining personnel. It can be used to integrate Devops environment f
17
17
-`dongtai web `is the front-end project of "huoxian DongTaiIast" and is responsible for page display
18
18
- The `agent` is the data collection terminal of each language. It collects the corresponding data from the project where the probe is installed and sends it to the `Dongtai OpenAPI` service
19
19
20
-
##Local development
20
+
##Local development
21
21
22
22
1. Install `NPM` dependency
23
23
@@ -27,15 +27,15 @@ $ npm install
27
27
28
28
2. Modify local configuration file
29
29
30
-
Change the `.Env ` file in the `directory_ TARGET_ HOST = 'http://test.iast.huoxian.cn:8081'` modified to `Vue_ TARGET_ Host = 'address of your backend service'`
30
+
Change the `.env` file in the `directory_TARGET_HOST = 'http://test.iast.huoxian.cn:8081'` modified to `Vue_TARGET_Host = 'address of your backend service'`
31
31
32
32
3. Execute the operation command
33
33
34
34
```bash
35
35
$ npm run dev
36
36
```
37
37
38
-
##Deployment scheme
38
+
##Deployment scheme
39
39
40
40
1. Install `NPM` dependency
41
41
@@ -51,9 +51,9 @@ $ npm run build
51
51
52
52
3. Put the `dist` directory into the static resource directory of nginx service
53
53
54
-
4. Modify nginx configuration and set the back-end service corresponding to the front-end interface. For nginx configuration, refer to `nginx.conf`
54
+
4. Modify nginx configuration and set the back-end service corresponding to the front-end interface. For nginx configuration, refer to `nginx.conf`
0 commit comments