Skip to content

Intellian Aptus Web Login Panel - Detect

ID: intellian-aptus-panel

Severity: info

Author: princechaddha

Tags: panel,intellian,aptus,intelliantech

Intelllian Aptus Web login panel was detected.

id: intellian-aptus-panel
info:
name: Intellian Aptus Web Login Panel - Detect
author: princechaddha
severity: info
description: Intelllian Aptus Web login panel was detected.
classification:
cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N
cwe-id: CWE-200
cpe: cpe:2.3:a:intelliantech:aptus_web:*:*:*:*:*:*:*:*
metadata:
max-request: 1
vendor: intelliantech
product: aptus_web
shodan-query:
- http.title:"Intellian Aptus Web"
- http.title:"intellian aptus web"
fofa-query: title="intellian aptus web"
google-query: intitle:"intellian aptus web"
tags: panel,intellian,aptus,intelliantech
http:
- method: GET
path:
- "{{BaseURL}}/cgi-bin/getagent.cgi?type=s&xxxx"
host-redirects: true
max-redirects: 2
matchers-condition: and
matchers:
- type: regex
regex:
- '<title>Intellian Aptus Web (.*)</title>'
- type: status
status:
- 200
extractors:
- type: regex
part: body
group: 1
regex:
- '<title>Intellian Aptus Web (.*)</title>'
# digest: 4a0a00473045022100e996cab51ca8965bb810bd8c91bded57e1bac9d77b4fc483bebeecb6f33d7b9a0220537fec16b865c06f81991392d3de73b86b7918994674938f172ab7fb88789835: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/intellian-aptus-panel.yaml"

View on Github