nuclei-templates/exposed-panels/nginx-proxy-manager.yaml

29 lines
582 B
YAML

id: nginx-proxy-manager
info:
name: Nginx Proxy Manager
author: dhiyaneshDK
severity: info
reference: https://www.shodan.io/search?query=http.title%3A%22Nginx+Proxy+Manager%22
tags: panel
requests:
- method: GET
path:
- '{{BaseURL}}/login'
matchers-condition: and
matchers:
- type: word
words:
- 'Nginx Proxy Manager</title>'
- type: status
status:
- 200
extractors:
- type: regex
part: body
group: 1
regex:
- '"page" id="login" data\-version="([0-9.]+)">'