airos detect
parent
bcedf66ca1
commit
ba8c87d0eb
|
@ -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
|
Loading…
Reference in New Issue