Skip to content

Aethra Telecommunications Login - Panel

ID: aethra-panel

Severity: info

Author: Splint3r7

Tags: panel,aethra,login,detect

Aethra Telecommunication login Panel was detected.

id: aethra-panel
info:
name: Aethra Telecommunications Login - Panel
author: Splint3r7
severity: info
description: |
Aethra Telecommunication login Panel was detected.
classification:
cwe-id: CWE-200
metadata:
max-request: 1
shodan-query: http.title:"Aethra Telecommunications Operating System"
verified: true
tags: panel,aethra,login,detect
http:
- method: GET
path:
- "{{BaseURL}}"
host-redirects: true
max-redirects: 2
matchers:
- type: dsl
dsl:
- 'contains(body, "<title>Aethra Telecommunications Operating System")'
- 'status_code == 200'
condition: and
# digest: 4a0a00473045022075729359404957982d6b37ef411810ecd65bab4b06f2c0681c307e1a7e4713ec0221009fb7486f29f6fe7981d1cce8078e36b1526fde44c4588ebedfac7e70153568bc: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/exposed-panels/aethra-panel.yaml"

View on Github