Add readme, make scanners filename format better.

This commit is contained in:
Astatin3
2024-04-18 08:17:32 -06:00
parent 753f9f7742
commit 3aa819134e
12 changed files with 40 additions and 14 deletions
+2 -2
View File
@@ -27,7 +27,7 @@ def init(moduleMaster):
mm.vars['Scanner-Settings'] = {
"range": [[0,0,0,0], [255,255,255,255]],
"numJobs": 500,
"numJobs": 10,
"maxPingTimeout": 1,
# Port modes:
@@ -38,7 +38,7 @@ def init(moduleMaster):
"tcpSettings": {
"mode": 1,
"ports": [443]
"ports": [631]
# "topCount": 100
# "relatedString": "http"
},