Skip to content

Commit

Permalink
only add server value
Browse files Browse the repository at this point in the history
  • Loading branch information
Xavi Mendez committed Oct 31, 2020
1 parent 3980861 commit 52b649e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/wfuzz/plugins/scripts/headers.py
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ def check_server_header(self, fuzzresult, header, value):
self.add_result(
"server",
"New server HTTP response header",
"{}: {}".format(header, value),
"{}".format(value),
)

self.kbase[KBASE_KEY].append(value.lower())
Expand Down

0 comments on commit 52b649e

Please sign in to comment.