nuclei-templates/exposed-panels/sas-login-panel.yaml

34 lines
638 B
YAML
Raw Normal View History

2022-07-01 03:44:40 +00:00
id: sas-login-panel
info:
name: SAS Login Panel - Detect
2022-07-01 03:44:40 +00:00
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
cvss-score: 0.0
cwe-id: CWE-200
2022-07-01 03:44:40 +00:00
metadata:
verified: true
shodan-query: http.favicon.hash:957255151
tags: sas,panel
requests:
- method: GET
path:
- "{{BaseURL}}/SASLogon/login"
matchers-condition: and
matchers:
- type: word
words:
2022-07-01 13:46:43 +00:00
- "SAS® Logon Manager"
2022-07-01 03:44:40 +00:00
- type: status
status:
- 200
# Enhanced by cs 2023/01/09