Update and rename airos-detect.yaml to airos-panel.yaml

main
pussycat0x 2024-08-13 16:35:48 -07:00 committed by GitHub
parent 673739145d
commit 6fb26f5c14
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 27 additions and 22 deletions

View File

@ -1,22 +0,0 @@
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.
tags:
- airos,detection,exposed
metadata:
shodan_query: "http.favicon.hash:-697231354"
requests:
- method: GET
path:
- "{{BaseURL}}/images/airos_logo.png"
matchers:
- type: status
status:
- 200

View File

@ -0,0 +1,27 @@
id: airos-panel
info:
name: AirOS Panel - Detect
author: rxerium
severity: info
description: |
AirOS panel was detected.
metadata:
shodan_query: "http.favicon.hash:-697231354"
tags: airos,panel
http:
- method: GET
path:
- "{{BaseURL}}/login.cgi?uri=/"
matchers-condition: and
matchers:
- type: word
part: body
words:
- 'airos_logo.png'
- type: status
status:
- 200