Create eg-manager-detect.yaml
parent
6112d8166d
commit
31ad69e0ca
|
@ -0,0 +1,25 @@
|
|||
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
|
Loading…
Reference in New Issue