aboutsummaryrefslogtreecommitdiff
path: root/hacking-session-debian.yaml
blob: 8f3c6f276b41ea69048d4d246a8e55054063538e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
metadata:
  name: hacking-session-debian
  format: "Lava-Test-Shell Test Definition 1.0"
  description: "SSH Hacking Session - Tyler Baker"
  version: 1.0

params:
  - "PUB_KEY=None"
  - "GATEWAY=192.168.1.1"

install:
    deps:
        - openssh-server
        - wget
run:
    steps:
        - ./setup_session_debian "$PUB_KEY"
        - ./invoke_session_debian "$GATEWAY"