diff --git a/common/Parse.go b/common/Parse.go index 163a8dd..eed8dfd 100644 --- a/common/Parse.go +++ b/common/Parse.go @@ -158,6 +158,8 @@ func ParseScantype(Info *HostInfo) { Info.Ports = "135" case "web": Info.Ports = Webport + case "webonly": + Info.Ports = Webport case "ms17010": Info.Ports = "445" case "cve20200796":