Add files via upload

patch-1
Dominique RIGHETTO 2024-03-16 10:19:13 +01:00 committed by GitHub
parent ed1bf957ea
commit 8f38c6d54d
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: cisco-expressway-panel
info:
name: CISCO Expressway Login Panel - Detect
author: righettod
severity: info
description: |
CISCO Expressway login panel was detected.
reference:
- https://www.cisco.com/c/en/us/products/unified-communications/expressway-series/index.html
metadata:
max-request: 1
shodan-query: http.html:"Cisco Expressway"
verified: true
tags: panel,cisco,login,detect
http:
- method: GET
path:
- "{{BaseURL}}/login"
matchers:
- type: dsl
dsl:
- 'status_code == 200'
- 'contains_any(to_lower(body), "cisco expressway", "cisco expway") && contains(to_lower(body), "login")'
condition: and
extractors:
- type: regex
part: body
group: 1
regex:
- 'Cisco\s+(?:Expressway|Expway)\s+([A-Za-z\s]+)<\/legend>'