Skip to content

Issabel Login Panel - Detect

ID: issabel-login

Severity: info

Author: pikpikcu

Tags: issabel,panel

Issabel login panel was detected.

id: issabel-login
info:
name: Issabel Login Panel - Detect
author: pikpikcu
severity: info
description: Issabel 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:issabel:pbx:*:*:*:*:*:*:*:*
metadata:
max-request: 1
fofa-query: title="Issabel"
product: pbx
vendor: issabel
tags: issabel,panel
http:
- method: GET
path:
- "{{BaseURL}}"
matchers-condition: and
matchers:
- type: word
part: body
words:
- '<a href="http://www.issabel.org"'
- '<title>Issabel - Login page</title>'
condition: or
- type: status
status:
- 200
# digest: 490a00463044022028e009110f1977fde73ba5a178f51caee069b77531a29dae7341f958a1c5650a02200b3435ecbee8a9eb6df19a375c79fd99ee54e9e3a10107218a2e2e20d9cbef60: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/issabel-login.yaml"

View on Github