nuclei-templates/exposed-panels/sage-panel.yaml

28 lines
502 B
YAML
Raw Normal View History

id: sage-panel
2021-07-27 03:47:02 +00:00
info:
name: Sage X3 Login Panel
author: pikpikcu,daffainfo
2021-07-27 03:47:02 +00:00
severity: info
metadata:
shodan-query: http.title:"Sage X3"
tags: panel,sage,login
2021-07-27 03:47:02 +00:00
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
2021-07-27 03:47:02 +00:00
- type: status
status:
- 200