init commit

This commit is contained in:
2025-11-13 15:23:41 +00:00
commit 48755a8539
7 changed files with 1058 additions and 0 deletions

16
configs/example-site.yaml Normal file
View File

@@ -0,0 +1,16 @@
title: "Sneaky Infra Scan"
sites:
- name: "Production Web Servers"
ips:
- address: "10.10.20.4"
expected:
ping: true
tcp_ports: [22, 53, 80]
udp_ports: [53]
# Optional: specify expected services (detected automatically)
services: ["ssh", "domain", "http"]
- address: "10.10.20.11"
expected:
ping: true
tcp_ports: [22, 111, 3128, 8006]
udp_ports: []