hunt-laravel

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

针对框架特性给出实战检测与利用链,适合 Web 审计

▸ 风险提示

含可导致 RCE 的利用细节,存在滥用风险

这个 Skill 做什么

检测 Laravel 框架常见配置与组件导致的高危漏洞(Ignition、Telescope 等)

专门检测 Laravel 项目里常见的高危配置和组件漏洞,比如 APP_DEBUG 导致的信息泄露、Ignition RCE、Telescope/Horizon 面板未授权访问、.env 泄露等。遇到目标是 Laravel(从头信息、session cookie 或 /storage 路径判断)就该用。聚焦框架特有问题,能发现能直接导致远程执行或敏感信息曝光的缺陷。

▸ 展开 SKILL.md 英文原文

Hunt Laravel specific vulnerabilities — Debug mode leakage (APP_DEBUG=true exposes full stack trace + env vars), Laravel Telescope/Horizon dashboard unauthorized access, Ignition RCE (CVE-2021-3129), Signed URL manipulation, Queue Worker abuse, mass assignment via Eloquent, deserialization via cookies, .env file exposure. Use when target runs Laravel (PHP) — detected via X-Powered-By, Laravel session cookies, or /storage/ paths.

垂直行业Laravel调试泄露框架漏洞通用
3.1k
Stars
480
Forks
40
仓库内 Skill
+245
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/elementalsouls/Claude-BugHunter/main/skills/hunt-laravel/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/elementalsouls/Claude-BugHunter/main/skills/hunt-laravel/SKILL.md"
SKILL.MD 节选查看完整文件 ↗
# HUNT-LARAVEL — Laravel Specific Vulnerabilities

## Crown Jewel Targets

Laravel debug mode enabled in production = instant RCE via Ignition (CVE-2021-3129).

**Highest-value findings:**
- **Ignition RCE (CVE-2021-3129)** — `APP_DEBUG=true` + Laravel < 8.4.2 → `/_ignition/execute-solution` RCE without auth
- **Telescope dashboard** — `/telescope` exposes full request/response logs, DB queries, Redis commands, scheduled jobs, environment variables
- **Horizon dashboard** — `/horizon` exposes queue job details, failed jobs with full payloads (may contain API keys, PII)
- **Signed URL manipulation** — if `URL::signedRoute` validates wrong params → bypass signed URL → unauthorized actions
- **
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有