nuclei-templates/exposed-panels/highmail-admin-panel.yaml

32 lines
536 B
YAML
Raw Normal View History

2022-07-02 19:23:17 +00:00
id: highmail-admin-panel
info:
name: HighMail Admin Panel
author: ritikchaddha
severity: info
metadata:
verified: true
shodan-query: title:"HighMail"
fofa-query: title="HighMail"
tags: highmail,panel
requests:
- method: GET
path:
- "{{BaseURL}}"
- "{{BaseURL}}/login"
redirects: true
max-redirects: 2
stop-at-first-match: true
matchers-condition: and
matchers:
- type: word
words:
2022-07-03 16:44:43 +00:00
- "HighMail"
2022-07-02 19:23:17 +00:00
- type: status
status:
- 200