nuclei-templates/exposed-panels/secmail-detect.yaml

33 lines
617 B
YAML
Raw Normal View History

2021-10-02 18:05:20 +00:00
id: secmail-detect
info:
name: SecMail Login Panel - Detect
2021-10-02 18:05:20 +00:00
author: johnk3r
severity: info
description: SecMail 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
cvss-score: 0.0
cwe-id: CWE-200
2022-07-04 08:46:15 +00:00
metadata:
shodan-query: secmail
2021-10-02 18:05:20 +00:00
tags: secmail,panel
requests:
- method: GET
path:
- "{{BaseURL}}/SecMail/login.jsp"
matchers-condition: and
matchers:
- type: word
words:
- "Path=/SecMail"
part: header
2021-10-02 18:05:20 +00:00
- type: status
status:
- 200
# Enhanced by md on 2023/01/09