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

26 lines
416 B
YAML
Raw Normal View History

2021-10-02 18:05:20 +00:00
id: secmail-detect
info:
name: SecMail - secure email Detect
2021-10-02 18:05:20 +00:00
author: johnk3r
severity: info
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