This commit is contained in:
影舞者 2023-11-14 18:33:26 +08:00
parent 5dc1c4ee5e
commit c5adbdb551

View File

@ -17,6 +17,8 @@ func ParsePort(ports string) (scanPorts []int) {
}
if PortGroup[port] != "" {
port = PortGroup[port]
scanPorts = append(scanPorts, ParsePort(port)...)
continue
}
upper := port
if strings.Contains(port, "-") {