Initial commit: Network scanner with pfSense integration and SVG diagram generation
This commit is contained in:
21
config.json.example
Normal file
21
config.json.example
Normal file
@@ -0,0 +1,21 @@
|
||||
{
|
||||
"ssh_user": "root",
|
||||
"ssh_key_path": "/home/user/.ssh/id_rsa",
|
||||
"timeout": 2,
|
||||
"additional_networks": [
|
||||
"10.0.0.0/24",
|
||||
"10.8.0.0/24"
|
||||
],
|
||||
"special_devices": {
|
||||
"192.168.1.1": {
|
||||
"name": "pfSense Main Firewall",
|
||||
"type": "firewall",
|
||||
"os": "pfSense"
|
||||
}
|
||||
},
|
||||
"scan_options": {
|
||||
"max_workers": 10,
|
||||
"ping_timeout": 2,
|
||||
"port_scan_timeout": 1
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user