init commit

This commit is contained in:
2025-10-17 13:54:04 -05:00
commit 9956667c8f
17 changed files with 1124 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
name: Corp WAN
scan_options:
udp_scan: true
tls_security_scan: false
tls_exp_check: false
reporting:
report_name: Corporate WAN Perimeter
report_filename: corp-wan.html
full_details: true
scan_targets:
- ip: 10.10.20.5
expected_tcp: [22, 80]
expected_udp: [53]

View 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: []