Skip to content

Instantly share code, notes, and snippets.

@marcinantkiewicz
Created March 23, 2023 21:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save marcinantkiewicz/fa586c49d61e97106fee7e9babba01e1 to your computer and use it in GitHub Desktop.
Save marcinantkiewicz/fa586c49d61e97106fee7e9babba01e1 to your computer and use it in GitHub Desktop.
nuclei template - newline in search params
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