mirror of
https://github.com/shadow1ng/fscan.git
synced 2025-07-14 05:12:36 +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}
|
||||
wg.Add(1)
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user