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
{{ message }}
This repository was archived by the owner on Oct 14, 2020. It is now read-only.
Copy file name to clipboardExpand all lines: scanners/amass/README.md
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,6 +14,14 @@ The OWASP Amass Project has developed a tool to help information security profes
14
14
15
15
<!-- end -->
16
16
17
+
## Deployment
18
+
19
+
The AMASS scanType can be deployed via helm:
20
+
21
+
```bash
22
+
helm upgrade --install amass ./scanners/amass/
23
+
```
24
+
17
25
## Configuration
18
26
19
27
The following security scan configuration example are based on the [Amass User Guide], please take a look at the original documentation for more configuration examples.
The following security scan configuration example are based on the [kube-hunter Documentation], please take a look at the original documentation for more configuration examples.
Copy file name to clipboardExpand all lines: scanners/nikto/README.md
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,6 +14,14 @@ Nikto is a free software command-line vulnerability scanner that scans webserver
14
14
15
15
<!-- end -->
16
16
17
+
## Deployment
18
+
19
+
The Nikto ScanType can be deployed via helm:
20
+
21
+
```bash
22
+
helm upgrade --install nikto ./scanners/nikto/
23
+
```
24
+
17
25
## Configuration
18
26
19
27
The following security scan configuration example are based on the [Nikto Documentation](https://cirt.net/nikto2-docs/usage.html#id2780332), please take a look at the original documentation for more configuration examples.
Copy file name to clipboardExpand all lines: scanners/ssh_scan/README.md
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,6 +14,14 @@ To learn more about the ssh_scan scanner itself visit [ssh_scan GitHub].
14
14
15
15
<!-- end -->
16
16
17
+
## Deployment
18
+
19
+
The SSH_scan ScanType can be deployed via helm.
20
+
21
+
```bash
22
+
helm upgrade --install ssh ./scanners/ssh_scan/
23
+
```
24
+
17
25
## Configuration
18
26
19
27
The following security scan configuration example are based on the [ssh_scan Documentation], please take a look at the original documentation for more configuration examples.
Copy file name to clipboardExpand all lines: scanners/sslyze/README.md
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,6 +12,14 @@ SSLyze is a Python library and a CLI tool that can analyze the SSL configuration
12
12
13
13
<!-- end -->
14
14
15
+
## Deployment
16
+
17
+
The SSLyze scanType can be deployed via helm:
18
+
19
+
```bash
20
+
helm upgrade --install sslyze ./scanners/sslyze/
21
+
```
22
+
15
23
## Configuration
16
24
17
25
The following security scan configuration example are based on the [SSLyze Documentation], please take a look at the original documentation for more configuration examples.
Copy file name to clipboardExpand all lines: scanners/trivy/README.md
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,6 +17,14 @@ To learn more about the Trivy scanner itself visit or [Trivy GitHub].
17
17
18
18
<!-- end -->
19
19
20
+
## Deployment
21
+
22
+
The Trivy scanType can be deployed via helm:
23
+
24
+
```bash
25
+
helm upgrade --install trivy ./scanners/trivy/
26
+
```
27
+
20
28
## Configuration
21
29
22
30
The following security scan configuration example are based on the [Trivy Documentation], please take a look at the original documentation for more configuration examples.
Copy file name to clipboardExpand all lines: scanners/wpscan/README.md
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,6 +18,14 @@ To learn more about the WPScan scanner itself visit [wpscan.org] or [wpscan.io].
18
18
19
19
<!-- end -->
20
20
21
+
## Deployment
22
+
23
+
The WPScan scanType can be deployed via helm:
24
+
25
+
```bash
26
+
helm upgrade --install wpscan ./scanners/wpscan/
27
+
```
28
+
21
29
## Configuration
22
30
23
31
The following security scan configuration example are based on the [WPScan Documentation], please take a look at the original documentation for more configuration examples.
Copy file name to clipboardExpand all lines: scanners/zap/README.md
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,6 +16,14 @@ To learn more about the ZAP scanner itself visit [OWASP_Zap_Project] or [zaproxy
16
16
17
17
<!-- end -->
18
18
19
+
## Deployment
20
+
21
+
The ZAP scanType can be deployed via helm:
22
+
23
+
```bash
24
+
helm upgrade --install zap ./scanners/zap/
25
+
```
26
+
19
27
## Configuration
20
28
21
29
The following security scan configuration example are based on the [ZAP Documentation], please take a look at the original documentation for more configuration examples.
0 commit comments