Install any skill in seconds. Free to start, no credit card required.
Get Started Free →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.
.claude/skills/lingxling-burp-suite-testing/SKILL.md| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-11 | ✗→✓ | ▲ Improved | 82% | 0% |
| case-17 | ✓→✓ | = Same ✓ | 389% | 0% |
| case-02 | ✓→✓ | = Same ✓ | 137% | 0% |
| case-03 | ✓→✓ | = Same ✓ | 160% | 0% |
| case-04 | ✓→✓ | = Same ✓ | 287% | 0% |
> AUTHORIZED USE ONLY: Use this skill only for authorized security assessments, defensive validation, or controlled educational environments.
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.
| Feature | Community | Professional | |---------|-----------|--------------| | Proxy | ✓ | ✓ | | Repeater | ✓ | ✓ | | Intruder | Limited | Full | | Scanner | ✗ | ✓ | | Extensions | ✓ | ✓ |
Navigate to integrated browser for seamless proxy integration:
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 historyProcess intercepted traffic:
Access complete traffic log:
Change request parameters before forwarding:
| 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 |
httpPOST /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.
Focus testing on specific target:
Remove noise from HTTP history:
Prepare request for manual testing:
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 historyOriginal 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 testLook for indicators of vulnerabilities:
Initiate vulnerability scanning (Professional only):
| 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 |
Track scanning activity:
Analyze scan findings:
Set up automated attack:
| 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 |
Positions Tab:
POST /login HTTP/1.1
...
username=§admin§&password=§password§
Payloads Tab:
Set 1: admin, user, test, guest
Set 2: password, 123456, admin, letmeinReview attack output:
| 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 |
# 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`Scenario: E-commerce price manipulation
price=9999 parameter in POST bodyprice=1Finding: Server trusts client-provided price values.
Scenario: Testing login form
username=admin' OR '1'='1'--Finding: SQL injection in authentication.
Scenario: Error-based information gathering
productId parameterproductId=1 to productId=testFinding: Apache Struts 2.5.12 disclosed in stack trace.
This skill is applicable to execute the workflow or actions described in the overview.
| Case | Status | Duration (ms) | Turns | Tokens | Tool calls | ||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Without | With | Δ | Without | With | Δ | Without | With | Δ | Without | With | Δ | ||
case-17 | pass→pass | 3,809 | 7,799 | +105% | 1 | 1 | 0% | 635 | 3,102 | +389% | 0 | 0 | — |
case-01 | fail→fail | 12,529 | 11,783 | -6% | 1 | 1 | 0% | 1,657 | 3,729 | +125% | 0 | 0 | — |
case-02 | pass→pass | 8,096 | 6,044 | -25% | 1 | 1 | 0% | 1,559 | 3,695 | +137% | 0 | 0 | — |
case-03 | pass→pass | 7,132 | 5,542 | -22% | 1 | 1 | 0% | 1,327 | 3,453 | +160% | 0 | 0 | — |
case-04 | pass→pass | 4,172 | 3,114 | -25% | 1 | 1 | 0% | 779 | 3,016 | +287% | 0 | 0 | — |
case-05 | pass→pass | 3,293 | 3,011 | -9% | 1 | 1 | 0% | 631 | 3,083 | +389% | 0 | 0 | — |
case-06 | pass→pass | 4,458 | 7,947 | +78% | 1 | 1 | 0% | 804 | 3,250 | +304% | 0 | 0 | — |
case-07 | pass→pass | 4,442 | 11,903 | +168% | 1 | 1 | 0% | 730 | 3,164 | +333% | 0 | 0 | — |
case-08 | pass→pass | 4,579 | 4,062 | -11% | 1 | 1 | 0% | 771 | 3,246 | +321% | 0 | 0 | — |
case-09 | pass→pass | 3,829 | 1,765 | -54% | 1 | 1 | 0% | 509 | 2,771 | +444% | 0 | 0 | — |
case-10 | pass→pass | 4,134 | 4,611 | +12% | 1 | 1 | 0% | 538 | 2,867 | +433% | 0 | 0 | — |
case-11 | fail→pass | 8,713 | 1,668 | -81% | 1 | 1 | 0% | 1,529 | 2,778 | +82% | 0 | 0 | — |
case-12 | pass→pass | 6,977 | 10,672 | +53% | 1 | 1 | 0% | 945 | 3,186 | +237% | 0 | 0 | — |
case-13 | pass→pass | 38,358 | 2,753 | -93% | 1 | 1 | 0% | 766 | 2,968 | +287% | 0 | 0 | — |
case-14 | pass→pass | 4,833 | 3,486 | -28% | 1 | 1 | 0% | 831 | 3,096 | +273% | 0 | 0 | — |
case-15 | pass→pass | 4,172 | 5,868 | +41% | 1 | 1 | 0% | 687 | 3,552 | +417% | 0 | 0 | — |
case-16 | pass→pass | 4,328 | 7,011 | +62% | 1 | 1 | 0% | 646 | 3,496 | +441% | 0 | 0 | — |
case-18 | pass→pass | 9,726 | 3,812 | -61% | 1 | 1 | 0% | 1,553 | 3,142 | +102% | 0 | 0 | — |
case-19 | pass→pass | 4,575 | 14,755 | +223% | 1 | 1 | 0% | 720 | 2,862 | +298% | 0 | 0 | — |
case-20 | pass→pass | 3,001 | 15,743 | +425% | 1 | 1 | 0% | 293 | 2,992 | +921% | 0 | 0 | — |
case-21 | pass→pass | 10,196 | 7,343 | -28% | 1 | 1 | 0% | 1,843 | 3,852 | +109% | 0 | 0 | — |
case-22 | pass→pass | 2,272 | 2,448 | +8% | 1 | 1 | 0% | 384 | 2,992 | +679% | 0 | 0 | — |
DecimalAI ran this skill against gemini-3.6-flash twice over the same eval suite — once with the skill loaded and once without — and compared the two runs case by case. 22 cases were attempted. The headline lift of +5 percentage points is the difference between those two pass rates over the 22 comparable cases.
Without the skill loaded, the model failed this case. With it loaded, the same prompt on the same model passed. This is one improved case from the latest verified run; every case, including any that regressed, is in the table above.
Other measured skills in the registry, with their headline benchmark lift.