Update and rename eyesofnetwork-panel-detect.yaml to eyesofnetwork-detect.yaml
parent
9dbabf366e
commit
3fc63a28a1
|
@ -1,23 +1,25 @@
|
|||
id: eyesofnetwork-panel-detect
|
||||
id: eyesofnetwork-detect
|
||||
|
||||
info:
|
||||
name: EyesOfNetwork Detect
|
||||
author: praetorian-thendrickson
|
||||
severity: info
|
||||
description: EyesOfNetwork detection
|
||||
tags: tech,cisa
|
||||
reference: https://www.eyesofnetwork.com/en
|
||||
tags: tech,cisa,eyesofnetwork
|
||||
|
||||
requests:
|
||||
- method: GET
|
||||
path:
|
||||
- "{{BaseURL}}/css/eonweb.css"
|
||||
- "{{BaseURL}}/login.php"
|
||||
|
||||
matchers-condition: and
|
||||
matchers:
|
||||
- type: word
|
||||
part: body
|
||||
words:
|
||||
- "EyesOfNetwork"
|
||||
- "<title>EyesOfNetwork</title>"
|
||||
|
||||
- type: status
|
||||
status:
|
||||
- 200
|
||||
- 200
|
Loading…
Reference in New Issue