enterprise-vpn-attack

Identify and exploit known vulnerabilities in enterprise VPN appliances.

5|Updated May 27, 2026
One-click install
npx skills add https://github.com/cybersecwoman/Kiro-BugHunter --skill enterprise-vpn-attack-cybersecwoman
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: enterprise-vpn-attack
Source: https://github.com/cybersecwoman/Kiro-BugHunter/tree/main/skills/enterprise-vpn-attack
Command: npx skills add https://github.com/cybersecwoman/Kiro-BugHunter --skill enterprise-vpn-attack-cybersecwoman

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires curl, nuclei, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill helps security professionals identify and exploit vulnerabilities in enterprise VPN appliances to uncover potential security weaknesses.

Core Features & Use Cases

  • Vendor Identification: Detects and identifies various enterprise VPN vendors like Cisco, Fortinet, Citrix, Palo Alto, Pulse Secure, SonicWall, and F5.
  • CVE Matrix: Provides a detailed matrix of CVEs for each vendor and their respective appliances.
  • Pre-auth Exploits: Offers pre-auth RCE/SSRF/path-traversal exploits where applicable.
  • Config Disclosure: Identifies paths for configuration disclosure.
  • Use Case: When assessing the security of a network perimeter that includes an SSL VPN appliance or remote-access gateway.

Quick Start

Use the enterprise-vpn-attack skill to scan for vulnerabilities in the target's enterprise VPN appliance.

Frequently Asked Questions about enterprise-vpn-attack

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I scan enterprise VPN appliances for known vulnerabilities?

Scanning enterprise VPN appliances for known vulnerabilities involves version fingerprinting and CVE matrix analysis across vendors like Cisco, Fortinet, and Citrix. This Skill automates that process using curl for HTTP requests and nuclei for vulnerability scanning.

What is pre-auth exploit testing for SSL VPN gateways?

Pre-auth exploit testing for SSL VPN gateways identifies security weaknesses without requiring valid user credentials. This Skill detects pre-auth RCE, SSRF, and path-traversal vulnerabilities, alongside exposing default credentials and configuration-disclosure paths.

Can I use nuclei to detect configuration disclosure paths on remote-access gateways?

Yes, nuclei is used to detect configuration disclosure paths on remote-access gateways. This Skill leverages nuclei templates to identify exposed configuration files and sensitive paths across supported enterprise VPN appliances.

Does this penetration testing approach support Palo Alto and SonicWall VPNs?

Yes, this penetration testing approach supports Palo Alto and SonicWall VPNs. The Skill's vendor identification feature explicitly includes Palo Alto and SonicWall alongside Cisco, Fortinet, Citrix, Pulse Secure, and F5 for comprehensive security auditing.

How do I identify AAA backend vulnerabilities during VPN security auditing?

To identify AAA backend vulnerabilities during VPN security auditing, this Skill performs AAA backend identification as part of its core logic. It maps detected backend configurations against a matrix of known CVEs for the identified vendor.

What are the limitations of using curl and nuclei for VPN penetration testing?

The limitations of using curl and nuclei for VPN penetration testing include reliance on known CVEs and predefined configuration-disclosure paths. This Skill focuses on version fingerprinting and known vulnerabilities, meaning zero-day detection or complex authenticated attacks may require additional manual tooling.