Skip to content

Barracuda SSL VPN Log In

ID: barracuda-panel

Severity: info

Author: dhiyaneshDK

Tags: barracuda,panel,vpn

The Barracuda SSL VPN is an integrated hardware and software solution enabling secure, clientless remote access to internal network resources from any web browser.

id: barracuda-panel
info:
name: Barracuda SSL VPN Log In
author: dhiyaneshDK
severity: info
description: The Barracuda SSL VPN is an integrated hardware and software solution enabling secure, clientless remote access to internal network resources from any web browser.
classification:
cwe-id: CWE-200
metadata:
max-request: 1
tags: barracuda,panel,vpn
http:
- method: GET
path:
- "{{BaseURL}}/default/showLogon.do"
matchers-condition: and
matchers:
- type: status
status:
- 200
- type: word
words:
- 'Barracuda SSL VPN'
# digest: 490a0046304402204a667dac90f210e391bebadbffb1202044ed9bec5eaadcf4a73c53bed356235502207bb48ea86dc60d3ca280332707b1f9bfa0d7d9c1e49278c0d395ba8b99e1cc45:922c64590222798bb761d5b6d8e72950

This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.

Terminal window
$ nuclei -u "URL" -t "http/exposed-panels/barracuda-panel.yaml"

View on Github