nuclei-templates/exposed-panels/rsa-self-service.yaml

26 lines
505 B
YAML
Raw Normal View History

2020-12-18 14:23:54 +00:00
id: rsa-self-service
info:
name: Detect RSA Self-Service Panel
author: PR3R00T
severity: info
2021-04-06 07:25:57 +00:00
tags: panel
2020-12-18 14:23:54 +00:00
requests:
- method: GET
path:
- "{{BaseURL}}/console-selfservice/SelfService.do"
matchers-condition: and
matchers:
- type: word
part: body
words:
- "Self-Service Console"
- "RSA"
- "AM_Self_Service_Console"
- "console-selfservice"
condition: and
- type: status
status:
- 200