mirror of
https://github.com/shadow1ng/fscan.git
synced 2025-07-13 21:02:44 +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"
|
||||
case "web":
|
||||
Info.Ports = Webport
|
||||
case "webonly":
|
||||
Info.Ports = Webport
|
||||
case "ms17010":
|
||||
Info.Ports = "445"
|
||||
case "cve20200796":
|
||||
|
Loading…
Reference in New Issue
Block a user