-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathdemo.tape
More file actions
82 lines (65 loc) · 1.27 KB
/
demo.tape
File metadata and controls
82 lines (65 loc) · 1.27 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
# EdgeWalker Guided Assessment Demo
# This tape takes a user through the guided security assessment.
Output images/demo.gif
Set Shell "bash"
Set FontSize 22
Set Width 1920
Set Height 1080
Set Padding 10
Set WindowBar Colorful
Set Theme "Catppuccin Mocha"
# Start EdgeWalker
# Note: Run 'sudo -v' in your terminal before running 'vhs' to cache credentials.
Hide
Type "export EW_DEMO_MODE=1"
Enter
Show
Type "sudo uv run python -m edgewalker"
Enter
# Step 0: Handle Telemetry Opt-in
Sleep 2s
Wait+Screen /HELP SECURE IOT DEVICES/
Enter
Sleep 2s
# check that homepage is loaded
Wait+Screen /by Periphery/
Sleep 2s
# Step 1: Home Screen - Start Guided Assessment
Enter
Sleep 1.5s
# Step 2: Wizard Step 1 - Scan Depth
Tab
Sleep 500ms
Enter
Sleep 1s
# Step 3: Wizard Step 2 - Scan Target
Type "127.0.0.1"
Sleep 500ms
Enter
Sleep 2s
# Step 4: Wizard Step 3 - Additional Tests
Enter
Sleep 1s
# Step 5: Wizard Step 4 - Summary
Enter
Sleep 3s
# Now on Dashboard, scan is running.
Wait+Screen@60s /NETWORK SECURITY GRADE/
Sleep 3s
# Take a screenshot of the active scan
Screenshot "images/scan-report.png"
# Topology
Type "2"
Sleep 1s
Down
Down
Down
Sleep 1s
Enter
Sleep 1s
# Take a screenshot of the active scan
Screenshot "images/device-report.png"
# Finish the demo
Sleep 2s
Type "q"
Sleep 500ms