mirror of
https://github.com/shadow1ng/fscan.git
synced 2025-07-14 05:12:36 +08:00
新增-m webonly,跳过端口扫描,直接访问http。致谢@AgeloVito
This commit is contained in:
parent
c64c64477b
commit
a01599ee7c
@ -158,6 +158,8 @@ func ParseScantype(Info *HostInfo) {
|
|||||||
Info.Ports = "135"
|
Info.Ports = "135"
|
||||||
case "web":
|
case "web":
|
||||||
Info.Ports = Webport
|
Info.Ports = Webport
|
||||||
|
case "webonly":
|
||||||
|
Info.Ports = Webport
|
||||||
case "ms17010":
|
case "ms17010":
|
||||||
Info.Ports = "445"
|
Info.Ports = "445"
|
||||||
case "cve20200796":
|
case "cve20200796":
|
||||||
|
Loading…
Reference in New Issue
Block a user