Difference between revisions of "Practical stored XSS Example using Burp Suite"

From Embedded Lab Vienna for IoT & Security
Jump to navigation Jump to search
(Created page with "== Summary == This practical guide shows how to generate a stored XSS exploit using burp suite. == Requirements == * Burp Suite * Visual Studio * GIT Project (https://github.com/Robert-Haidl/XSS_stored) In order to complete these steps, you must have followed the readme (https://github.com/Robert-Haidl/XSS_stored/blob/main/README.md) before. == Description == ===Setup=== * Download and run Burp Suite (https://portswigger.net/burp/communitydownload) * Clone GIT...")
 
Line 22: Line 22:
Open Burp Suite, navigate to Proxy -> Intercept and make sure to turn Intercept on.
Open Burp Suite, navigate to Proxy -> Intercept and make sure to turn Intercept on.


[[File:stored_xss_step1.png|600px|thumb|right|turn on intercept]]
[[File:stored_xss_step1.png|600px|thumb|left|turn on intercept]]





Revision as of 10:01, 8 January 2023

Summary

This practical guide shows how to generate a stored XSS exploit using burp suite.

Requirements

In order to complete these steps, you must have followed the readme ([[1]]) before.

Description

Setup

Step 1

Open Burp Suite, navigate to Proxy -> Intercept and make sure to turn Intercept on.

turn on intercept


References