init commit
This commit is contained in:
23
data/scan_targets/dmz.yaml
Normal file
23
data/scan_targets/dmz.yaml
Normal file
@@ -0,0 +1,23 @@
|
||||
name: DMZ
|
||||
scan_options:
|
||||
udp_scan: false
|
||||
tls_security_scan: true
|
||||
tls_exp_check: true
|
||||
|
||||
reporting:
|
||||
report_name: Sneaky Geek Labs DMZ Report
|
||||
report_filename: dmz-report.html
|
||||
full_details: false
|
||||
|
||||
scan_targets:
|
||||
- ip: 10.10.99.6
|
||||
expected_tcp: [22, 222, 3000]
|
||||
expected_udp: []
|
||||
|
||||
- ip: 10.10.99.2
|
||||
expected_tcp: [22, 222, 3000]
|
||||
expected_udp: []
|
||||
|
||||
- ip: 10.10.99.10
|
||||
expected_tcp: [22, 80, 443]
|
||||
expected_udp: []
|
||||
Reference in New Issue
Block a user