diff --git a/front/plugins/nmap_scan/config.json b/front/plugins/nmap_scan/config.json index 73ab5592..3444d6a8 100755 --- a/front/plugins/nmap_scan/config.json +++ b/front/plugins/nmap_scan/config.json @@ -43,13 +43,13 @@ { "name" : "ips", "type" : "sql", - "value" : "SELECT dev_LastIP from DEVICES", + "value" : "SELECT dev_LastIP from DEVICES order by dev_MAC", "timeoutMultiplier" : true }, { "name" : "macs", "type" : "sql", - "value" : "SELECT dev_MAC from DEVICES" + "value" : "SELECT dev_MAC from DEVICES order by dev_MAC" }, { "name" : "timeout",