28 lines
518 B
YAML
28 lines
518 B
YAML
|
id: rseenet-detect
|
||
|
|
||
|
info:
|
||
|
name: Advantech R-SeeNet Detection
|
||
|
author: pdteam
|
||
|
severity: info
|
||
|
reference: https://icr.advantech.cz/products/software/r-seenet
|
||
|
metadata:
|
||
|
shodan-query: http.title:"R-SeeNet"
|
||
|
tags: tech,rseenet
|
||
|
|
||
|
requests:
|
||
|
- method: GET
|
||
|
path:
|
||
|
- "{{BaseURL}}"
|
||
|
|
||
|
matchers:
|
||
|
- type: regex
|
||
|
part: body
|
||
|
regex:
|
||
|
- '<title>R-SeeNet (.*)</title>'
|
||
|
|
||
|
extractors:
|
||
|
- type: regex
|
||
|
group: 1
|
||
|
regex:
|
||
|
- '<title>R-SeeNet (.*)</title>'
|