Skip to content

SAS Login Panel - Detect

ID: sas-login-panel

Severity: info

Author: ritikchaddha

Tags: sas,panel

SAS login panel has been detected.

id: sas-login-panel
info:
name: SAS Login Panel - Detect
author: ritikchaddha
severity: info
description: SAS login panel has been 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
cpe: cpe:2.3:a:sas:base_sas:*:*:*:*:*:*:*:*
metadata:
verified: true
max-request: 1
vendor: sas
product: base_sas
shodan-query: http.favicon.hash:957255151
fofa-query: icon_hash=957255151
tags: sas,panel
http:
- method: GET
path:
- "{{BaseURL}}/SASLogon/login"
matchers-condition: and
matchers:
- type: word
words:
- "SAS® Logon Manager"
- type: status
status:
- 200
# digest: 490a004630440220606f1aa9df1b047d890d03d754b0ec0b605bc17bb012f3b86ce463cce3e6a7420220388e6794e1e1f765c940b1e8dad41a5badba301713bf1ccfa9c963dfb76e3b5f:922c64590222798bb761d5b6d8e72950

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.

Terminal window
$ nuclei -u "URL" -t "http/exposed-panels/sas-login-panel.yaml"

View on Github