Merge branch 'projectdiscovery:master' into dashboard

patch-1
MostInterestingBotInTheWorld 2022-05-03 09:44:48 -04:00 committed by GitHub
commit 4938dd20ad
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 26 additions and 0 deletions

View File

@ -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

View File

@ -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