38 lines
994 B
YAML
38 lines
994 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
|
|
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>'
|
|
# digest: 490a00463044022063a7d7df3e5b889741fc737b6323a3318d9322824da2cc56ed01422c49ab453002200fe780aa8d57a18b7bfcedb2d29f389ebe159427a65be1b2d09f1c0aba523c9c:922c64590222798bb761d5b6d8e72950 |