enterprise-vpn-attack

仓库创建 2026年5月5日最近提交 4 天前SkillHot 收录 20 天前
▸ 精选理由

对常见厂商和常见 WebVPN 痕迹做归纳,便于快速识别易受攻击设备。

▸ 风险提示

包含具体设备漏洞与利用路径,存在被滥用的风险,请在授权环境下使用。

这个 Skill 做什么

面向企业 SSL VPN/远程访问设备的指纹、CVE 矩阵与利用思路汇总。

汇总企业级 SSL VPN 和远程接入设备的指纹、2018–2026 年 CVE 矩阵和利用思路,覆盖 Cisco ASA/AnyConnect、FortiGate、NetScaler、GlobalProtect、Pulse、F5 等厂商。外部侦察到 VPN 登录页、特定路径或端口暴露时用来判定版本、默认凭据、后台 AAA、以及可能的 pre-auth RCE/SSRF/路径遍历利用点。特点是把授权测试经验和近年 CVE 景观整合成可操作的攻击面矩阵,便于优先级判断。

▸ 展开 SKILL.md 英文原文

External SSL VPN / remote-access appliance attack matrix — Cisco ASA/AnyConnect, Fortinet FortiGate/FortiOS, Citrix NetScaler/ADC, Palo Alto GlobalProtect, Pulse Secure / Ivanti Connect Secure, SonicWall, F5 Big-IP. Covers version fingerprinting, CVE matrix (2018-2026), AAA backend identification, default credentials, configuration-disclosure paths, pre-auth RCE/SSRF/path-traversal exploits where applicable. Built from authorized-engagement Cisco ASA testing plus 2024-2026 enterprise VPN CVE landscape. Use whenever the target's perimeter exposes any SSL VPN appliance or remote-access gateway — these are the most common initial-access points in 2024-2026 actor TTPs.

垂直行业企业VPN设备指纹远程接入漏洞通用
3.1k
Stars
480
Forks
40
仓库内 Skill
+245
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/elementalsouls/Claude-BugHunter/main/skills/enterprise-vpn-attack/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/elementalsouls/Claude-BugHunter/main/skills/enterprise-vpn-attack/SKILL.md"
SKILL.MD 节选查看完整文件 ↗
## When to use this skill

Trigger when recon surfaces:
- `*.<client>.example/+CSCOE+/logon.html` or similar `+CSCOE+` paths → Cisco ASA / AnyConnect
- `intranet.*` / `vpn.*` / `connect.*` / `webvpn.*` / `wc.*` / `remote.*` subdomains
- Port 443 returning login pages with `Server: Apache` or banner like "AnyConnect", "FortiGate", "NetScaler", "GlobalProtect", "Pulse", "Ivanti"
- TCP 8443 / 4443 / 10443 / 8888 (common VPN web-mgmt ports)
- HTTP responses with `Set-Cookie: webvpn=` (Cisco) / `SVPNCOOKIE=` (Fortinet) / `NSC_AAA=` (Citrix) / `DSAuthSession=` (Pulse) / `BIGipServer*` (F5)

DO NOT use for:
- Internal lateral-movement post-foothold (out of scope per user's boundary)
- VPN client-si
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有