nuclei-templates/http/exposed-panels/misp-panel.yaml

28 lines
496 B
YAML
Raw Normal View History

2023-05-31 23:22:27 +00:00
id: misp-panel
info:
2023-06-01 08:54:23 +00:00
name: MISP Threat Intelligence Sharing Platform Panel - Detect
2023-05-31 23:22:27 +00:00
author: johnk3r
severity: info
metadata:
2023-06-01 08:54:23 +00:00
verified: "true"
2023-05-31 23:22:27 +00:00
shodan-query: http.title:"Users - MISP"
2023-06-05 10:09:27 +00:00
max-request: 1
2023-05-31 23:22:27 +00:00
tags: panel,misp
2023-06-01 09:52:38 +00:00
http:
2023-05-31 23:22:27 +00:00
- method: GET
path:
- "{{BaseURL}}/users/login"
matchers-condition: and
matchers:
- type: word
part: body
words:
- "<title>Users - MISP</title>"
- type: status
status:
- 200