Files
nuclei-templates/technologies/rseenet-detect.yaml
forgedhallpass 209538baa6 refactor: Description field uniformization
* info field reorder
* reference values refactored to list
* added new lines after the id and before the protocols
* removed extra new lines
* split really long descriptions to multiple lines (part 1)
* other minor fixes
2022-04-22 13:38:41 +03:00

29 lines
524 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>'