Skip to content

SAPRouter Detection

ID: sap-router

Severity: info

Author: randomstr1ng

Tags: network,sap,detect,saprouter,detection,tcp

SAProuter is a software application that provides a remote connection between our customer’s network and SAP.

id: sap-router
info:
name: SAPRouter Detection
author: randomstr1ng
severity: info
description: |
SAProuter is a software application that provides a remote connection between our customer's network and SAP.
metadata:
max-request: 1
tags: network,sap,detect,saprouter,detection,tcp
tcp:
- inputs:
- data: 57484f415245594f553f0a
type: hex
host:
- "{{Hostname}}"
port: 3299
read-size: 1024
matchers:
- type: word
words:
- "SAProuter"
# digest: 4a0a00473045022100bf5f79202bf205ec28118b6007b573b73b8a42208743610ccc9a359157ab678c0220263c683147a27f5a7bf6fe92c16c55f2ca02795fe6a851ee921b3c1a20945c47: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 "network/detection/sap-router.yaml"

View on Github