Merge pull request #4873 from oppsec/patch-15

new: template to detect MailWatch login pages
patch-1
Prince Chaddha 2022-07-24 21:23:52 +05:30 committed by GitHub
commit caaa4a5fc6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 28 additions and 0 deletions

View File

@ -0,0 +1,28 @@
id: mailwatch-login
info:
name: MailWatch Login Page
author: oppsec
severity: info
metadata:
verified: true
shodan-query: http.title:"MailWatch Login Page"
tags: panel,mailwatch
requests:
- method: GET
path:
- "{{BaseURL}}/mailscanner/login.php"
redirects: true
max-redirects: 2
matchers-condition: and
matchers:
- type: word
part: body
words:
- "MailWatch Login"
- type: status
status:
- 200