Created
March 23, 2023 21:33
-
-
Save marcinantkiewicz/fa586c49d61e97106fee7e9babba01e1 to your computer and use it in GitHub Desktop.
nuclei template - newline in search params
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
id: newline_search_params | |
info: | |
name: newline_search_params | |
author: f | |
severity: low | |
description: search param set to newline results in empty response | |
tags: inputvalidation | |
requests: | |
- method: GET | |
path: | |
- '{{BaseURL}}/s=%0D/%3C' | |
matchers-condition: and | |
matchers: | |
- type: status | |
status: | |
- 200 | |
- type: dsl | |
dsl: | |
- "len(body)==0" | |
extractors: | |
- type: dsl | |
dsl: | |
- len(body) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment