Skip to content

Commit 0840e89

Browse files
committed
[+]修复之前更新时的某处代码错误(笔误)
1 parent 14116f4 commit 0840e89

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

lib/gonmap

Submodule gonmap updated 1 file

run/type-kscan.go

+1
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,7 @@ func (k *kscan) PortDiscovery() {
125125
protocol = "udp"
126126
}
127127
if gonmap.PortScan(protocol, netloc, k.config.Timeout) {
128+
//slog.Debug(netloc," is open")
128129
return netloc
129130
}
130131
return nil

0 commit comments

Comments
 (0)