nuclei-templates/exposed-panels/edgeos-login.yaml

24 lines
372 B
YAML
Raw Normal View History

2021-11-18 10:43:13 +00:00
id: edgeos-login
info:
name: EdgeOS login Detect
author: princechaddha
severity: info
tags: login,tech,edgeos,edgemax
requests:
- method: GET
path:
- "{{BaseURL}}"
matchers-condition: and
matchers:
- type: word
part: body
words:
- '<title>EdgeOS</title>'
- type: status
status:
- 200