mirror of
https://github.com/davidallendj/magellan.git
synced 2025-12-19 19:17:02 -07:00
40 lines
672 B
YAML
40 lines
672 B
YAML
scan:
|
|
hosts:
|
|
- "172.16.1.15"
|
|
subnets:
|
|
- "172.16.0.0"
|
|
- "172.16.0.0/24"
|
|
subnet-masks:
|
|
- "255.255.255.0"
|
|
ports:
|
|
- 443
|
|
disable-probing: false
|
|
disable-caching: false
|
|
protocol: "tcp"
|
|
scheme: "https"
|
|
collect:
|
|
username: "admin"
|
|
password: "password"
|
|
protocol: "tcp"
|
|
scheme: "https"
|
|
output: "/tmp/magellan/data/"
|
|
threads: 1
|
|
force-update: false
|
|
cacert: "cacert.pem"
|
|
update:
|
|
host:
|
|
port: 443
|
|
username: "admin"
|
|
password: "password"
|
|
transfer-protocol: "https"
|
|
firmware:
|
|
url:
|
|
version:
|
|
component:
|
|
secure-tls: false
|
|
status: false
|
|
concurrency: 1
|
|
timeout: 30
|
|
verbose: true
|
|
db:
|
|
path: "/tmp/magellan/magellan.db"
|