Skip to content

ProcessWire Login - Panel Detect

ID: processwire-login

Severity: info

Author: Ramkrishna Sawant

Tags: panel,processwire

ProcessWire login panel was detected.

id: processwire-login
info:
name: ProcessWire Login - Panel Detect
author: Ramkrishna Sawant
severity: info
description: ProcessWire login panel was detected.
reference: https://processwire.com/docs/security/admin/
classification:
cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N
cwe-id: CWE-200
cpe: cpe:2.3:a:processwire:processwire:*:*:*:*:*:*:*:*
metadata:
verified: true
max-request: 1
vendor: processwire
product: processwire
shodan-query: http.html:"processwire"
fofa-query: body="processwire"
tags: panel,processwire
http:
- method: GET
path:
- "{{BaseURL}}/processwire/"
matchers-condition: and
matchers:
- type: word
part: body
words:
- "ProcessWireAdminTheme.init();"
- type: status
status:
- 200
# digest: 4a0a00473045022100ebcdbe4e8739fc35b962efa51c3aceef74f065c418b67bc331ae0cceca7f0dc002200a1d5103d5497df2ab853f88372047ccfa6f2165fe151ced1a73603409b85c63:922c64590222798bb761d5b6d8e72950

This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.

Terminal window
$ nuclei -u "URL" -t "http/exposed-panels/processwire-login.yaml"

View on Github