Skip to content

Commit

Permalink
Merge pull request #1 from Planutim/patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
feross authored Nov 19, 2020
2 parents 53add14 + d69dc3d commit b4c7f5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion exercises/14/problem.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Please save the **attack URL** that causes an XSS when the victim visits it.

If you've found a solution that works, you should be able to paste this **attack URL** into a new tab and see the attack execute.

Lesson learned: even if a server would never generate an vulnerable URL and place it into the HTML, that's no guarante that an attacker won't find this vulnerable URL and entice users to visit it somehow.
Lesson learned: even if a server would never generate an vulnerable URL and place it into the HTML, that's no guarantee that an attacker won't find this vulnerable URL and entice users to visit it somehow.

<iframe src='http://caloogle.xyz:4140'></iframe>

Expand Down

0 comments on commit b4c7f5f

Please sign in to comment.