Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update problem.md #1

Merged
merged 1 commit into from
Nov 19, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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