Microsoft .NET Remoting httpd - Detect
ID: dotnet-remoting-service-detect
Severity: info
Author: pussycat0x
Tags: network,detect,microsoft,dotnet,detection,tcp
Description
Section titled “Description”Microsoft .NET Remoting httpd was detected.
YAML Source
Section titled “YAML Source”id: dotnet-remoting-service-detect
info: name: Microsoft .NET Remoting httpd - Detect author: pussycat0x severity: info description: | Microsoft .NET Remoting httpd was detected. classification: cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N cwe-id: CWE-200 metadata: verified: true max-request: 1 shodan-query: product:"MS .NET Remoting httpd" tags: network,detect,microsoft,dotnet,detection,tcptcp: - inputs: - data: "\n"
host: - "{{Hostname}}" port: 8080
matchers-condition: and matchers: - type: word words: - "Server: MS .NET Remoting"
extractors: - type: regex regex: - ".NET CLR ([0-9.]+)"# digest: 4a0a00473045022100e7794760628a798db2fcd71bd0a29a4db343b83311fc0a52cc830ed26911ce60022074c03aaf9e9eb894be3ed2b12f8b1f157dae83399c310bb6c06fd9af817f0969:922c64590222798bb761d5b6d8e72950Guide to check the vulnerabilities
Section titled “Guide to check the vulnerabilities”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.
$ nuclei -u "URL" -t "network/detection/dotnet-remoting-service-detect.yaml"