Skip to content

Airtame Device Detect

ID: airtame-device-detect

Severity: info

Author: princechaddha

Tags: tech,airtame,iot

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
# digest: 490a0046304402202c92f8e3e9c6d1cb5821117e20efeab0be5171d3fc3417f99f3a72213a4a9326022015035e73118f50cf86b7f0c77ac5f54ba054482dafb096a427f929d63bb0411d:922c64590222798bb761d5b6d8e72950

This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.

Terminal window
$ nuclei -u "URL" -t "http/technologies/airtame-device-detect.yaml"

View on Github