nuclei-templates/technologies/eyesofnetwork-detect.yaml

27 lines
497 B
YAML

id: eyesofnetwork-detect
info:
name: EyesOfNetwork Detect
author: praetorian-thendrickson
severity: info
description: EyesOfNetwork detection
reference:
- https://www.eyesofnetwork.com/en
tags: tech,cisa,eyesofnetwork
requests:
- method: GET
path:
- "{{BaseURL}}/login.php"
matchers-condition: and
matchers:
- type: word
part: body
words:
- "<title>EyesOfNetwork</title>"
- type: status
status:
- 200