Skip to content

SolarWinds Serv-U File Server Panel - Detect

ID: solarwinds-servuftp-detect

Severity: info

Author: johnk3r

Tags: solarwinds,panel

SolarWinds Serv-U File Server panel was detected.

id: solarwinds-servuftp-detect
info:
name: SolarWinds Serv-U File Server Panel - Detect
author: johnk3r
severity: info
description: SolarWinds Serv-U File Server 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:solarwinds:serv-u:*:*:*:*:*:*:*:*
metadata:
max-request: 1
vendor: solarwinds
product: serv-u
shodan-query: product:"rhinosoft serv-u httpd"
tags: solarwinds,panel
http:
- method: GET
path:
- "{{BaseURL}}"
matchers-condition: and
matchers:
- type: regex
part: header
regex:
- "Serv-U"
- type: status
status:
- 200
extractors:
- type: kval
part: header
kval:
- Server
# digest: 4a0a004730450221009dc0814c73020e2dc318473aea0ec5b8dce8ff7a12df6fb00beba28c1dfdfa6002204fe28201868b8bd86dbc540a1183bf7eacaf868303f4050ba528fa5fdda27a44:922c64590222798bb761d5b6d8e72950

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.

Terminal window
$ nuclei -u "URL" -t "http/exposed-panels/solarwinds-servuftp-detect.yaml"

View on Github