44 lines
1.1 KiB
YAML
44 lines
1.1 KiB
YAML
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
|
|
cvss-score: 0
|
|
cwe-id: CWE-200
|
|
metadata:
|
|
vendor: intelliantech
|
|
product: aptus_web
|
|
max-request: 1
|
|
shodan-query: http.title:"Intellian Aptus Web"
|
|
tags: panel,intellian,aptus
|
|
|
|
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: 490a00463044022041af0447af5831e20f539a6a80bb2dbc05524ddff6a2f061466f04e44af5df300220025fe20e8829f6e59406850a5989e004d4e79b160e323dd369ebaf32f3fc8865:922c64590222798bb761d5b6d8e72950
|