Skip to content

Commit

Permalink
Fix query parameter name
Browse files Browse the repository at this point in the history
  • Loading branch information
svkirillov committed Jul 28, 2022
1 parent b17276d commit 62a0a42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/scanner/detector.go
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ func (w *WAFDetector) doRequest(ctx context.Context) (*http.Response, error) {
queryParams.Add("b", sqliPayload)
queryParams.Add("c", lfiPayload)
queryParams.Add("d", rcePayload)
queryParams.Add("d", xxePayload)
queryParams.Add("e", xxePayload)

req.URL.RawQuery = queryParams.Encode()

Expand Down

0 comments on commit 62a0a42

Please sign in to comment.