nuclei-templates/technologies/remkon-manager-detect.yaml

24 lines
402 B
YAML

id: remkon-manager-detect
info:
name: Remkon Device Manager Detect
author: pikpikcu
severity: info
tags: remkon,tech,panel
requests:
- method: GET
path:
- '{{BaseURL}}/login.php'
matchers-condition: and
matchers:
- type: status
status:
- 200
- type: word
part: body
words:
- "<title>Remkon Device Manager</title>"