c20f189d49
masscan port discovery → nmap fingerprinting → probe engine → pattern/version matching Dynamic YAML inputs: countries.yaml (country codes + CIDR resolution) and targets.yaml (fingerprint probes) RIR delegated stats for authoritative country CIDR data (no external API) Supports tcp_banner, http, https, rtsp, udp probe types Version extraction and comparison operators (<=, >=, ==, etc.) SQLite results per engagement, CSV/JSON export format-spec/ docs for generating input files externally
21 lines
325 B
YAML
21 lines
325 B
YAML
scan_profile:
|
|
name: "example-sweep"
|
|
rate: 1000
|
|
max_hosts_per_country: null
|
|
|
|
countries:
|
|
- code: VE
|
|
priority: high
|
|
exclude_cidrs: []
|
|
|
|
- code: US
|
|
priority: medium
|
|
exclude_cidrs:
|
|
- "10.0.0.0/8"
|
|
- "172.16.0.0/12"
|
|
- "192.168.0.0/16"
|
|
|
|
- code: NL
|
|
priority: low
|
|
exclude_cidrs: []
|