27 lines
470 B
YAML
27 lines
470 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:
|
||
|
- 'NginX Auto Installer'
|
||
|
|
||
|
- type: status
|
||
|
status:
|
||
|
- 200
|