RSA Self-Service Login Panel - Detect
ID: rsa-self-service
Severity: info
Author: PR3R00T
Tags: panel,rsa
Description
Section titled “Description”RSA Self-Service login panel was detected.
YAML Source
Section titled “YAML Source”id: rsa-self-service
info: name: RSA Self-Service Login Panel - Detect 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 cwe-id: CWE-200 metadata: max-request: 1 tags: panel,rsa
http: - 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# digest: 4b0a00483046022100871d38c511e5dd4bafdb7ae269e4de02871c66e5de98c9b7badc4b9cd51a4588022100a1a01ca75d49aca20adcebace21132c9ceb8b3d0efe157fcff066a806cd1bb43:922c64590222798bb761d5b6d8e72950Guide to check the vulnerabilities
Section titled “Guide to check the vulnerabilities”This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.
$ nuclei -u "URL" -t "http/exposed-panels/rsa-self-service.yaml"