Skip to content

Bonita Portal Login - Detect

ID: bonita-portal-panel

Severity: info

Author: DhiyaneshDK

Tags: bonita,login,panel

Detects the presence of Bonita Portal login page.

id: bonita-portal-panel
info:
name: Bonita Portal Login - Detect
author: DhiyaneshDK
severity: info
description: |
Detects the presence of Bonita Portal login page.
metadata:
verified: true
max-request: 1
shodan-query: http.favicon.hash:-1197926023
tags: bonita,login,panel
http:
- method: GET
path:
- "{{BaseURL}}/bonita/login.jsp"
matchers-condition: and
matchers:
- type: word
words:
- "Bonita Portal"
- type: status
status:
- 200
# digest: 4b0a00483046022100ea737feddc39408fb1ec3979ea84b4eef6a1a7df8d816722eafd201fa11a5041022100d1bce9dd6c08fa05892e74465a1686a7d9a29591ae6f5f22fc7d77853745b886: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/bonita-portal-panel.yaml"

View on Github