Webuzo Admin Login Panel - Detect
ID: webuzo-admin-panel
Severity: info
Author: theamanrawat
Tags: panel,webuzo,admin,softaculous
Description
Section titled “Description”Webuzo admin login panel was detected.
YAML Source
Section titled “YAML Source”id: webuzo-admin-panel
info: name: Webuzo Admin Login Panel - Detect author: theamanrawat severity: info description: Webuzo admin 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 cpe: cpe:2.3:a:softaculous:webuzo:*:*:*:*:*:*:*:* metadata: verified: true max-request: 1 vendor: softaculous product: webuzo shodan-query: - http.title:"Webuzo - Admin Panel" - http.title:"webuzo - admin panel" fofa-query: title="webuzo - admin panel" google-query: intitle:"webuzo - admin panel" tags: panel,webuzo,admin,softaculous
http: - method: GET path: - "{{BaseURL}}"
host-redirects: true max-redirects: 2
matchers-condition: and matchers: - type: word part: body words: - 'Webuzo - Admin Panel'
- type: status status: - 200# digest: 4a0a00473045022100dc71217ddfd721cb33fbd7c76cb9849b84efbf2acb7cde1adac89f21b25f4de102204dafd68e0584ab6fec6e11bf4d4f0b471d41c2f788194c11968f37dff770c2aa:922c64590222798bb761d5b6d8e72950Guide to check the vulnerabilities
Section titled “Guide to check the vulnerabilities”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.
$ nuclei -u "URL" -t "http/exposed-panels/webuzo-admin-panel.yaml"