Merge branch 'projectdiscovery:master' into dashboard
commit
4938dd20ad
|
@ -7,6 +7,7 @@ cves/2022/CVE-2022-0543.yaml
|
||||||
cves/2022/CVE-2022-0591.yaml
|
cves/2022/CVE-2022-0591.yaml
|
||||||
exposed-panels/supermicro-bmc-panel.yaml
|
exposed-panels/supermicro-bmc-panel.yaml
|
||||||
exposed-panels/xoops/xoops-installation-wizard.yaml
|
exposed-panels/xoops/xoops-installation-wizard.yaml
|
||||||
|
exposed-panels/zoneminder-login.yaml
|
||||||
exposures/files/desktop-ini-exposure.yaml
|
exposures/files/desktop-ini-exposure.yaml
|
||||||
technologies/sucuri-firewall.yaml
|
technologies/sucuri-firewall.yaml
|
||||||
vulnerabilities/wordpress/health-check-lfi.yaml
|
vulnerabilities/wordpress/health-check-lfi.yaml
|
||||||
|
|
|
@ -0,0 +1,25 @@
|
||||||
|
id: zoneminder-login
|
||||||
|
|
||||||
|
info:
|
||||||
|
name: ZoneMinder Login Detect
|
||||||
|
author: princechaddha
|
||||||
|
severity: info
|
||||||
|
tags: panel,zoneminder
|
||||||
|
|
||||||
|
requests:
|
||||||
|
- method: GET
|
||||||
|
path:
|
||||||
|
- "{{BaseURL}}"
|
||||||
|
|
||||||
|
redirects: true
|
||||||
|
max-redirects: 2
|
||||||
|
matchers-condition: and
|
||||||
|
matchers:
|
||||||
|
- type: word
|
||||||
|
part: body
|
||||||
|
words:
|
||||||
|
- "<title>ZM - Login</title>"
|
||||||
|
|
||||||
|
- type: status
|
||||||
|
status:
|
||||||
|
- 200
|
Loading…
Reference in New Issue