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

Commit b0ab318

Browse files
committed
#13 Fix examples section in readme
All the examples were moved to the scanner direcotries. Signed-off-by: Sven Strittmatter <sven.strittmatter@iteratec.com>
1 parent a87b3c5 commit b0ab318

File tree

1 file changed

+21
-20
lines changed

1 file changed

+21
-20
lines changed

README.md

Lines changed: 21 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,9 @@
2525
- [Prerequisites](#prerequisites)
2626
- [Deployment (based on Helm)](#deployment-based-on-helm)
2727
- [Examples](#examples)
28+
- [Local Scan Examples](#local-scan-examples)
29+
- [Public Scan Examples](#public-scan-examples)
30+
- [Then get the current State of the Scan by running:](#then-get-the-current-state-of-the-scan-by-running)
2831
- [Access Services](#access-services)
2932
- [How does it work?](#how-does-it-work)
3033
- [Architecture](#architecture)
@@ -103,27 +106,25 @@ helm upgrade --install elkh ./hooks/persistence-elastic/
103106

104107
### Examples
105108

109+
Now everything is installed. You can try deploying scans from the `scanner/*/examples` directories.
110+
111+
#### Local Scan Examples
112+
113+
E.g. localhost nmap scan:
114+
115+
```bash
116+
kubectl apply -f scanner/nmap/examples/localhost/scan.yaml
117+
```
118+
119+
#### Public Scan Examples
120+
121+
```bash
122+
kubectl apply -f scanner/nmap/examples/scan.nmap.org/scan.yaml
123+
```
124+
125+
#### Then get the current State of the Scan by running:
126+
106127
```bash
107-
# Now everything is installed. You can try deploying scans from the `operator/config/samples/` directory
108-
## Local Scan Examples
109-
110-
### E.g. localhost nmap scan
111-
kubectl apply -f operator/config/samples/execution_v1_scan/nmap_localhost.yaml
112-
kubectl apply -f operator/config/samples/execution_v1_scan/kube-hunter_in_cluster.yaml
113-
114-
## Public Scan Examples
115-
# E.g. www.securecodebox.io sslyze scan
116-
kubectl apply -f operator/config/samples/execution_v1_scan/nmap_securecodebox_io.yaml
117-
kubectl apply -f operator/config/samples/execution_v1_scan/amass_securecodebox_io.yaml
118-
kubectl apply -f operator/config/samples/execution_v1_scan/sslyze_securecodebox_io.yaml
119-
kubectl apply -f operator/config/samples/execution_v1_scan/nikto_securecodebox_io.yaml
120-
kubectl apply -f operator/config/samples/execution_v1_scan/ssh_iteratec_de.yaml
121-
kubectl apply -f operator/config/samples/execution_v1_scan/wpscan_nurdemteam_org.yaml
122-
kubectl apply -f operator/config/samples/execution_v1_scan/sslyze_securecodebox_io.yaml
123-
kubectl apply -f operator/config/samples/execution_v1_scan/trivy_mediawiki.yaml
124-
kubectl apply -f operator/config/samples/execution_v1_scan/trivy_juiceshop.yaml
125-
126-
# Then get the current State of the Scan by running:
127128
kubectl get scans
128129
```
129130

0 commit comments

Comments
 (0)