Securepoint UTM Admin Panel - Detect
ID: securepoint-utm
Severity: info
Author: pussycat0x
Tags: securepoint,panel
Description
Section titled “Description”Securepoint UTM admin panel was detected.
YAML Source
Section titled “YAML Source”id: securepoint-utm
info: name: Securepoint UTM Admin Panel - Detect author: pussycat0x severity: info description: Securepoint UTM admin 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:o:securepoint:unified_threat_management:*:*:*:*:*:*:*:* metadata: max-request: 1 fofa-query: app="Securepoint-UTM-v11-Admin-Interface-11.8.8.8" product: unified_threat_management vendor: securepoint tags: securepoint,panel
http: - method: GET path: - "{{BaseURL}}"
matchers-condition: and matchers: - type: status status: - 200
- type: regex part: body regex: - '<title>Securepoint UTM v11 - (.*)</title>'
extractors: - type: regex part: body group: 1 regex: - '\- Admin Interface \- ([0-9. (a-z)]+)<\/title>'# digest: 490a0046304402200b6eba83d6745baa58471deccfa7c68e03983650d8e5511e07be5b9f30af4e000220150383a8ea610ae0edb611c42759d006167607ce9c6a3244c59eadaec02b9753: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/securepoint-utm.yaml"