airos detect

patch-7
Rishi 2024-08-10 11:17:03 +01:00 committed by GitHub
parent bcedf66ca1
commit ba8c87d0eb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 18 additions and 0 deletions

View File

@ -0,0 +1,18 @@
id: airos-detect
info:
name: AIROS software detection
author: rxerium
severity: info
description: |
This template checks if the AIROS logo image is exposed at `/images/airos_logo.png` endpoint. If it returns a status code 200, it might indicate exposure of sensitive resources.
requests:
- method: GET
path:
- "{{BaseURL}}/images/airos_logo.png"
matchers:
- type: status
status:
- 200