39 lines
988 B
YAML
39 lines
988 B
YAML
id: windows-communication-foundation-detect
|
|
|
|
info:
|
|
name: Windows Communication Foundation - Detect
|
|
author: r3naissance
|
|
severity: info
|
|
metadata:
|
|
max-request: 1
|
|
vendor: windows
|
|
product: wcf
|
|
shodan-query: http.title:"Service"
|
|
tags: tech,wcf,windows
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- '{{BaseURL}}'
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
part: body
|
|
words:
|
|
- 'Endpoint not found.'
|
|
- 'class="heading1">Service'
|
|
- 'This is a Windows© Communication Foundation service.'
|
|
condition: or
|
|
case-insensitive: true
|
|
|
|
- type: word
|
|
part: body
|
|
case-insensitive: true
|
|
words:
|
|
- '<title>Service</title>'
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|
|
# digest: 490a00463044022014d4c5c0ab53bc538683284e2a1698173f19fc07fccf10a27df724ddaa7d1f3102203392163f32c37ceac673793a3a9700a49f90c700ff6cde3b27c0ab8867324dcc:922c64590222798bb761d5b6d8e72950 |