nuclei-templates/http/technologies/airtame-device-detect.yaml

28 lines
484 B
YAML

id: airtame-device-detect
info:
name: Airtame Device Detect
author: princechaddha
severity: info
metadata:
max-request: 1
tags: tech,airtame,iot
http:
- method: GET
path:
- "{{BaseURL}}"
matchers-condition: and
matchers:
- type: word
part: body
words:
- "To access the settings of your Airtame"
- "https://airtame.com/download"
condition: and
- type: status
status:
- 200