OurMGMT3 Admin Login Panel - Detect
ID: ourmgmt3-panel
Severity: info
Author: ritikchaddha
Tags: panel,ourmgmt3
Description
Section titled “Description”OurMGMT3 admin login panel was detected.
YAML Source
Section titled “YAML Source”id: ourmgmt3-panel
info: name: OurMGMT3 Admin Login Panel - Detect author: ritikchaddha severity: info description: OurMGMT3 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 metadata: verified: true max-request: 2 shodan-query: http.title:"OurMGMT3" tags: panel,ourmgmt3
http: - method: GET path: - '{{BaseURL}}' - '{{BaseURL}}/admin/login'
stop-at-first-match: true
matchers-condition: and matchers: - type: word part: body words: - 'OurMGMT3 Debug client'
- type: status status: - 200# digest: 490a00463044022030a1607cf65a5bbb0c42898d0edc8574b46430b971f2715e35d2e7e4e001f91c02202d42f69a8e3e358aca8a49f3b2472d8b967ef26d4ebaee39127b52102232477a: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/ourmgmt3-panel.yaml"