my-nuclei-templates/sage-panel.yaml

28 lines
502 B
YAML
Raw Permalink Normal View History

2022-06-18 08:05:25 +00:00
id: sage-panel
info:
name: Sage X3 Login Panel
author: pikpikcu,daffainfo
severity: info
metadata:
shodan-query: http.title:"Sage X3"
tags: panel,sage,login
requests:
- method: GET
path:
- "{{BaseURL}}/auth/login/page"
matchers-condition: and
matchers:
- type: word
part: body
words:
- "<title>Sage X3</title>"
- "'/auth/sage-id/registerStart'"
condition: and
- type: status
status:
- 200