Add Kibana Service Technology
parent
449786eb6b
commit
9893610bb1
|
@ -0,0 +1,38 @@
|
|||
id: kibana-detect
|
||||
|
||||
info:
|
||||
name: Kibana Service Detection
|
||||
author: petruknisme
|
||||
severity: info
|
||||
|
||||
requests:
|
||||
- method: GET
|
||||
path:
|
||||
- "{{BaseURL}}/login?next=%2F"
|
||||
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"
|
||||
- "/kibana"
|
||||
condition: or
|
||||
part: body
|
||||
- method: GET
|
||||
path:
|
||||
- "{{BaseURL}}/bundles/login.bundle.js"
|
||||
matchers:
|
||||
- type: word
|
||||
words:
|
||||
- "xpack"
|
||||
condition: and
|
||||
part: body
|
||||
- method: GET
|
||||
path:
|
||||
- "{{BaseURL}}/bundles/kibana.style.css"
|
||||
matchers:
|
||||
- type: status
|
||||
status:
|
||||
- 200
|
Loading…
Reference in New Issue