Skip to content
This repository was archived by the owner on Oct 14, 2020. It is now read-only.

Commit c34c63f

Browse files
author
dpatanin
committed
remove examples
1 parent c758c47 commit c34c63f

File tree

9 files changed

+0
-61
lines changed

9 files changed

+0
-61
lines changed

scanners/amass/README.md

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,6 @@ The AMASS scanType can be deployed via helm:
2222
helm upgrade --install amass ./scanners/amass/
2323
```
2424

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-
3225
## Configuration
3326

3427
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.

scanners/kube-hunter/README.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,6 @@ The kube-hunter ScanType can be deployed via helm:
2222
helm upgrade --install kube-hunter ./scanners/kube-hunter/
2323
```
2424

25-
## Examples
26-
27-
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-
3125
## Configuration
3226

3327
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.

scanners/nikto/README.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,6 @@ The Nikto ScanType can be deployed via helm:
2222
helm upgrade --install nikto ./scanners/nikto/
2323
```
2424

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-
3125
## Configuration
3226

3327
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.

scanners/nmap/README.md

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -24,14 +24,6 @@ The Nmap ScanType can be deployed via helm:
2424
helm install nmap ./scanners/nmap/
2525
```
2626

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-
3527
## Nmap Configuration
3628

3729
The nmap scan target is set via the targets location of the securityTest. The target should be a Hostname or an IP Address.

scanners/ssh_scan/README.md

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,6 @@ The SSH_scan ScanType can be deployed via helm.
2222
helm upgrade --install ssh ./scanners/ssh_scan/
2323
```
2424

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-
3225
## Configuration
3326

3427
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.

scanners/sslyze/README.md

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,6 @@ The SSLyze scanType can be deployed via helm:
2020
helm upgrade --install sslyze ./scanners/sslyze/
2121
```
2222

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-
3023
## Configuration
3124

3225
The following security scan configuration example are based on the [SSLyze Documentation], please take a look at the original documentation for more configuration examples.

scanners/trivy/README.md

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,6 @@ The Trivy scanType can be deployed via helm:
2525
helm upgrade --install trivy ./scanners/trivy/
2626
```
2727

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-
3528
## Configuration
3629

3730
The following security scan configuration example are based on the [Trivy Documentation], please take a look at the original documentation for more configuration examples.

scanners/wpscan/README.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,6 @@ The WPScan scanType can be deployed via helm:
2626
helm upgrade --install wpscan ./scanners/wpscan/
2727
```
2828

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-
3529
## Configuration
3630

3731
The following security scan configuration example are based on the [WPScan Documentation], please take a look at the original documentation for more configuration examples.

scanners/zap/README.md

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -24,13 +24,6 @@ The ZAP scanType can be deployed via helm:
2424
helm upgrade --install zap ./scanners/zap/
2525
```
2626

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-
3427
## Configuration
3528

3629
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

Comments
 (0)