Created
January 15, 2021 21:43
-
-
Save K-Mistele/9f90d91376d85874f3a19375ea8a3f85 to your computer and use it in GitHub Desktop.
Dom-based XSS
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| const username = document.getElementById('username_input'); | |
| const username_box = document.getElementById('username_box'); | |
| user_name_box.innerHTML = username; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment