security-bounty-hunter

Identify and document exploitable security vulnerabilities in PHP and Laravel applications.

Updated Jan 6, 2023
One-click install
npx skills add https://github.com/pekral/phpstan-rules --skill security-bounty-hunter-pekral
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: security-bounty-hunter
Source: https://github.com/pekral/phpstan-rules/tree/main/.claude/skills/security-bounty-hunter
Command: npx skills add https://github.com/pekral/phpstan-rules --skill security-bounty-hunter-pekral

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill streamlines the process of hunting for real-world, exploitable vulnerabilities in PHP and Laravel applications, helping you move beyond theoretical best-practices to identify high-impact security flaws that qualify for bounty programs.

Core Features & Use Cases

  • Targeted Vulnerability Hunting: Focuses on high-signal sinks like SQL injection, SSRF, and insecure deserialization within the Laravel ecosystem.
  • Standardized Reporting: Generates structured, professional vulnerability reports ready for submission to platforms like HackerOne or Huntr.
  • Use Case: Use this tool when auditing a Laravel codebase to identify and document an IDOR or mass-assignment vulnerability that allows unauthorized data access, ensuring your report meets the strict requirements of a bug bounty program.

Quick Start

Use the security-bounty-hunter skill to scan the current directory for potential SQL injection and path traversal vulnerabilities in the application routes and controllers.

Frequently Asked Questions about security-bounty-hunter

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

FAQPage Schema
How do I find exploitable Laravel vulnerabilities for bug bounty submissions?

To find exploitable Laravel vulnerabilities, systematically analyze application routes, controllers, and data sinks targeting high-risk vectors like SQL injection, SSRF, and authentication bypasses to produce actionable security reports.

What security issues should I audit for in a PHP application codebase?

When auditing a PHP application codebase, target high-signal security issues including SQL injection, server-side request forgery (SSRF), insecure deserialization, IDOR, and mass-assignment vulnerabilities across network-reachable entrypoints.

How do I document a Laravel IDOR vulnerability for responsible disclosure?

Documenting a Laravel IDOR vulnerability for responsible disclosure involves generating structured, professional reports that detail unauthorized data access, ensuring your submission meets the strict requirements of bounty platforms.

Can this tool identify authentication bypasses in Laravel controllers?

Yes, identifying authentication bypasses in Laravel controllers is supported by systematically analyzing the application routes and controllers to detect exploitable security flaws across network-reachable entrypoints.

What is the best way to scan my codebase for high-impact PHP security flaws?

The best way to scan for high-impact PHP security flaws is to target high-risk attack vectors within the application's routes and controllers, moving beyond theoretical best-practices to identify real-world exploitable vulnerabilities.

Are bug bounty reports generated by this approach ready for HackerOne?

Yes, the standardized reporting generates structured, professional vulnerability reports specifically designed to be ready for submission to bug bounty platforms like HackerOne or Huntr.