2022-04-13 22:59:39 +00:00
|
|
|
id: eyesofnetwork-detect
|
2022-04-13 19:32:54 +00:00
|
|
|
|
|
|
|
info:
|
|
|
|
name: EyesOfNetwork Detect
|
|
|
|
author: praetorian-thendrickson
|
2022-04-13 19:37:30 +00:00
|
|
|
severity: info
|
2022-04-13 19:32:54 +00:00
|
|
|
description: EyesOfNetwork detection
|
2022-04-22 10:38:41 +00:00
|
|
|
reference:
|
|
|
|
- https://www.eyesofnetwork.com/en
|
2022-04-13 22:59:39 +00:00
|
|
|
tags: tech,cisa,eyesofnetwork
|
2022-04-13 19:32:54 +00:00
|
|
|
|
|
|
|
requests:
|
|
|
|
- method: GET
|
|
|
|
path:
|
2022-04-13 22:59:39 +00:00
|
|
|
- "{{BaseURL}}/login.php"
|
|
|
|
|
2022-04-13 19:32:54 +00:00
|
|
|
matchers-condition: and
|
|
|
|
matchers:
|
|
|
|
- type: word
|
|
|
|
part: body
|
|
|
|
words:
|
2022-04-13 22:59:39 +00:00
|
|
|
- "<title>EyesOfNetwork</title>"
|
|
|
|
|
2022-04-13 19:32:54 +00:00
|
|
|
- type: status
|
|
|
|
status:
|
2022-04-13 22:59:39 +00:00
|
|
|
- 200
|