Skip to content

Commit

Permalink
fix: ProbeHttpInfo banner
Browse files Browse the repository at this point in the history
  • Loading branch information
XinRoom committed Jan 25, 2024
1 parent c915a7a commit ab548fe
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion core/port/fingerprint/httpInfo.go
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@ func ProbeHttpInfo(ip net.IP, _port uint16, dialTimeout time.Duration) (httpInfo
resp := resps[len(resps)-1]
b.Reset()
resp.Write(&b)
b.Write(body)
banner = b.Bytes()
//
httpInfo = new(port.HttpInfo)
Expand Down

0 comments on commit ab548fe

Please sign in to comment.