|
25 | 25 | - [Prerequisites](#prerequisites) |
26 | 26 | - [Deployment (based on Helm)](#deployment-based-on-helm) |
27 | 27 | - [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) |
28 | 31 | - [Access Services](#access-services) |
29 | 32 | - [How does it work?](#how-does-it-work) |
30 | 33 | - [Architecture](#architecture) |
@@ -103,27 +106,25 @@ helm upgrade --install elkh ./hooks/persistence-elastic/ |
103 | 106 |
|
104 | 107 | ### Examples |
105 | 108 |
|
| 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 | + |
106 | 127 | ```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: |
127 | 128 | kubectl get scans |
128 | 129 | ``` |
129 | 130 |
|
|
0 commit comments