nuclei-templates/technologies/kibana-detect.yaml

24 lines
587 B
YAML
Raw Normal View History

2020-11-04 08:49:18 +00:00
id: kibana-detect
info:
name: Kibana Service Detection
author: petruknisme
severity: info
requests:
- method: GET
path:
- "{{BaseURL}}/login?next=%2F"
2020-11-04 09:40:46 +00:00
- "{{BaseURL}}/bundles/login.bundle.js"
- "{{BaseURL}}/bundles/kibana.style.css"
2020-11-04 08:49:18 +00:00
headers:
User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:55.0) Gecko/20100101 Firefox/55
matchers:
- type: word
words:
- "<title>Kibana</title>"
- "kibanaLoaderWrap"
- "kibanaLoader"
- "xpack"
2020-11-04 09:40:46 +00:00
- "Elasticsearch B.V"
2020-11-06 10:54:02 +00:00
condition: or