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
-7Lines changed: 0 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,13 +22,6 @@ The AMASS scanType can be deployed via helm:
22
22
helm upgrade --install amass ./scanners/amass/
23
23
```
24
24
25
-
## Examples
26
-
27
-
A set of examples can be found in the [examples](https://github.com/secureCodeBox/secureCodeBox-v2-alpha/tree/master/scanners/amass/examples) folder.
28
-
29
-
* Example *secureCodeBox.io*[scan](https://github.com/secureCodeBox/secureCodeBox-v2-alpha/blob/master/scanners/amass/examples/secureCodeBox.io/scan.yaml)
30
-
* Example *example.com*[scan](https://github.com/secureCodeBox/secureCodeBox-v2-alpha/blob/master/scanners/amass/examples/example.com/scan.yaml)
31
-
32
25
## Configuration
33
26
34
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.
A set of examples can be found in the [examples](https://github.com/secureCodeBox/secureCodeBox-v2-alpha/tree/master/scanners/kube-hunter/examples) folder.
28
-
29
-
* Example *in-cluster*[scan](https://github.com/secureCodeBox/secureCodeBox-v2-alpha/blob/master/scanners/kube-hunter/examples/in-cluster/scan.yaml) and [findings](https://github.com/secureCodeBox/secureCodeBox-v2-alpha/blob/master/scanners/kube-hunter/examples/in-cluster/findings.json)
30
-
31
25
## Configuration
32
26
33
27
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
-6Lines changed: 0 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,12 +22,6 @@ The Nikto ScanType can be deployed via helm:
22
22
helm upgrade --install nikto ./scanners/nikto/
23
23
```
24
24
25
-
## Examples
26
-
27
-
A set of examples can be found in the [examples](https://github.com/secureCodeBox/secureCodeBox-v2-alpha/tree/master/scanners/nikto/examples) folder.
28
-
29
-
* Example *secureCodeBox.io*[scan](https://github.com/secureCodeBox/secureCodeBox-v2-alpha/blob/master/scanners/nikto/examples/secureCodeBox.io/scan.yaml)
30
-
31
25
## Configuration
32
26
33
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/nmap/README.md
-8Lines changed: 0 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,14 +24,6 @@ The Nmap ScanType can be deployed via helm:
24
24
helm install nmap ./scanners/nmap/
25
25
```
26
26
27
-
## Examples
28
-
29
-
A set of examples can be found in the [examples](https://github.com/secureCodeBox/secureCodeBox-v2-alpha/tree/master/scanners/nmap/examples) folder.
30
-
31
-
* Example *local-network*[scan](https://github.com/secureCodeBox/secureCodeBox-v2-alpha/blob/master/scanners/nmap/examples/local-network/scan.yaml) and [findings](https://github.com/secureCodeBox/secureCodeBox-v2-alpha/blob/master/scanners/nmap/examples/local-network/findings.yaml)
32
-
* Example *localhost*[scan](https://github.com/secureCodeBox/secureCodeBox-v2-alpha/blob/master/scanners/nmap/examples/localhost/scan.yaml) and [findings](https://github.com/secureCodeBox/secureCodeBox-v2-alpha/blob/master/scanners/nmap/examples/localhost/findings.yaml)
33
-
* Example *scan.nmap.org*[scan](https://github.com/secureCodeBox/secureCodeBox-v2-alpha/blob/master/scanners/nmap/examples/scan.nmap.org/scan.yaml) and [findings](https://github.com/secureCodeBox/secureCodeBox-v2-alpha/blob/master/scanners/nmap/examples/scan.nmap.org/findings.yaml)
34
-
35
27
## Nmap Configuration
36
28
37
29
The nmap scan target is set via the targets location of the securityTest. The target should be a Hostname or an IP Address.
Copy file name to clipboardExpand all lines: scanners/ssh_scan/README.md
-7Lines changed: 0 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,13 +22,6 @@ The SSH_scan ScanType can be deployed via helm.
22
22
helm upgrade --install ssh ./scanners/ssh_scan/
23
23
```
24
24
25
-
## Examples
26
-
27
-
A set of examples can be found in the [examples](https://github.com/secureCodeBox/secureCodeBox-v2-alpha/tree/master/scanners/ssh_scan/examples) folder.
28
-
29
-
* Example *example.com*[scan](https://github.com/secureCodeBox/secureCodeBox-v2-alpha/blob/master/scanners/ssh_scan/examples/example.com/scan.yaml)
30
-
* Example *localhost*[scan](https://github.com/secureCodeBox/secureCodeBox-v2-alpha/blob/master/scanners/ssh_scan/examples/localhost/scan.yaml) and [findings](https://github.com/secureCodeBox/secureCodeBox-v2-alpha/blob/master/scanners/ssh_scan/examples/localhost/findings.yaml)
31
-
32
25
## Configuration
33
26
34
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
-7Lines changed: 0 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,13 +20,6 @@ The SSLyze scanType can be deployed via helm:
20
20
helm upgrade --install sslyze ./scanners/sslyze/
21
21
```
22
22
23
-
## Examples
24
-
25
-
A set of examples can be found in the [examples](https://github.com/secureCodeBox/secureCodeBox-v2-alpha/tree/master/scanners/sslyze/examples) folder.
26
-
27
-
* Example *secureCodeBox.io*[scan](https://github.com/secureCodeBox/secureCodeBox-v2-alpha/blob/master/scanners/sslyze/examples/secureCodeBox.io/scan.yaml)
28
-
* Example *example.com*[scan](https://github.com/secureCodeBox/secureCodeBox-v2-alpha/blob/master/scanners/sslyze/examples/example.com/scan.yaml)
29
-
30
23
## Configuration
31
24
32
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
-7Lines changed: 0 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -25,13 +25,6 @@ The Trivy scanType can be deployed via helm:
25
25
helm upgrade --install trivy ./scanners/trivy/
26
26
```
27
27
28
-
## Examples
29
-
30
-
A set of examples can be found in the [examples](https://github.com/secureCodeBox/secureCodeBox-v2-alpha/tree/master/scanners/trivy/examples) folder.
31
-
32
-
* Example *juice-shop*[scan](https://github.com/secureCodeBox/secureCodeBox-v2-alpha/blob/master/scanners/trivy/examples/juice-shop/scan.yaml) and [findings](https://github.com/secureCodeBox/secureCodeBox-v2-alpha/blob/master/scanners/trivy/examples/juice-shop/findings.yaml)
33
-
* Example *mediawiki*[scan](https://github.com/secureCodeBox/secureCodeBox-v2-alpha/blob/master/scanners/trivy/examples/mediawiki/scan.yaml) and [findings](https://github.com/secureCodeBox/secureCodeBox-v2-alpha/blob/master/scanners/trivy/examples/mediawiki/findings.yaml)
34
-
35
28
## Configuration
36
29
37
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
-6Lines changed: 0 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,12 +26,6 @@ The WPScan scanType can be deployed via helm:
26
26
helm upgrade --install wpscan ./scanners/wpscan/
27
27
```
28
28
29
-
## Examples
30
-
31
-
A set of examples can be found in the [examples](https://github.com/secureCodeBox/secureCodeBox-v2-alpha/tree/master/scanners/wpscan/examples) folder.
32
-
33
-
* Example *example.com*[scan](https://github.com/secureCodeBox/secureCodeBox-v2-alpha/blob/master/scanners/wpscan/examples/example.com/scan.yaml) and [findings](https://github.com/secureCodeBox/secureCodeBox-v2-alpha/blob/master/scanners/wpscan/examples/example.com/findings.yaml)
34
-
35
29
## Configuration
36
30
37
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
-7Lines changed: 0 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,13 +24,6 @@ The ZAP scanType can be deployed via helm:
24
24
helm upgrade --install zap ./scanners/zap/
25
25
```
26
26
27
-
## Examples
28
-
29
-
A set of examples can be found in the [examples](https://github.com/secureCodeBox/secureCodeBox-v2-alpha/tree/master/scanners/zap/examples) folder.
30
-
31
-
* Example *Juice Shop*[scan](https://github.com/secureCodeBox/secureCodeBox-v2-alpha/blob/master/scanners/zap/examples/demo-juice-shop-full-scan/scan.yaml) and [findings](https://github.com/secureCodeBox/secureCodeBox-v2-alpha/blob/master/scanners/zap/examples/demo-juice-shop-full-scan/findings.yaml)
32
-
* Example *Pet Store*[scan](https://github.com/secureCodeBox/secureCodeBox-v2-alpha/blob/master/scanners/zap/examples/demo-petstore-api-scan/scan.yaml) and [findings](https://github.com/secureCodeBox/secureCodeBox-v2-alpha/blob/master/scanners/zap/examples/demo-petstore-api-scan/findings.yaml)
33
-
34
27
## Configuration
35
28
36
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