Skip to content

nPerf Server - Detect

ID: nperf-server-detect

Severity: info

Author: rxerium

Tags: tech,nperf,detect

A nperf panel was detected.

id: nperf-server-detect
info:
name: nPerf Server - Detect
author: rxerium
severity: info
description: |
A nperf panel was detected.
reference:
- https://www.nperf.com
metadata:
verified: true
max-request: 1
shodan-query: product:"nPerf"
tags: tech,nperf,detect
http:
- method: GET
path:
- "{{BaseURL}}"
matchers-condition: or
matchers:
- type: word
part: body
words:
- "<title>nPerfServer</title>"
- type: word
part: header
words:
- "Nperfserver-Remote-Endpoint"
- "nPerf/"
condition: or
extractors:
- type: kval
part: header
kval:
- Server
# digest: 4a0a00473045022100a6a740ca8e525b618baf6422af6a9535545c0e445758377fb0974a7aa364ec4a0220572291cd5bb31514c60bdcdc486644db1dd546332f024430ce56990b847b0ff4: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/technologies/nperf-server-detect.yaml"

View on Github