commit
5051be185f
|
@ -0,0 +1,23 @@
|
||||||
|
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>"
|
Loading…
Reference in New Issue