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
Follow up for #4925
variables: first: "cookie_injection" http: - filters: - type: dsl dsl: - 'method == "GET"' condition: and payloads: reflection: - "{{first}}" fuzzing: - part: query type: postfix fuzz: - "{{reflection}}" matchers: - type: regex part: header regex: - '(?m)(?i)(^set-cookie.*cookie_injection.*)'
-dast
The text was updated successfully, but these errors were encountered:
what is the purpose of using -dast flag
Sorry, something went wrong.
tarunKoyalwar
Successfully merging a pull request may close this issue.
Follow up for #4925
-dast
(fuzz) option to load only dast based templatesThe text was updated successfully, but these errors were encountered: