burp-suite-testing

Featured

This skill should be used when the user asks to "intercept HTTP traffic", "modify web requests", "use Burp Suite for testing", "perform web vulnerability scanning", "test with Burp Repeater", "analyze HTTP history", or "configure proxy for web testing". It provides comprehensive guidance for using Burp Suite's core features for web application security testing.

Testing & QA 4,617 stars 463 forks Updated today MIT

Install

View on GitHub

Quality Score: 96/100

Stars 20%
100
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# 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 - Burp Suite Community or Professional Edition installed - Burp's embedded browser or configured external browser - Target web application URL - Valid credentials for authenticated testing (if applicable) ### Environment Setup - Burp Suite launched with temporary or named project - Proxy listener active on 127.0.0.1:8080 (default) - Browser configured to use Burp proxy (or use Burp's browser) - CA certificate installed for HTTPS interception ### Editions Comparison | Feature | Community | Professional | |---------|-----------|--------------| | Proxy | ✓ | ✓ | | Repeater | ✓ | ✓ | | Intruder | Limited | Full | | Scanner | ✗ | ✓ | | Extensions | ✓ | ✓ | ## Outputs / Deliverables ### Primary Outputs - Intercepted and modified HTTP requests/responses - Vulnerability scan reports with remediation advice - HTTP history and site map documentation - Proof-of-concept exploits for identified vulnerabilities ## Core Workflow ### Phase 1: Intercepting HTTP Traffic #### Launch Burp's Browser Navigate to integrated brows...

Details

Author
zebbern
Repository
zebbern/claude-code-guide
Created
1 years ago
Last Updated
today
Language
Python
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category

DevOps & Infrastructure Listed

burp-pentest

Elite methodology for authenticated web application penetration testing and bug bounty hunting using Burp Suite via MCP. Triggers on any mention of pentest, bug bounty, web vulnerability hunting, Burp, authorization/IDOR/BOLA/BFLA testing, injection (SQLi/NoSQLi/SSTI/cmd/LDAP/XPath/XSLT/CSV-formula/LaTeX), authentication/MFA/SSO flaws, OAuth/OIDC abuse, SAML attacks (XSW signature wrapping / comment injection / audience confusion), JWT attacks, SSRF, business logic flaws, race conditions, HTTP request smuggling, HTTP header injection (User-Agent SQLi, Referer abuse, Host header injection, log4shell, CRLF, HPP), insecure deserialization (Java ysoserial / .NET ViewState / PHP unserialize / Python pickle / Ruby Marshal / Node serialize), JavaScript source/sink analysis, Spring Boot Actuator abuse (heapdump, env, jolokia, gateway), JBoss/WebLogic/WebSphere/Tomcat exploitation, Struts CVE chain, Spring4Shell, H2 console RCE, cloud post-exploitation (AWS IAM / Azure managed identity / GCP service accounts / K8s pod

3 Updated 1 months ago
C1ph3rs3c
Testing & QA Featured

web-application-security-testing

OWASP Top 10 testing, injection vulnerability detection, API security assessment, authentication testing, and web vulnerability reporting for authorized assessments

409 Updated 3 days ago
Masriyan
AI & Automation Listed

pentest-windftsy

A Web security assessment workflow built on globally installed Chrome DevTools MCP and Burp MCP. It establishes real browser state, synchronizes Burp evidence, models endpoints and permissions, validates vulnerabilities endpoint by endpoint, and completes threat convergence. It outputs structured data only.

7 Updated 2 weeks ago
do-whilefor