Create bonita-portal-panel.yaml
parent
d6cc030922
commit
2427e33d6a
|
@ -0,0 +1,29 @@
|
||||||
|
id: bonita-portal-panel
|
||||||
|
|
||||||
|
info:
|
||||||
|
name: Bonita Portal Login - Panel
|
||||||
|
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:
|
||||||
|
- raw:
|
||||||
|
- |
|
||||||
|
GET /bonita/login.jsp HTTP/1.1
|
||||||
|
Host: {{Hostname}}
|
||||||
|
|
||||||
|
matchers-condition: and
|
||||||
|
matchers:
|
||||||
|
- type: word
|
||||||
|
words:
|
||||||
|
- "Bonita Portal"
|
||||||
|
|
||||||
|
- type: status
|
||||||
|
status:
|
||||||
|
- 200
|
Loading…
Reference in New Issue