burp-suite

Intercept and manipulate HTTP traffic to scan web applications for vulnerabilities.

Updated Jan 30, 2026
One-click install
npx skills add https://github.com/andrescardonas7/salchipapa-web --skill burp-suite-andrescardonas7
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: burp-suite
Source: https://github.com/andrescardonas7/salchipapa-web/tree/main/.cursor/skills/testing-handbook-skills/burp-suite
Command: npx skills add https://github.com/andrescardonas7/salchipapa-web --skill burp-suite-andrescardonas7

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) and scripts (resource) components.

What problem does it solve?

This Skill provides a powerful HTTP interception proxy and a suite of tools for comprehensive web application security testing, helping to identify and exploit vulnerabilities.

Core Features & Use Cases

  • HTTP Interception & Manipulation: View, edit, and replay HTTP requests and responses.
  • Vulnerability Scanning: Perform active and passive scans to detect common web vulnerabilities.
  • Fuzzing & Repeater: Automate customized attacks and manually test specific requests.
  • Use Case: When conducting a penetration test on a web application, use Burp Suite to intercept all traffic, scan for common vulnerabilities like XSS and SQL injection, and then manually craft and test exploit payloads.

Quick Start

Use the burp-suite skill to scan the target URL 'http://example.com' for security vulnerabilities.

Frequently Asked Questions about burp-suite

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

FAQPage Schema
How do I intercept and manipulate HTTP requests for web security testing?

Web security testing through an HTTP interception proxy allows you to view, edit, and replay HTTP requests and responses to analyze application logic. You can intercept all browser traffic and manually manipulate requests to test for vulnerabilities.

Can I automate vulnerability scanning to detect common web vulnerabilities like XSS and SQL injection?

Vulnerability scanning automates the detection of common web vulnerabilities like XSS and SQL injection. The tool performs active and passive scans to identify server-side and client-side security flaws during penetration testing.

Do I need a Burp Suite Professional license and Java Runtime Environment to run penetration testing scans?

Full functionality requires a Burp Suite Professional license and a Java Runtime Environment. These prerequisites enable comprehensive HTTP interception, automated vulnerability discovery, and detailed application analysis.

What's the best way to manually test specific HTTP requests after an automated vulnerability scan?

Manually testing specific HTTP requests is best done using a Repeater tool to customize attacks. It allows you to manually craft and test exploit payloads against individual requests intercepted during vulnerability scanning.

How does fuzzing work for web application penetration testing?

Fuzzing automates customized attacks by sending unexpected inputs to web application parameters. It helps penetration testers discover edge-case vulnerabilities and validate server-side security flaws during HTTP request manipulation.

When should I use an HTTP proxy for client-side vulnerability discovery instead of other security testing approaches?

An HTTP proxy is necessary when you need detailed analysis of application logic and client-side vulnerabilities. It provides integrated tools to intercept traffic, enabling in-depth security testing that automated scanners cannot achieve alone.