
Learn practical web app penetration testing with Burp Suite apprentice labs, bug bounty insights, covering SQL injection, XSS, CSRF, SSRF, clickjacking, command injection, and directory traversal with Martin Volk.
This is how I set up Burp. This is only a personal preference.
Explore a SQL injection vulnerability in the where clause of the product category filter that reveals hidden data in the burp web security academy apprentice labs walkthrough.
Explore a reflected cross-site scripting vulnerability in the html context where input is not encoded, demonstrated in a search feature with a script payload triggering an alert.
Identify and reproduce a DOM XSS vulnerability in a jQuery selector sink triggered by a hashchange event on the home page, using an exploit server and payloads to exfiltrate cookies.
Demonstrates a reflected cross-site scripting vulnerability in a JavaScript string with HTML-encoded angle brackets. Shows breaking out of a variable to trigger an alert reflected in page, verified via Burp.
Demonstrate clickjacking to prefill a form's email field via a URL parameter using an overlaying iframe, then require the user to click to submit a post request.
Explore bypassing a frame buster in clickjacking by using a sandboxed iframe with allow forms, aligning the click region, and pre-filling a user email via a sea surf token.
Explore how a basic origin reflection in cross-origin resource sharing risks exposing the api key by misconfiguring access-control-allow-origin and access-control-allow-credentials in an authenticated session.
Explains a cors vulnerability with trusted null origin by using a sandboxed iframe to set the origin to null and harvest the api key.
Explain an OS command injection in a simple case by controlling input to a shopping app, enabling execution of system commands like whoami, ls, and id via Burp Repeater.
Demonstrate file path traversal (directory traversal) in a simple lab by manipulating the image file parameter to access the root and view the passwd file using Burp repeater.
Welcome to the Burp Suite Apprentice – Web Application Penetration Testing & Bug Bounty Hunting training course.
Important note: This course is NOT teaching the actual usage of Burp Suite and its features. This course is proving a step-by-step walkthrough through the apprentice labs with detailed explanations on how to find and exploit web app vulnerabilities.
Your instructor is Martin Voelk. He is a Cyber Security veteran with 25 years of experience. Martin holds some of the highest certification incl. CISSP, OSCP, OSWP, Portswigger BSCP, CCIE, PCI ISA and PCIP. He works as a consultant for a big tech company and engages in Bug Bounty programs where he found thousands of critical and high vulnerabilities.
This course features all current 52 Apprentice labs. Martin is solving them all and giving useful insight on how to find and exploit these vulnerabilities. He is not just inserting the payload but explains each step on finding the vulnerability and why it can be exploited in a certain way. The videos are easy to follow along and replicate. Martin is also dropping a lot of tips and tricks for those who wish to get the Burp Suite Certified Practitioner certification (BSCP). This training is highly recommended for anyone who wants to start out in Web Application Penetration Testing, Web Application Bug Bounty Hunting or as a pre-requisite for the Professional course towards the Burp Suite Certified Practitioner certification (BSCP) certification.
It will feature all Apprentice Labs in the following sections:
· SQL injection
· Cross-site scripting
· Cross-site request forgery (CSRF)
· Clickjacking
· Cross-origin resource sharing (CORS)
· XML external entity (XXE) injection
· Server-side request forgery (SSRF)
· OS command injection
· Directory traversal
· Access control vulnerabilities
· Authentication
· WebSockets
· Insecure deserialization
· Information disclosure
· Business logic vulnerabilities
· HTTP Host header attacks
· OAuth authentication
· File upload vulnerabilities
· JWT
· GraphQL API vulnerabilities
· Race conditions
· NoSQL injection
· API testing
· Web LLM attacks
· Web Cache Deception
· Apprentice Mystery Labs
· AI Automation
Notes & Disclaimer
Portswigger labs are a public and a free service from Portswigger for anyone to use to sharpen their skills. All you need is to sign up for a free account. I will update this course with new labs as they are published. I will to respond to questions in a reasonable time frame. Learning Web Application Pen Testing / Bug Bounty Hunting is a lengthy process, so please don’t feel frustrated if you don’t find a bug right away. Try to use Google, read Hacker One reports and research each feature in-depth. This course is for educational purposes only. This information is not to be used for malicious exploitation and must only be used on targets you have permission to attack.