26 lines
430 B
YAML
26 lines
430 B
YAML
|
id: eg-manager-detect
|
||
|
|
||
|
info:
|
||
|
name: eG Manager Detect
|
||
|
author: pikpikcu
|
||
|
severity: info
|
||
|
tags: tech,eg
|
||
|
|
||
|
requests:
|
||
|
- method: GET
|
||
|
path:
|
||
|
- "{{BaseURL}}/final/"
|
||
|
|
||
|
matchers-condition: and
|
||
|
matchers:
|
||
|
|
||
|
- type: word
|
||
|
part: body
|
||
|
words:
|
||
|
- "<title> eG Innovations, Inc.</title>"
|
||
|
- "eG Innovations, Inc. All Rights Reserved"
|
||
|
|
||
|
- type: status
|
||
|
status:
|
||
|
- 200
|