Merge pull request #3161 from projectdiscovery/edgeos-login

Create edgeos-login.yaml
patch-1
Prince Chaddha 2021-11-18 17:09:00 +05:30 committed by GitHub
commit 56941c6b97
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 23 additions and 0 deletions

View File

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