Skip to content

WebShell4 Login Panel - Detect

ID: webshell4-login-panel

Severity: info

Author: ritikchaddha

Tags: webshell4,panel

WebShell4 login panel was detected.

id: webshell4-login-panel
info:
name: WebShell4 Login Panel - Detect
author: ritikchaddha
severity: info
description: WebShell4 login panel was detected.
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
metadata:
verified: true
max-request: 1
shodan-query: http.html:"webshell4"
tags: webshell4,panel
http:
- 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
# digest: 4a0a004730450220476d87d0089d0755e5b82cc4db4472265c5e9508623f11c9f6b989b4397a9cca022100ca37b1df99298b157f4ca1231c236abef386e762d1c7031dd3a1c63449d9bc60: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/webshell4-login-panel.yaml"

View on Github