Files
WPanda/Dev/sw_ip_scann_CSV/config.json
2025-12-15 09:59:42 +01:00

19 lines
337 B
JSON

{
"network": {
"subnet": "10.101.0.0/24",
"auto_detect": false
},
"scanning": {
"ping_timeout": 0.3,
"ping_delay": 0.001,
"max_threads": 10
},
"database": {
"devices_file": "known_devices.json"
},
"logging": {
"enabled": true,
"log_file": "network_scanner.log",
"log_level": "INFO"
}
}