Skip to content

Commit

Permalink
Update problem.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Planutim authored Mar 31, 2020
1 parent 53add14 commit d69dc3d
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 d69dc3d

Please sign in to comment.