16 lines
265 B
YAML
16 lines
265 B
YAML
|
id: cockpit-detect
|
||
|
|
||
|
info:
|
||
|
name: Detect Agentejo Cockpit
|
||
|
author: dwisiswant0
|
||
|
severity: info
|
||
|
|
||
|
requests:
|
||
|
- method: GET
|
||
|
path:
|
||
|
- "{{BaseURL}}/auth/login"
|
||
|
matchers:
|
||
|
- type: word
|
||
|
words:
|
||
|
- "<title>Authenticate Please!</title>"
|