Update and rename airos-detect.yaml to airos-panel.yaml
parent
673739145d
commit
6fb26f5c14
|
@ -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
|
|
@ -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
|
Loading…
Reference in New Issue