Skip to content

EyesOfNetwork Detect

ID: eyesofnetwork-detect

Severity: info

Author: praetorian-thendrickson

Tags: tech,cisa,eyesofnetwork

EyesOfNetwork detection

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: 4a0a0047304502203dde70915159b037464a51d41b730e878cf5739ca2ac8306fb7e7ee39fa426f6022100cc6e312df3591a6c9df178a6732eb2e6a615bb9a71f60f3e903bc13be5636e1b:922c64590222798bb761d5b6d8e72950

This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.

Terminal window
$ nuclei -u "URL" -t "http/technologies/eyesofnetwork-detect.yaml"

View on Github