Skip to content

Commit

Permalink
Add missing word (#28)
Browse files Browse the repository at this point in the history
Add word "out" for correct phrasing of "Can you bust _out_ of this context".
  • Loading branch information
cblanken authored Dec 9, 2024
1 parent e80c7d3 commit e9a7459
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web-security/level-9/DESCRIPTION.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ Like with SQL injection and command injection, sometimes your XSS occurs in the
In SQL, you have dealt with injecting into the middle of quotes.
In XSS, you often inject into, for example, a textarea, as in this challenge.
Normally, text in a textarea is just, well, text that'll show up in a textbox on the page.
Can you bust of this context and `alert("PWNED")`?
Can you bust out of this context and `alert("PWNED")`?

As before, the `/challenge/victim` of this challenge takes a URL argument on the commandline, and it will visit that URL.

0 comments on commit e9a7459

Please sign in to comment.