mirror of
https://github.com/shadow1ng/fscan.git
synced 2025-09-14 14:06:44 +08:00
调整portscan结构
This commit is contained in:
parent
3ca56ff222
commit
d311d8cb79
@ -40,8 +40,8 @@ func PortScan(hostslist []string, ports string, timeout int64) []string {
|
|||||||
}
|
}
|
||||||
|
|
||||||
//添加扫描目标
|
//添加扫描目标
|
||||||
for _, host := range hostslist {
|
|
||||||
for _, port := range probePorts {
|
for _, port := range probePorts {
|
||||||
|
for _, host := range hostslist {
|
||||||
Addrs <- Addr{host, port}
|
Addrs <- Addr{host, port}
|
||||||
wg.Add(1)
|
wg.Add(1)
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user