update README.md

This commit is contained in:
影舞者
2022-04-21 09:56:07 +08:00
parent c4950e2a93
commit bb544cfbf3
5 changed files with 9 additions and 13 deletions
-4
View File
@@ -166,8 +166,6 @@ func ParseScantype(Info *HostInfo) {
switch Info.Scantype {
case "rdp":
Info.Ports = "3389"
case "wmi":
Info.Ports = "135"
case "web":
Info.Ports = Webport
case "webonly":
@@ -176,8 +174,6 @@ func ParseScantype(Info *HostInfo) {
Info.Ports = "445"
case "cve20200796":
Info.Ports = "445"
case "smb2":
Info.Ports = "445"
case "portscan":
Info.Ports = DefaultPorts + "," + Webport
case "main":