Skip to content

Instantly share code, notes, and snippets.

@0x240x23elu
Created August 31, 2020 06:11
Show Gist options
  • Save 0x240x23elu/f2ba830d269ee41185f43341318a1ed5 to your computer and use it in GitHub Desktop.
Save 0x240x23elu/f2ba830d269ee41185f43341318a1ed5 to your computer and use it in GitHub Desktop.
Basic nginx Detection nuclei template
id: nginx-Detect
info:
name: Detect nginx
author: 0x240x23elu
severity: info
requests:
- method: GET
path:
- "{{BaseURL}}"
matchers:
- type: word
words:
- "nginx"
condition: and
part: header
- type: word
words:
- "nginx"
part: body
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment