mirror of
https://github.com/shadow1ng/fscan.git
synced 2025-11-06 03:05:40 +00:00
Update
This commit is contained in:
parent
5dc1c4ee5e
commit
c5adbdb551
@ -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, "-") {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user