Merge pull request #5705 from projectdiscovery/processwire-login
Create processwire-login.yamlpatch-1
commit
453db11bd4
|
@ -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
|
Loading…
Reference in New Issue