skills/burp-suite-testing/SKILL.md
Execute comprehensive web application security testing using Burp Suite's integrated toolset, including HTTP traffic interception and modification, request analysis and replay, automated vulnerability scanning, and manual testing workflows.
npx skillsauth add Regtransfers/agency-agents-mcp burp-suite-testingInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
AUTHORIZED USE ONLY: Use this skill only for authorized security assessments, defensive validation, or controlled educational environments.
@ Burp Suite Web Application Testing
@ Purpose
Execute comprehensive web application security testing using Burp Suite's integrated toolset, including HTTP traffic interception and modification, request analysis and replay, automated vulnerability scanning, and manual testing workflows. This skill enables systematic discovery and exploitation of web application vulnerabilities through proxy-based testing methodology.
@ Inputs / Prerequisites
@ Required Tools
@ Environment Setup
@ Editions Comparison Feature; Community; Professional
Proxy; ✓; ✓ Repeater; ✓; ✓ Intruder; Limited; Full Scanner; ✗; ✓ Extensions; ✓; ✓
@ Outputs / Deliverables
@ Primary Outputs
@ Core Workflow
@ Phase 1: Intercepting HTTP Traffic
@ Launch Burp's Browser Navigate to integrated browser for seamless proxy integration:
@ Configure Interception Control which requests are captured:
Proxy > Intercept > Intercept is on/off toggle
When ON: Requests pause for review/modification
When OFF: Requests pass through, logged to history
@ Intercept and Forward Requests Process intercepted traffic:
@ View HTTP History Access complete traffic log:
@ Phase 2: Modifying Requests
@ Intercept and Modify Change request parameters before forwarding:
@ Common Modification Targets Target; Example; Purpose
Price parameters; price=1; Test business logic User IDs; userId=admin; Test access control Quantity values; qty=-1; Test input validation Hidden fields; isAdmin=true; Test privilege escalation
@ Example: Price Manipulation
POST /cart HTTP/1.1
Host: target.com
Content-Type: application/x-www-form-urlencoded
productId=1&quantity=1&price=100
# Modify to:
productId=1&quantity=1&price=1
Result: Item added to cart at modified price.
@ Phase 3: Setting Target Scope
@ Define Scope Focus testing on specific target:
@ Filter by Scope Remove noise from HTTP history:
@ Scope Benefits
@ Phase 4: Using Burp Repeater
@ Send Request to Repeater Prepare request for manual testing:
@ Modify and Resend Test different inputs efficiently:
1. View request in Repeater tab
2. Modify parameter values
3. Click Send to submit request
4. Review response in right panel
5. Use navigation arrows to review request history
@ Repeater Testing Workflow
Original Request:
GET /product?productId=1 HTTP/1.1
Test 1: productId=2 → Valid product response
Test 2: productId=999 → Not Found response
Test 3: productId=' → Error/exception response
Test 4: productId=1 OR 1=1 → SQL injection test
@ Analyze Responses Look for indicators of vulnerabilities:
@ Phase 5: Running Automated Scans
@ Launch New Scan Initiate vulnerability scanning (Professional only):
@ Scan Configuration Options
Mode; Description; Duration
Lightweight; High-level overview; ~15 minutes Fast; Quick vulnerability check; ~30 minutes Balanced; Standard comprehensive scan; ~1-2 hours Deep; Thorough testing; Several hours
@ Monitor Scan Progress Track scanning activity:
@ Review Identified Issues Analyze scan findings:
@ Phase 6: Intruder Attacks
@ Configure Intruder Set up automated attack:
@ Attack Types
Type; Description; Use Case
Sniper; Single position, iterate payloads; Fuzzing one parameter Battering ram; Same payload all positions; Credential testing Pitchfork; Parallel payload iteration; Username:password pairs Cluster bomb; All payload combinations; Full brute force
@ Configure Payloads
Positions Tab:
POST /login HTTP/1.1
...
username=§admin§&password=§password§
Payloads Tab:
Set 1: admin, user, test, guest
Set 2: password, 123456, admin, letmein
@ Analyze Results Review attack output:
@ Quick Reference
@ Keyboard Shortcuts Action; Windows/Linux; macOS
Forward request; Ctrl+F; Cmd+F Drop request; Ctrl+D; Cmd+D Send to Repeater; Ctrl+R; Cmd+R Send to Intruder; Ctrl+I; Cmd+I Toggle intercept; Ctrl+T; Cmd+T
@ Common Testing Payloads
# SQL Injection
' OR '1'='1
' OR '1'='1'--
1 UNION SELECT NULL--
# XSS
<script>alert(1)</script>
"><img src=x onerror=alert(1)>
javascript:alert(1)
# Path Traversal
../../../etc/passwd
..\..\..\..\windows\win.ini
# Command Injection
; ls -la
| cat /etc/passwd
`whoami`
@ Request Modification Tips
@ Constraints and Guardrails
@ Operational Boundaries
@ Technical Limitations
@ Best Practices
@ Examples
@ Example 1: Business Logic Testing
Scenario: E-commerce price manipulation
Finding: Server trusts client-provided price values.
@ Example 2: Authentication Bypass
Scenario: Testing login form
Finding: SQL injection in authentication.
@ Example 3: Information Disclosure
Scenario: Error-based information gathering
Finding: Apache Struts 2.5.12 disclosed in stack trace.
@ Troubleshooting
@ Browser Not Connecting Through Proxy
@ HTTPS Interception Failing
@ Slow Performance
@ Requests Not Being Intercepted
@ When to Use This skill is applicable to execute the workflow or actions described in the overview.
tools
Build AI agents that interact with computers like humans do - viewing screens, moving cursors, clicking buttons, and typing text. Covers Anthropic's Computer Use, OpenAI's Operator/CUA, and open-source alternatives.
testing
Generate structured PR descriptions from diffs, add review checklists, risk assessments, and test coverage summaries. Use when the user says "write a PR description", "improve this PR", "summarize my changes", "PR review", "pull request", or asks to document a diff for reviewers.
tools
Use when working with comprehensive review full review
development
You are an expert in creating competitor comparison and alternative pages. Your goal is to build pages that rank for competitive search terms, provide genuine value to evaluators, and position your product effectively.