diff --git a/runner/types.go b/runner/types.go index 9acd0e7..1eaa360 100644 --- a/runner/types.go +++ b/runner/types.go @@ -102,6 +102,9 @@ type Result struct { Response *httpx.Response `json:"-" csv:"-" md:"-" mapstructure:"-"` FaviconData []byte `json:"-" csv:"-" md:"-" mapstructure:"-"` Trace *retryablehttp.TraceInfo `json:"trace,omitempty" csv:"-" md:"-" mapstructure:"trace"` + FileNameHash string `json:"-" csv:"-" md:"-" mapstructure:"-"` + CPE []CPEInfo `json:"cpe,omitempty" csv:"cpe" md:"cpe" mapstructure:"cpe"` + WordPress *WordPressInfo `json:"wordpress,omitempty" csv:"wordpress" md:"wordpress" mapstructure:"wordpress"` } type Trace struct {