From a01599ee7c09efce2d1eadbaf2921b29eef3e00c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BD=B1=E8=88=9E=E8=80=85?= Date: Fri, 25 Feb 2022 16:49:17 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E-m=20webonly,=E8=B7=B3?= =?UTF-8?q?=E8=BF=87=E7=AB=AF=E5=8F=A3=E6=89=AB=E6=8F=8F,=E7=9B=B4?= =?UTF-8?q?=E6=8E=A5=E8=AE=BF=E9=97=AEhttp=E3=80=82=E8=87=B4=E8=B0=A2@Agel?= =?UTF-8?q?oVito?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- common/Parse.go | 2 ++ 1 file changed, 2 insertions(+) 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":