Skip to content

Commit

Permalink
Make the text simpler and hide the fact about the specifics of an attack
Browse files Browse the repository at this point in the history
  • Loading branch information
evarga committed Jan 4, 2024
1 parent 6e5a97e commit 8a23b36
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Season-2/Level-3/hack.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
Here are two steps to showcase the XSS attack:
Here are two steps to simulate an attack:

1. Start the applicsation as instructed in 'code.py'
2. Enter in the input field for planet the following content: <img src='x' onerror='alert(1)'>

You will see that an alert dialog box opens instead of being presented with a message
that such a planet is unknown to the system.
Your application must present a message that such a planet is unknown to the system.

0 comments on commit 8a23b36

Please sign in to comment.