Merge pull request #10764 from projectdiscovery/bonita-portal-panel

Create bonita-portal-panel.yaml
patch-11
Ritik Chaddha 2024-09-17 06:59:22 +04:00 committed by GitHub
commit 15d0f9caff
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 28 additions and 0 deletions

View File

@ -0,0 +1,28 @@
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