DOM XSS - DuckyMomo20012/owasp-juice-shop GitHub Wiki
DOM XSS
Difficulty: :star2:
Description: Perform a DOM XSS attack with <iframe src="javascript:alert(
xss)">
.
Category: XSS
Tags: Good for Demos
, Tutorial
Solution:
Paste the code below to try to exploit XSS attack:
<iframe src="javascript:alert(`xss`)">