mirror of https://github.com/daffainfo/nuclei.git
Update output_http.go
parent
9476b72b2e
commit
73068f5fb2
|
@ -20,6 +20,7 @@ func (e *HTTPExecutor) writeOutputHTTP(req *requests.CompiledHTTP, matcher *matc
|
||||||
Matched: URL,
|
Matched: URL,
|
||||||
Severity: e.template.Info.Severity,
|
Severity: e.template.Info.Severity,
|
||||||
Author: e.template.Info.Author,
|
Author: e.template.Info.Author,
|
||||||
|
Description: e.template.Info.Description,
|
||||||
}
|
}
|
||||||
if matcher != nil && len(matcher.Name) > 0 {
|
if matcher != nil && len(matcher.Name) > 0 {
|
||||||
output.MatcherName = matcher.Name
|
output.MatcherName = matcher.Name
|
||||||
|
|
Loading…
Reference in New Issue