Skip to content
This repository has been archived by the owner on Jun 14, 2022. It is now read-only.

Commit

Permalink
Merge pull request #1 from silascutler/master
Browse files Browse the repository at this point in the history
Added `continue` to prevent error
  • Loading branch information
hdm authored Nov 24, 2020
2 parents 67c94b1 + d718e20 commit 427eabf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmd/jarmscan/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ func fingerprint(host string, port int) (string, error) {
ans, err := jarm.ParseServerHello(buff, probe)
if err != nil {
results = append(results, "")
continue
}

results = append(results, ans)
Expand Down

0 comments on commit 427eabf

Please sign in to comment.