nuclei-templates/http/technologies/eyesofnetwork-detect.yaml

27 lines
493 B
YAML
Raw Normal View History

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
reference:
- https://www.eyesofnetwork.com/en
tags: tech,cisa,eyesofnetwork
2022-04-13 19:32:54 +00:00
http:
2022-04-13 19:32:54 +00:00
- method: GET
path:
- "{{BaseURL}}/login.php"
2022-04-13 19:32:54 +00:00
matchers-condition: and
matchers:
- type: word
part: body
words:
- "<title>EyesOfNetwork</title>"
2022-04-13 19:32:54 +00:00
- type: status
status:
- 200