Skip to content

Commit

Permalink
refactor for syn scan on ipv4 and minimal parallelism
Browse files Browse the repository at this point in the history
  • Loading branch information
CyberRoute committed Feb 3, 2024
1 parent e82068a commit 0996ece
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion scanme/scanner.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ type Scanner struct {
opts gopacket.SerializeOptions
buf gopacket.SerializeBuffer
tcpsequencer *TCPSequencer
mu sync.Mutex
}

// newScanner creates a new scanner for a given destination IP address, using
Expand Down

0 comments on commit 0996ece

Please sign in to comment.