nuclei-templates/exposed-panels/nginx-admin-panel.yaml

31 lines
575 B
YAML

id: nginx-admin-panel
info:
name: Nginx Admin Manager Login Panel
author: ritikchaddha
severity: info
reference:
- https://ng-admin.jslsolucoes.com/
metadata:
verified: true
shodan-query: http.title:"nginx admin manager"
tags: panel,nginx,admin
requests:
- method: GET
path:
- "{{BaseURL}}"
matchers-condition: and
matchers:
- type: regex
part: body
regex:
- "<title>(.*)Nginx Admin Manager(.*)</title>"
- type: status
status:
- 401
- 200
condition: or