31 lines
719 B
YAML
31 lines
719 B
YAML
id: eyesofnetwork-detect
|
|
|
|
info:
|
|
name: EyesOfNetwork Detect
|
|
author: praetorian-thendrickson
|
|
severity: info
|
|
description: EyesOfNetwork detection
|
|
reference:
|
|
- https://www.eyesofnetwork.com/en
|
|
metadata:
|
|
max-request: 1
|
|
tags: tech,cisa,eyesofnetwork
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}/login.php"
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
part: body
|
|
words:
|
|
- "<title>EyesOfNetwork</title>"
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|
|
|
|
# digest: 4a0a0047304502210087c8be2e76812eae28e7cc99c50d7057886c8626e868bf2d364e99e50c08e22f02206f1d9be82aa670ad043606d169d2e600ef4603168b8d54a0df7028d856a44f5c:922c64590222798bb761d5b6d8e72950
|