Merge pull request #10764 from projectdiscovery/bonita-portal-panel
Create bonita-portal-panel.yamlpatch-11
commit
15d0f9caff
|
@ -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
|
Loading…
Reference in New Issue