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

Commit

Permalink
Merge branch 'master' of https://github.com/RumbleDiscovery/jarm-go i…
Browse files Browse the repository at this point in the history
…nto master
  • Loading branch information
hdm committed Nov 24, 2020
2 parents 56d600b + 427eabf commit 5719b0e
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 @@ -124,6 +124,7 @@ func Fingerprint(t target, och chan result) {
ans, err := jarm.ParseServerHello(buff, probe)
if err != nil {
results = append(results, "")
continue
}

results = append(results, ans)
Expand Down

0 comments on commit 5719b0e

Please sign in to comment.