Burp Suite
Industry-standard web application security testing toolkit from PortSwigger.
Pricing
Freemium
Type
Manual & Automation
Languages
Java
// VERDICT
Reach for Burp Suite when you want the leading manual web-app pentest toolkit, with automated scanning in Pro. Skip it when you need a free-only tool, static/dependency analysis, or purely automated CI scanning (ZAP fits the free/automated case).
Best for
The industry-standard web security testing platform - combining manual pentest tooling (intercepting proxy, repeater, intruder) with automated scanning in the Pro edition.
Avoid when
You want a fully free tool, static/dependency analysis, or scanning that's purely CI-automated rather than hands-on.
CI/CD fit
Burp Suite Enterprise / DAST API (Pro+) · CI integrations
Languages
Java
Team fit
Pentesters · AppSec specialists · Security-focused QA
Setup
Maintenance
Learning
Licence
// BEST FOR
- Hands-on web application penetration testing
- Intercepting and modifying live HTTP/HTTPS traffic (proxy)
- Repeater and Intruder for manual probing and fuzzing of requests
- Automated vulnerability scanning in the Pro edition
- The de-facto tool security professionals expect to use
- Deep, manual investigation beyond what automated scans find
// AVOID WHEN
- You want a fully free tool (Community edition is limited; ZAP is free)
- You need static code analysis (SAST) or dependency scanning (SCA)
- You want purely CI-automated scanning rather than manual work
- Your team lacks security expertise to use it well
- The target isn't a running, reachable web app
- A gentle learning curve is a priority
// QUICK START
Install Burp Suite -> set your browser to proxy through Burp -> trust Burp's CA
certificate -> browse the authorized target to populate the proxy history ->
use Repeater/Intruder/Scanner to probe. Authorized scope only.// ALTERNATIVES TO CONSIDER
// FEATURES
- Intercepting proxy (Community + Pro)
- Burp Scanner — automated DAST (Pro/Enterprise)
- Repeater, Intruder, Sequencer for manual testing
- BApp Store extensions
- Burp Suite Enterprise for CI/CD scanning
- Collaborator for OOB vulnerability detection
// PROS
- De-facto standard for manual web app pentesting
- Most powerful interception and replay workflow
- Rich extension ecosystem
- Excellent training materials (Web Security Academy)
// CONS
- Free Community tier severely limited
- Pro and Enterprise tiers expensive
- Closed-source
- Resource-heavy on large engagements
// EXAMPLE QA WORKFLOW
Install Burp and route browser traffic through its proxy
Trust Burp's CA certificate to inspect HTTPS
Browse the authorized target to populate proxy history
Use Repeater to manually craft and replay requests
Use Intruder/Scanner to probe for vulnerabilities
Document findings (Pro/Enterprise for automated scanning + reports)
// RELATED QA.CODES RESOURCES
Cheat sheets
Glossary
Practice
Interview