BiTree
  • Search For Lessons
  • Curriculum
  • Pricing
  • For Educators
  • Become a Tutor
  • About
  • Contact
Log InGet Started

Questions, concerns, bug reports, or suggestions? We read every message, write to us at [email protected].

More ways to reach us →
BiTree

Live coding lessons for aspiring developers and security professionals.

[email protected]

(201) 785-7951

Mon–Fri, 9 AM–5 PM EST

Learn

  • Search For Lessons
  • Curriculum
  • Pricing

Company

  • About
  • For Educators & Schools
  • Become a Tutor
  • Contact Us

Legal

  • Terms of Service
  • Privacy Policy
© 2026 BiTree. All rights reserved.
Curriculum/Cybersecurity/Burp Suite: Web Application Testing/Burp Suite Passion Project
150 minAdvanced

Burp Suite Passion Project

After this lesson, you will be able to: Complete three PortSwigger Practitioner-level labs across three different vulnerability categories and write a professional bug report for each, compiled into a portfolio PDF.

Your capstone: demonstrate real, professional Burp Suite skill. Complete three Practitioner-difficulty Web Security Academy labs in three different vulnerability categories, and write a professional bug report for each as if submitting to a real program. Compile them into a portfolio PDF you can show employers.

Prerequisites:Bug Bounty Methodology with Burp Suite

💡 Authorization first

Only perform these techniques in authorized lab environments. Never test systems you do not own or have explicit written permission to test. Every lab in this subtrack uses the PortSwigger Web Security Academy, which is built specifically for legal Burp Suite practice.

The brief

Pick three different vulnerability categories (for example: SQL injection, access control/IDOR, and business logic, or substitute XSS, OAuth, request smuggling). Complete one PortSwigger Practitioner-level lab in each. Practitioner is the middle tier: harder than apprentice, realistic, and a credible signal. The variety shows breadth; the difficulty shows depth.

Write a professional bug report for each finding

Use the same structure a real program expects.

  1. 1

    For each of the three findings, write a report with:

  2. 2

    1. Title: concise and specific (e.g. 'Blind SQL injection in product filter allows database extraction').

  3. 3

    2. Severity: scored with CVSS 3.1 (include the vector string).

  4. 4

    3. Environment: the lab/app and relevant context.

  5. 5

    4. Steps to reproduce: exact, minimal, reproducible by a stranger in under ten minutes.

  6. 6

    5. Proof of concept: the key request/response or a screenshot.

  7. 7

    6. Impact: in business terms.

  8. 8

    7. Recommended remediation: the specific fix (parameterized queries, server-side authorization, etc.).

Compile the portfolio PDF

Combine the three reports into a single, cleanly formatted PDF. This is the artifact you link from your resume and bring to interviews; it proves you can both find and clearly communicate vulnerabilities, which is exactly what AppSec and pentest hiring managers want to see. A worked example of a complete, high-quality report is included to model from.

💡 How to talk about this in an interview

Lead with the outcome: 'I completed Practitioner-level labs across three vulnerability classes and documented each as a professional report.' Pick one finding to go deep on (ideally one with a good story, like a blind SQLi or a business-logic flaw). On a resume: 'Demonstrated web application testing across SQLi, access control, and business logic using Burp Suite; produced CVSS-scored professional reports.' Expect questions on your methodology, how you confirmed each bug, and how you scored severity. The PDF answers all three.

Common mistakes only experienced testers catch

Three labs in the same category (no breadth) or all apprentice-level (no depth). Reports without reproducible steps. No CVSS, so severity is vague. A messy PDF that undercuts strong findings. Forgetting the remediation, which signals you understand the fix, not just the break. Treating the writeup as an afterthought when it is the most valuable artifact.

Sign in and purchase access to unlock this lesson.

Sign in to purchase
Back to Burp Suite: Web Application Testing
Burp Suite Job Readiness→