41 lines
857 B
YAML
41 lines
857 B
YAML
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
|
|
cvss-score: 0.0
|
|
cwe-id: CWE-200
|
|
metadata:
|
|
max-request: 1
|
|
fofa-query: 'app="Securepoint-UTM-v11-Admin-Interface-11.8.8.8"'
|
|
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>'
|
|
|
|
# Enhanced by md on 2023/01/09
|