hunt-business-logic

Detects business logic vulnerabilities in payment, verification, and rate-limiting flows using bug bounty methodologies.

10|3|Updated Aug 10, 2026
One-click install
npx skills add https://github.com/baiqigo/baiqi-redteam-lab --skill hunt-business-logic-baiqigo
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: hunt-business-logic
Source: https://github.com/baiqigo/baiqi-redteam-lab/tree/main/.agents/skills/hunt-business-logic
Command: npx skills add https://github.com/baiqigo/baiqi-redteam-lab --skill hunt-business-logic-baiqigo

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Security researchers and bug bounty hunters often miss high-impact business logic flaws because they lack a structured methodology for testing payment flows, verification gates, and rate limits beyond automated scanners. ## Core Features & Use Cases - Attack Surface Mapping: Identifies crown jewel targets like checkout flows, payment webhooks, and internal employee portals through URL patterns, JS bundle analysis, and response header signals. - Step-by-Step Hunting Methodology: Provides a 7-step workflow covering authentication boundary mapping, verification flow testing, rate-limit bypass via header rotation, and in-flight payment tampering with Burp Suite. - Real-World Case Library: Includes 12 disclosed HackerOne reports (Stripe, Reverb, Upserve, Krisp) with payloads, root causes, and bounty amounts for pattern matching. - Use Case: A researcher testing an e-commerce target uses the negative-quantity-in-cart payload pattern and the Gate 0 validation checklist to confirm a reproducible price manipulation bug before reporting. ## Quick Start Use the hunt-business-logic skill to plan an evidence-gated business logic test against my authorized bug bounty target's checkout and subscription endpoints.

Frequently Asked Questions about hunt-business-logic

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

FAQPage Schema
How do I test for business logic vulnerabilities in bug bounty programs?

Map authentication boundaries, enumerate verification flows, and test rate limits on every POST endpoint. Intercept payment flows with Burp Suite to tamper with amount, currency, and order ID fields, then validate impact with the Gate 0 checklist before reporting.

How to bypass IP-based rate limiting on web forms?

Rotate X-Forwarded-For, X-Real-IP, True-Client-IP, and CF-Connecting-IP headers per request while sending rapid POST requests. Servers that read client IP from these spoofable headers instead of the connection IP can be bypassed trivially.

What are common payment tampering techniques in checkout flows?

Common techniques include modifying in-flight amount or currency parameters, submitting negative item quantities, replaying discount redemptions in parallel, and posting fake success callbacks to webhook endpoints that lack HMAC signature validation.

Does this skill work for targets outside bug bounty scope?

No, the methodology is designed for authorized testing only, such as bug bounty programs or coordinated disclosure. The skill emphasizes evidence-gated validation and documented reproduction steps suitable for responsible reporting.

Why do business logic bugs require manual testing instead of scanners?

Scanners cannot understand application-specific workflows like multi-step checkout state machines or verification gates. These flaws require reasoning about intended business rules, which the skill addresses through its 7-step methodology and root cause catalog.