Create remkon-device-manager-detect.yaml
parent
66cad3ff35
commit
f7b34c07c8
|
@ -0,0 +1,24 @@
|
||||||
|
id: remkon-device-manager-detect
|
||||||
|
|
||||||
|
info:
|
||||||
|
name: Remkon Device Manager Detected
|
||||||
|
author: pikpikcu
|
||||||
|
severity: info
|
||||||
|
tags: remkon,tech
|
||||||
|
|
||||||
|
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>"
|
||||||
|
- "NASCENT Technology, LLC."
|
Loading…
Reference in New Issue