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

From Embedded Lab Vienna for IoT & Security
Jump to navigation Jump to search
Line 9: Line 9:
* GIT Project (https://github.com/Robert-Haidl/XSS_stored)
* 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.
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 ==
== Description ==

Revision as of 10:02, 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