From 614d9b3d3a5d0cbada1aed0b1e7ae0728088258e Mon Sep 17 00:00:00 2001 From: Prince Chaddha Date: Mon, 17 Oct 2022 20:18:00 +0530 Subject: [PATCH] Create processwire-login.yaml --- default-logins/processwire-login.yaml | 30 +++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 default-logins/processwire-login.yaml diff --git a/default-logins/processwire-login.yaml b/default-logins/processwire-login.yaml new file mode 100644 index 0000000000..3b038c6986 --- /dev/null +++ b/default-logins/processwire-login.yaml @@ -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