mirror of
https://github.com/projectdiscovery/nuclei-templates.git
synced 2026-02-13 06:03:24 +08:00
* info field reorder * reference values refactored to list * added new lines after the id and before the protocols * removed extra new lines * split really long descriptions to multiple lines (part 1) * other minor fixes
27 lines
497 B
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
|