Skip to content

Aptus Login - Panel Detect

ID: aptus-panel

Severity: info

Author: princechaddha

Tags: panel,aptus

Aptus login panel was detected.

id: aptus-panel
info:
name: Aptus Login - Panel Detect
author: princechaddha
severity: info
description: Aptus 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:*:*:*:*:android:*:*:*
metadata:
max-request: 1
shodan-query: http.title:"Aptus Login"
product: aptus
vendor: intelliantech
tags: panel,aptus
http:
- method: GET
path:
- "{{BaseURL}}"
matchers-condition: and
matchers:
- type: word
part: body
words:
- "<title>Aptus Login</title>"
- type: status
status:
- 200
# digest: 4a0a00473045022100faf87d7694149adf676bb666daf624db6c4310807a3c8e9c6525a32943273ecd0220410312a819b845e2ffc9ab201837be4872c7e976bdf27927ee91a863f66f52cd: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/aptus-panel.yaml"

View on Github