Skip to content

Commit

Permalink
Testing on aws. Take 3
Browse files Browse the repository at this point in the history
  • Loading branch information
adedayo committed Feb 8, 2019
1 parent 2091cab commit 3d704dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/tlsscan.go
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ func ScanCIDRTLS(cidr string, config tlsmodel.ScanConfig) <-chan tlsmodel.ScanRe
result := portscan.ScanCIDR(portscan.ScanConfig{
Timeout: config.Timeout,
PacketsPerSecond: config.PacketsPerSecond,
Quiet: true,
Quiet: false,
}, cidr)
ackChannels = append(ackChannels, result)
hostnames := make(map[string]string)
Expand Down

0 comments on commit 3d704dd

Please sign in to comment.