diff --git a/core/port/fingerprint/httpInfo.go b/core/port/fingerprint/httpInfo.go index a757f26..e0ac552 100644 --- a/core/port/fingerprint/httpInfo.go +++ b/core/port/fingerprint/httpInfo.go @@ -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)