hunt-laravel

Automate Laravel vulnerability scanning for RCE and debug mode leaks.

3|1|Updated Jul 2, 2026
One-click install
npx skills add https://github.com/EntroVyx/hermes-agent-offsec --skill hunt-laravel-entrovyx
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: hunt-laravel
Source: https://github.com/EntroVyx/hermes-agent-offsec/tree/main/skills/offsec/redteam/hunt-laravel
Command: npx skills add https://github.com/EntroVyx/hermes-agent-offsec --skill hunt-laravel-entrovyx

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill addresses the difficulty of manually auditing complex Laravel applications by automating the detection of common misconfigurations and known vulnerabilities.

Core Features & Use Cases

  • Vulnerability Scanning: Detects critical issues like Ignition RCE (CVE-2021-3129), debug mode exposure, and insecure dashboard access.
  • Credential & Config Discovery: Identifies exposed .env files and sensitive configuration keys that lead to full account takeovers.
  • Workflow Integration: Provides a structured approach to chain primitives like mass assignment and cookie deserialization into high-impact findings.

Quick Start

Use the hunt-laravel skill to perform a comprehensive security audit on the target domain example.com to identify potential RCE and configuration leaks.

Frequently Asked Questions about hunt-laravel

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

FAQPage Schema
How do I scan a Laravel application for remote code execution vulnerabilities?

Scanning a Laravel application for RCE involves automating the identification of known vectors like Ignition RCE (CVE-2021-3129) and debug mode exposure. The process fingerprints the framework and validates exploit chains to assess the target's security posture.

What common misconfigurations lead to Laravel security flaws?

Common Laravel security flaws stem from debug mode exposure, insecure dashboard access, and exposed .env files. These misconfigurations can leak sensitive configuration keys and credentials, ultimately leading to full account takeovers if left unpatched.

How does Laravel vulnerability fingerprinting work during a pentest?

Laravel vulnerability fingerprinting works by automating the detection of framework-specific signatures and misconfigurations. It targets web applications built on Laravel to assess security posture through structured payload generation and exploit chain validation.

Do I need Python to detect Laravel debug mode leakage and RCE?

Yes, you need Python to execute payload generation and verification tasks when detecting Laravel debug mode leakage and RCE. The automated security audit also requires standard network utilities to perform fingerprinting and validate exploit chains.

Can I chain mass assignment and cookie deserialization vulnerabilities in Laravel?

Yes, you can chain mass assignment and cookie deserialization vulnerabilities in Laravel. This structured approach connects individual security primitives into high-impact findings, allowing you to validate complex exploit chains during your security audit.

What is the best way to find exposed .env files in Laravel web applications?

The best way to find exposed .env files in Laravel web applications is through automated credential and config discovery. This technique identifies sensitive configuration keys and exposed environment files that can lead to full account takeovers.