40 рядки
630 B
JSON
40 рядки
630 B
JSON
{
|
|
"scan_ranges": [
|
|
"192.168.1.0/24"
|
|
],
|
|
"devices": [
|
|
{
|
|
"ip": "192.168.1.1",
|
|
"type": "cisco",
|
|
"username": "admin",
|
|
"password": "your_password",
|
|
"port": 22
|
|
},
|
|
{
|
|
"ip": "192.168.1.2",
|
|
"type": "huawei",
|
|
"username": "admin",
|
|
"password": "your_password",
|
|
"port": 22
|
|
}
|
|
],
|
|
"ssh": {
|
|
"timeout": 10,
|
|
"max_retries": 3,
|
|
"port": 22
|
|
},
|
|
"web": {
|
|
"port": 8080,
|
|
"host": "0.0.0.0"
|
|
},
|
|
"scanner": {
|
|
"concurrency": 10,
|
|
"timeout": 2
|
|
},
|
|
"auth": {
|
|
"enabled": true,
|
|
"username": "admin",
|
|
"password": "admin123"
|
|
}
|
|
}
|