Skip to content

Orbit Telephone System - Detect

ID: orbit-telephone-detect

Severity: info

Author: HeeresS

Tags: tech,detect

Orbit Telephone System was detected.

id: orbit-telephone-detect
info:
name: Orbit Telephone System - Detect
author: HeeresS
severity: info
description: |
Orbit Telephone System was detected.
reference:
- https://kb.orbitgt.com/214/technology/platforms/index
metadata:
verified: true
max-request: 1
shodan-query: html:"Orbit Telephone System"
fofa-query: body="Orbit Telephone System"
tags: tech,detect
http:
- method: GET
path:
- '{{BaseURL}}/index.html'
matchers-condition: and
matchers:
- type: word
part: body
words:
- '<title>Orbit Telephone System: Administration</title>'
- type: status
status:
- 200
# digest: 490a0046304402205679dc4db0cff8ee6444920add2253315546abed673f21f97b0483fc2544460b022008cec2a087b69d454a2c6f079ca3a5aa050002ac5fd434bd4a3590eed068263a: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/technologies/orbit-telephone-detect.yaml"

View on Github