Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Header Generator Error #44

Open
cfsdes opened this issue Oct 7, 2021 · 0 comments
Open

Header Generator Error #44

cfsdes opened this issue Oct 7, 2021 · 0 comments

Comments

@cfsdes
Copy link
Contributor

cfsdes commented Oct 7, 2021

When I try to use Generator with some headers, the payload don't work. For example:

# info to search robots.txt
id: test
type: fuzz
info:
  name: Robots
  risk: Low


payloads:
  - '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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant