forgot a +

derp
This commit is contained in:
etianl
2023-01-06 01:55:43 -08:00
committed by GitHub
parent f05b17ee9a
commit 73afc74074

View File

@@ -89,7 +89,7 @@ if(process.params['enable-client'] && !process.params['client-token'])
});
}
console.log("Scanning ports " + SCAN_OPTS_PORTS + " on " + SCAN_OPTS_HOSTS + " with " + SCAN_OPTS_CONCURRENCY " connections.");
console.log("Scanning ports " + SCAN_OPTS_PORTS + " on " + SCAN_OPTS_HOSTS + " with " + SCAN_OPTS_CONCURRENCY + " connections.");
var options = {
target: SCAN_OPTS_HOSTS,