nuclei-templates/network/detection/dotnet-remoting-service-det...

38 lines
760 B
YAML
Raw Normal View History

2022-11-14 19:50:18 +00:00
id: dotnet-remoting-service-detect
info:
name: Microsoft .NET Remoting httpd - Detect
2022-11-14 19:50:18 +00:00
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
cvss-score: 0.0
cwe-id: CWE-200
2022-11-14 19:50:18 +00:00
metadata:
verified: true
shodan-query: product:"MS .NET Remoting httpd"
tags: network,detect,microsoft
network:
- inputs:
- data: "\n"
2022-11-14 19:50:18 +00:00
host:
- "{{Hostname}}"
- "{{Host}}:8080"
2022-11-14 19:50:18 +00:00
matchers-condition: and
matchers:
- type: word
words:
- "Server: MS .NET Remoting"
2022-11-14 19:50:18 +00:00
extractors:
- type: regex
regex:
- ".NET CLR ([0-9.]+)"
# Enhanced by md on 2023/03/29