mirror of
https://github.com/shadow1ng/fscan.git
synced 2026-09-24 20:21:52 +08:00
update README.md
This commit is contained in:
@@ -166,8 +166,6 @@ func ParseScantype(Info *HostInfo) {
|
||||
switch Info.Scantype {
|
||||
case "rdp":
|
||||
Info.Ports = "3389"
|
||||
case "wmi":
|
||||
Info.Ports = "135"
|
||||
case "web":
|
||||
Info.Ports = Webport
|
||||
case "webonly":
|
||||
@@ -176,8 +174,6 @@ func ParseScantype(Info *HostInfo) {
|
||||
Info.Ports = "445"
|
||||
case "cve20200796":
|
||||
Info.Ports = "445"
|
||||
case "smb2":
|
||||
Info.Ports = "445"
|
||||
case "portscan":
|
||||
Info.Ports = DefaultPorts + "," + Webport
|
||||
case "main":
|
||||
|
||||
Reference in New Issue
Block a user