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

35 lines
723 B
YAML
Raw Normal View History

2020-12-18 14:23:54 +00:00
id: rsa-self-service
info:
name: RSA Self-Service Login Panel - Detect
2020-12-18 14:23:54 +00:00
author: PR3R00T
severity: info
description: RSA Self-Service login panel was detected.
classification:
cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N
2023-10-14 11:27:55 +00:00
cvss-score: 0
cwe-id: CWE-200
metadata:
max-request: 1
2023-10-14 11:27:55 +00:00
tags: panel,rsa
2020-12-18 14:23:54 +00:00
http:
2020-12-18 14:23:54 +00:00
- method: GET
path:
- "{{BaseURL}}/console-selfservice/SelfService.do"
2023-10-14 11:27:55 +00:00
2020-12-18 14:23:54 +00:00
matchers-condition: and
matchers:
- type: word
part: body
words:
- "Self-Service Console"
- "RSA"
- "AM_Self_Service_Console"
- "console-selfservice"
condition: and
2023-10-14 11:27:55 +00:00
2020-12-18 14:23:54 +00:00
- type: status
status:
- 200