What problem does it solve?
This Skill automates the tedious process of identifying all routes within a PHP project, understanding their parameter structures, and generating ready-to-use Burp request templates for security testing.
Core Features & Use Cases
- Route Discovery: Identifies routes based on common PHP frameworks (Laravel, ThinkPHP, Symfony, etc.) or custom routing logic.
- Parameter Analysis: Extracts method, path, controller, action, and parameter sources (GET, POST, JSON, etc.).
- Burp Template Generation: Creates Burp request templates for each discovered route, simplifying manual testing and automation.
- Use Case: When starting a security audit on a new PHP application, use this Skill to quickly get a comprehensive map of all accessible endpoints and their expected parameters, significantly speeding up the initial reconnaissance phase.
Quick Start
Use the php-route-mapper skill to extract routes and generate Burp templates for the current PHP project.