diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index c728da4..ca1fae6 100644 --- a/CONTRIBUTORS.md +++ b/CONTRIBUTORS.md @@ -19,6 +19,7 @@ * [eur0pa](https://github.com/eur0pa) * [fabiobauer](https://github.com/fabiobauer) * [fang0654](https://github.com/fang0654) +* [haseobang](https://github.com/haseobang) * [Hazegard](https://github.com/Hazegard) * [helpermika](https://github.com/helpermika) * [h1x](https://github.com/h1x-lnx) diff --git a/pkg/output/file_html.go b/pkg/output/file_html.go index 697e6ae..abc235a 100644 --- a/pkg/output/file_html.go +++ b/pkg/output/file_html.go @@ -108,7 +108,7 @@ const (
|result_raw|{{ $result.StatusCode }}{{ range $keyword, $value := $result.Input }}|{{ $value | printf "%s" }}{{ end }}|{{ $result.Url }}|{{ $result.RedirectLocation }}|{{ $result.Position }}|{{ $result.ContentLength }}|{{ $result.ContentWords }}|{{ $result.ContentLines }}|{{ $result.ContentType }}|{{ $result.Duration }}|{{ $result.ResultFile }}|{{ $result.ScraperData }}|{{ $result.FfufHash }}|
- + {{ $result.StatusCode }} {{ range $keyword, $value := $result.Input }} {{ $value | printf "%s" }}