nuclei-templates/misconfiguration/nginx/nginx-auto-installer.yaml

27 lines
477 B
YAML

id: nginx-auto-installer
info:
name: NginX Auto Installer Exposure
author: pussycat0x
severity: low
metadata:
verified: true
shodan-query: title:"NginX Auto Installer"
tags: misconfig,nginx,install,exposure
requests:
- method: GET
path:
- '{{BaseURL}}'
matchers-condition: and
matchers:
- type: word
part: body
words:
- '<title>NginX Auto Installer'
- type: status
status:
- 200