2022-11-14 19:50:18 +00:00
id : dotnet-remoting-service-detect
info :
name : MS .NET Remoting httpd Detection
author : pussycat0x
severity : info
description : |
2022-11-15 06:13:35 +00:00
The .NET remoting framework provides an approach to interprocess communication that abstracts the remotable object from a specific client or server application domain and from a specific mechanism of communication.
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-15 06:13:35 +00:00
2022-11-14 19:50:18 +00:00
host :
- "{{Hostname}}"
- "{{Host}}:8080"
2022-11-15 06:13:35 +00:00
2022-11-14 19:50:18 +00:00
matchers-condition : and
matchers :
- type : word
words :
- "Server: MS .NET Remoting"
2022-11-15 06:13:35 +00:00
2022-11-14 19:50:18 +00:00
extractors :
- type : regex
regex :
2022-11-14 19:52:40 +00:00
- ".NET CLR ([0-9.]+)"