nuclei-templates/http/exposed-panels/sqwebmail-login-panel.yaml

35 lines
735 B
YAML
Raw Normal View History

2022-07-01 05:59:54 +00:00
id: sqwebmail-login-panel
info:
name: SqWebMail Login Panel - Detect
2022-07-01 05:59:54 +00:00
author: ritikchaddha
severity: info
description: SqWebMail 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-01 05:59:54 +00:00
metadata:
max-request: 2
2022-07-01 05:59:54 +00:00
verified: true
shodan-query: title:"SqWebMail"
2022-07-02 03:39:26 +00:00
tags: webmail,sqwebmail,panel
2022-07-01 05:59:54 +00:00
http:
2022-07-01 05:59:54 +00:00
- method: GET
path:
- "{{BaseURL}}/cgi-bin/sqwebmail"
- "{{BaseURL}}/cgi-bin/webmail"
host-redirects: true
2022-07-01 05:59:54 +00:00
max-redirects: 2
2022-07-02 03:39:26 +00:00
stop-at-first-match: true
2022-07-01 05:59:54 +00:00
matchers-condition: and
matchers:
- type: word
words:
2022-07-02 03:39:26 +00:00
- "SqWebMail - Copyright"
# Enhanced by md on 2023/01/14