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

26 lines
440 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
reference:
- https://www.shodan.io/search?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