Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
GobiasSomeCoffeeCo committed Aug 12, 2023
1 parent 6422232 commit 696551f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/syn/syn_scan.go
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ func (s *scanner) scan(opts *ScanOptions) error {
start := time.Now()
fmt.Println("\033[1;94mStarting GoSilent...\033[0m")

for tcp.DstPort < 500 {
for tcp.DstPort < 65535 {
start = time.Now()

// Give time for the read
Expand Down

0 comments on commit 696551f

Please sign in to comment.