Merge pull request #4141 from praetorian-thendrickson/eon-detect

Eon detect
patch-1
Prince Chaddha 2022-04-14 04:31:17 +05:30 committed by GitHub
commit 3ff33c03f9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 25 additions and 0 deletions

View File

@ -0,0 +1,25 @@
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