Merge pull request #10767 from projectdiscovery/open-web-analytics-panel

Create open-web-analytics-panel.yaml
patch-11
Ritik Chaddha 2024-09-19 07:31:01 +04:00 committed by GitHub
commit 1e52a1f75a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 31 additions and 0 deletions

View File

@ -0,0 +1,31 @@
id: open-web-analytics-panel
info:
name: Open Web Analytics Login - Detect
author: DhiyaneshDK
severity: info
description: |
Detects the presence of Open Web Analytics login page.
metadata:
verified: true
max-request: 1
shodan-query: html:"OWA CONFIG SETTINGS"
tags: open-web-analytics,login,panel
http:
- method: GET
path:
- "{{BaseURL}}/index.php?owa_do=base.loginForm"
host-redirects: true
max-redirects: 2
matchers-condition: and
matchers:
- type: word
words:
- "OWA.config.main_url"
- type: status
status:
- 200