should be 256.

This commit is contained in:
Rob
2022-03-02 02:55:32 -06:00
parent e7a59b2e97
commit 2bc8640c0b

View File

@@ -93,7 +93,7 @@ var options = {
port: SCAN_OPTS_PORTS, port: SCAN_OPTS_PORTS,
states: 'O', states: 'O',
banner: false, banner: false,
concurrency: 255 concurrency: 256
} }
var scan = new Scanner(options); var scan = new Scanner(options);