Skip to content

Header Generator Error #44

Description

@cfsdes

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions