You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I try to use Generator with some headers, the payload don't work. For example:
# info to search robots.txtid: testtype: fuzzinfo:
name: Robotsrisk: Lowpayloads:
- 'robots.txt'
- 'teste'requests:
- generators:
- Header("{{.payload}}", "Arbitraty")
When I use this template, the jaeles will send 2 requests using the header "Arbitraty" but with the same payload, which is the last payload that I set (in this case: teste)
However, if I change the Arbitraty word for Referer, it will work normally. This problem doesn't occurs only with some headers.
The text was updated successfully, but these errors were encountered:
When I try to use Generator with some headers, the payload don't work. For example:
When I use this template, the jaeles will send 2 requests using the header "Arbitraty" but with the same payload, which is the last payload that I set (in this case: teste)
However, if I change the Arbitraty word for Referer, it will work normally. This problem doesn't occurs only with some headers.
The text was updated successfully, but these errors were encountered: