nuclei-templates/technologies/aviatrix-detect.yaml

32 lines
759 B
YAML
Raw Normal View History

2021-09-30 07:01:28 +00:00
id: aviatrix-detect
info:
name: Aviatrix Detect
2021-10-14 19:25:50 +00:00
author: pikpikcu,philippedelteil
2021-09-30 07:01:28 +00:00
severity: info
tags: tech,aviatrix
2021-10-19 19:40:43 +00:00
metadata:
shodan-query: http.title:"AviatrixController", http.title:"Aviatrix Cloud Controller"
2021-09-30 07:01:28 +00:00
requests:
- method: GET
path:
- "{{BaseURL}}"
- "{{BaseURL}}/assets/img/favicon-32x32.png"
2021-09-30 07:01:28 +00:00
stop-at-first-match: true
matchers-condition: or
2021-09-30 07:01:28 +00:00
matchers:
- type: dsl
name: "title"
2021-10-14 19:25:50 +00:00
condition: and
dsl:
- 'contains(body, "<title>Aviatrix")'
- 'contains(body, "Controller</title>")'
- 'status_code == 200'
2021-09-30 07:01:28 +00:00
- type: dsl
name: "favicon"
dsl:
- "status_code==200 && (\"7c1c26856345cd7edbf250ead0dc9332\" == md5(body))"