From 0e6832edc25556ca6d438b3eeebece0e4b3a7620 Mon Sep 17 00:00:00 2001 From: Ritik Chaddha <44563978+ritikchaddha@users.noreply.github.com> Date: Sun, 3 Jul 2022 15:17:34 +0530 Subject: [PATCH] Create webshell4-login-panel.yaml --- exposed-panels/webshell4-login-panel.yaml | 28 +++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 exposed-panels/webshell4-login-panel.yaml diff --git a/exposed-panels/webshell4-login-panel.yaml b/exposed-panels/webshell4-login-panel.yaml new file mode 100644 index 0000000000..1b6c633bff --- /dev/null +++ b/exposed-panels/webshell4-login-panel.yaml @@ -0,0 +1,28 @@ +id: webshell4-login-panel + +info: + name: WebShell4 Login + author: ritikchaddha + severity: info + metadata: + verified: true + shodan-query: http.html:"/webshell4" + tags: webshell4,webmail,panel + +requests: + - method: GET + path: + - "{{BaseURL}}/webshell4/login.php" + + matchers-condition: and + matchers: + + - type: word + words: + - "/webshell4/index2.php" + - "enter login name" + condition: and + + - type: status + status: + - 200