Add files via upload

patch-1
Dominique RIGHETTO 2024-03-14 18:24:28 +01:00 committed by GitHub
parent 34edd4dfb1
commit 162c2192a1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 34 additions and 0 deletions

View File

@ -0,0 +1,34 @@
id: bynder-panel
info:
name: Bynder Login Panel - Detect
author: righettod
severity: info
description: |
Bynder login panel was detected.
reference:
- https://www.bynder.com/en/
metadata:
max-request: 1
shodan-query: http.html:"Bynder"
verified: true
tags: panel,bynder,login,detect
http:
- method: GET
path:
- "{{BaseURL}}/login/"
matchers:
- type: dsl
dsl:
- 'status_code == 200'
- 'contains(to_lower(body), "bynder.") && contains(to_lower(body), "login")'
condition: and
extractors:
- type: regex
part: body
group: 1
regex:
- 'http-equiv="version"\s+content="([0-9\.]+)"'