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

27 lines
470 B
YAML
Raw Normal View History

2022-10-27 06:29:48 +00:00
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:
2022-10-28 12:34:31 +00:00
- '{{BaseURL}}'
2022-10-27 06:29:48 +00:00
matchers-condition: and
matchers:
- type: word
part: body
words:
- 'NginX Auto Installer'
2022-10-27 06:29:48 +00:00
- type: status
status:
- 200