新增-m webonly,跳过端口扫描,直接访问http。致谢@AgeloVito

This commit is contained in:
影舞者 2022-02-25 16:49:17 +08:00
parent c64c64477b
commit a01599ee7c
1 changed files with 2 additions and 0 deletions

View File

@ -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":