Skip to content

Commit

Permalink
added missing string
Browse files Browse the repository at this point in the history
  • Loading branch information
Maximilian Hildebrand committed Jan 10, 2022
1 parent f17e0f5 commit 9856114
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/techniques.go
Original file line number Diff line number Diff line change
Expand Up @@ -809,7 +809,7 @@ func DOS() reportResult {

// DOS via Max-Forwards (Webserver/Cache returns request)
values = []string{"0", "1", "2"}
headerDOSTemplate(&repResult, values, "Max-Forwards", "", true)
headerDOSTemplate(&repResult, values, "Max-Forwards", "max-forwards ", true)

// DOS via waf blocking because of a blacklist word
// TODO: change header to probably whitelisted header, More Blacklist words?
Expand Down

0 comments on commit 9856114

Please sign in to comment.