Merge pull request #10767 from projectdiscovery/open-web-analytics-panel
Create open-web-analytics-panel.yamlpatch-11
commit
1e52a1f75a
|
@ -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
|
Loading…
Reference in New Issue