Merge pull request #5705 from projectdiscovery/processwire-login

Create processwire-login.yaml
patch-1
Prince Chaddha 2022-10-17 20:22:51 +05:30 committed by GitHub
commit 453db11bd4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 30 additions and 0 deletions

View File

@ -0,0 +1,30 @@
id: processwire-login
info:
name: ProcessWire login
author: Ramkrishna Sawant
severity: info
reference: https://processwire.com/docs/security/admin/
metadata:
verified: true
shodan-query: http.html:"processwire"
tags: panel,ProcessWire
requests:
- method: GET
path:
- "{{BaseURL}}/processwire/"
stop-at-first-match: true
matchers-condition: and
matchers:
- type: word
part: body
words:
- "processwire"
- "password"
condition: and
- type: status
status:
- 200