We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi, I want to set the header as dynamic parameter, how to write this template?
id: scan-header-cus info: name: detect custom header author: k3mlol severity: low description: detect custom header metadata: verified: true tags: headers flow: | http(1); for (let c_header of iterate(template["custom_headers"])) { set("c_header", c_header); http(2); } http: - method: OPTIONS path: - '{{BaseURL}}' headers: Origin: '{{BaseURL}}' extractors: - type: kval name: custom_headers kval: - allow_headers internal: true group: 1 - method: GET path: - "{{BaseURL}}" headers: {{c_header}}: ssss matchers-condition: and matchers: - type: status status: - 200
The text was updated successfully, but these errors were encountered:
ritikchaddha
No branches or pull requests
Hi, I want to set the header as dynamic parameter, how to write this template?
The text was updated successfully, but these errors were encountered: