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

Commit bce3f12

Browse files
sebiesebie
authored andcommitted
Dummy-ssh example
1 parent f73810a commit bce3f12

File tree

2 files changed

+23
-0
lines changed

2 files changed

+23
-0
lines changed
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
In this example we execute an ncrack scan against the intentional vulnerable ssh service (dummy-ssh)
2+
3+
## Install dummy-ssh
4+
5+
Before executing the scan, make sure to have dummy-ssh installed:
6+
7+
```bash
8+
helm install dummy-ssh ./demo-apps/dummy-ssh/ --wait
9+
```
10+
11+
12+
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
apiVersion: "execution.experimental.securecodebox.io/v1"
2+
kind: Scan
3+
metadata:
4+
name: "dummy-ssh"
5+
spec:
6+
scanType: "ncrack"
7+
parameters:
8+
- -v
9+
- --user=root,admin
10+
- --pass=THEPASSWORDYOUCREATED,12345
11+
- ssh://dummy-ssh

0 commit comments

Comments
 (0)