Skip to content

Commit

Permalink
Merge pull request #188 from xdesign-marcelmulders/patch-1
Browse files Browse the repository at this point in the history
docs: update iframe xss in solutions.adoc
  • Loading branch information
bkimminich authored Dec 16, 2024
2 parents 946c044 + e2bc70f commit e2f65eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/modules/ROOT/pages/appendix/solutions.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ the navigation bar.

=== Perform a DOM XSS attack

. Paste the attack string `<iframe src="javascript:alert(`xss`)">`
. Paste the attack string `<iframe src="javascript:alert('xss')">`
into the _Search..._ field.
. Hit the Enter key.
. An alert box with the text "xss" should appear.
Expand Down

0 comments on commit e2f65eb

Please sign in to comment.