[SecurEnvoy] Add support for additional detection cases (#8929)
* Update securenvoy-panel.yaml * Add reference URLpatch-1
parent
bb28bfab7e
commit
69d95d9bd5
|
@ -1,32 +1,39 @@
|
|||
id: securenvoy-panel
|
||||
|
||||
info:
|
||||
name: SecurEnvoy Admin Login Panel - Detect
|
||||
author: 0xrod
|
||||
name: SecurEnvoy Login Panel - Detect
|
||||
author: 0xrod,righettod
|
||||
severity: info
|
||||
description: SecurEnvoy admin login panel was detected.
|
||||
description: SecurEnvoy login panel was detected.
|
||||
reference:
|
||||
- https://securenvoy.com/
|
||||
classification:
|
||||
cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N
|
||||
cvss-score: 0
|
||||
cwe-id: CWE-200
|
||||
metadata:
|
||||
max-request: 1
|
||||
shodan-query: http.title:"securenvoy"
|
||||
tags: panel,securenvoy
|
||||
|
||||
http:
|
||||
- method: GET
|
||||
path:
|
||||
- "{{BaseURL}}/secadmin/"
|
||||
- '{{BaseURL}}/secadmin/'
|
||||
- '{{BaseURL}}/securenvoy/'
|
||||
- '{{BaseURL}}/secenrol/'
|
||||
- '{{BaseURL}}/RDWeb'
|
||||
|
||||
matchers-condition: and
|
||||
matchers:
|
||||
- type: word
|
||||
words:
|
||||
- '<base href="/secadmin/">'
|
||||
- 'SecurEnvoy Portal'
|
||||
- 'SecurEnvoy Tokenless Authentication'
|
||||
- 'Manage My Token : Authentication'
|
||||
part: body
|
||||
|
||||
- type: status
|
||||
status:
|
||||
- 200
|
||||
|
||||
# digest: 4b0a00483046022100ab24d590d4731f97d5a61ad0e6bc6c4682922f31ffb1f7960633c163945e8155022100902dbc6d5ec0990afd9cd313e818588c6ad6ccc016fbc10e769f47ab47bd7959:922c64590222798bb761d5b6d8e72950
|
||||
|
|
Loading…
Reference in New Issue