template restructure

This commit is contained in:
2025-10-21 21:00:48 -05:00
parent 583cbffeca
commit f394e268da
11 changed files with 512 additions and 126 deletions

View File

@@ -8,6 +8,7 @@ scan_options:
reporting:
report_name: Corporate WAN Perimeter
report_filename: corp-wan.html
dark_mode: true
full_details: true
email_to: soc@example.com # single string is fine; or a list
email_cc: [] # explicitly none
@@ -19,4 +20,8 @@ scan_targets:
- ip: 10.10.20.5
expected_tcp: [22, 53, 80]
expected_udp: [53]
expected_udp: [53]
- ip: 10.10.20.12
expected_tcp: [22, 111, 8006]
expected_udp: [111]